Skip to content

Instantly share code, notes, and snippets.

@cuiwm
Created May 3, 2017 10:11
Show Gist options
  • Save cuiwm/8a9fbe2f6ed6bba375a5a242b0dd50d2 to your computer and use it in GitHub Desktop.
Save cuiwm/8a9fbe2f6ed6bba375a5a242b0dd50d2 to your computer and use it in GitHub Desktop.
veiw all tcp connection's status
netstat -n |awk '/^tcp/{++s[$NF]} END {for (i in s) print i, s[i]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment