Skip to content

Instantly share code, notes, and snippets.

@turtleqiu
Created April 1, 2016 09:36
Show Gist options
  • Save turtleqiu/d05163b3eea7f43e74c99d49931222c2 to your computer and use it in GitHub Desktop.
Save turtleqiu/d05163b3eea7f43e74c99d49931222c2 to your computer and use it in GitHub Desktop.
Check the total number of established connections on port 443 on Windows
netstat -an | find ":443" | find /C "ESTABLISHED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment