Revision: 19623
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 27, 2009 13:14 by tobewan
Initial Code
netstat -plan | awk '{print $6}' | sort | uniq -c
Initial URL
Initial Description
Initial Title
lists all network protocol connections filtering out column 6 and sorting the unique entries by count
Initial Tags
server
Initial Language
Bash