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
Windows の場合
For Windows you need to install TCPView that can be downloaded here.
Just open TCPView and order it by local port or PID.
最終更新日 2015 年 9 月 16 日
Powered by Confluence and Scroll Viewport.