Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 156 Bytes

netstat.md

File metadata and controls

4 lines (4 loc) · 156 Bytes

Show multiple connections on your server with netstat utility

netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head -3