Exemplos de Uso
$
ss -tnp state established
$
ss -tn | awk "{print $1}" | sort | uniq -c | sort -rn
$
ss -tn state established | awk "{print $5}" | cut -d: -f1 | sort | uniq -c | sort -rn | head
$
ss -tn state time-wait | wc -l
$
sysctl -w net.ipv4.tcp_tw_reuse=1