BC.Vijayakumar wrote:
> 
> 
> Can you please let me know how can I monitor the number of connections
> being used by JMeter during the test and after test ? 
> 

If you are using linux on the client and/or the server, this command
netstat -antp | awk '{print $5}'
will print the foreign addresses for all connections
You could add a grep for the address you want to monitor, a wc -l to get a
number of lines, and a watch to update every n seconds

-- 
View this message in context: 
http://old.nabble.com/Connections-released-on-HTTP-Requests-tp26315557p26322032.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Reply via email to