Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created January 16, 2013 13:55
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save TheDeveloper/4547269 to your computer and use it in GitHub Desktop.
Save TheDeveloper/4547269 to your computer and use it in GitHub Desktop.
# View list of connections and their states
netstat -tan | grep ':80 ' | awk '{print $6}' | sort | uniq -c
# List all connections and timers
ss -rota | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment