I am currently using the Ultimate Thread Group Plugin to create a distribution of 30 Threads for local tests against a Spring Application (spring boot, zuul,...)running on my Mac Book Pro (if that matters).
When I set a per thread throughput timer in the thread group to 2000 per Minute everything works fine. However when I lower it to about 400 per Minute I start to see the following exception:
java.net.NoRouteToHostException: Can't assign requested address (Address not available)
So what I now would like to know is:
- What does change in the behavior of JMeter that causes the error
- Is there something I can do that error from happening
If you need more information, drop a comment and I will update as good as I can.