Checking the number of established connections on Bitbucket Server webserver.

Still need help?

The Atlassian Community is here for you.

Ask the community

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

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 Sep 16, 2015

Was this helpful?

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