Skip to content

Instantly share code, notes, and snippets.

@jonas8
Created December 16, 2014 09:58
Show Gist options
  • Select an option

  • Save jonas8/7cb2f7c6ca1848212fee to your computer and use it in GitHub Desktop.

Select an option

Save jonas8/7cb2f7c6ca1848212fee to your computer and use it in GitHub Desktop.
TCP连接数
netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment