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
awk/find_number_of_open_connections_per_ip.1600878032.txt.gz · Last modified: 2020/09/23 16:20 by 192.168.1.1