Skip to content

Instantly share code, notes, and snippets.

@fnzv
Last active May 12, 2018 16:26
Show Gist options
  • Save fnzv/20e516197c96a9fb079658ee3ff814cc to your computer and use it in GitHub Desktop.
Save fnzv/20e516197c96a9fb079658ee3ff814cc to your computer and use it in GitHub Desktop.
Show current network connections
echo "Total Established Conns:"
netstat -peanut | grep ESTA | wc -l
echo "Interface stats:"
ifconfig | grep RX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment