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

 

Windows の場合

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

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

 

最終更新日 2013 年 7 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.