Skip to content

Instantly share code, notes, and snippets.

View xiaoyao1991's full-sized avatar

Xiaoyao Qian xiaoyao1991

View GitHub Profile
@xiaoyao1991
xiaoyao1991 / gist:0f32e2e5e8d03ad38401
Last active August 29, 2015 14:27 — forked from pgaref/gist:7ed87e47cd735a423e70
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.