Skip to content

Instantly share code, notes, and snippets.

@xiaoyao1991
Forked from pgaref/gist:7ed87e47cd735a423e70
Last active August 29, 2015 14:27
Show Gist options
  • Save xiaoyao1991/0f32e2e5e8d03ad38401 to your computer and use it in GitHub Desktop.
Save xiaoyao1991/0f32e2e5e8d03ad38401 to your computer and use it in GitHub Desktop.
Jmeter running out of addresses
java.net.NoRouteToHostException: Cannot assign requested address: JMeter server is unable to allocate a port to create a connection to the JMeter client to return the samples.
Same thing happened to Nginx front-end as well!
java.net.NoRouteToHostException: Cannot assign requested address
Otherwise, the following messages may appear in the JMeter JTL files:
Non HTTP response code: java.net.BindException
Non HTTP response message: Address already in use
The solution is to enable fast recycling TIME_WAIT sockets.
echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment