Created
March 4, 2017 13:32
-
-
Save lxneng/22b1b04e268bb9c9f7e15acac3dc8576 to your computer and use it in GitHub Desktop.
Check nginx active connection without HttpStubStatusModule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -an | grep :443 | grep ESTABLISHED | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment