awk:find_number_of_open_connections_per_ip

This is an old revision of the document!


AWK - Find Number of open connections per IP

ss -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

NOTE: ss is the newer replacement for the netstat command.

awk/find_number_of_open_connections_per_ip.1600878078.txt.gz · Last modified: 2020/09/23 16:21 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki