Checking the number of established connections on Bitbucket Server webserver.
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
Powered by Confluence and Scroll Viewport.