Checking the number of established connections on Stash webserver.

If you need to check the number of established connections to stash:

For linux:

Just open a terminal window and use this command:

netstat -anp | grep :7990 | grep ESTABLISHED | wc -l

 

For Windows:

For Windows you need to install TCPView that can be downloaded here.

Just open TCPView and order it by local port or PID.

 

Last modified on Jul 2, 2013

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.