Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created March 4, 2017 13:32
Show Gist options
  • Save lxneng/22b1b04e268bb9c9f7e15acac3dc8576 to your computer and use it in GitHub Desktop.
Save lxneng/22b1b04e268bb9c9f7e15acac3dc8576 to your computer and use it in GitHub Desktop.
Check nginx active connection without HttpStubStatusModule
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