Site
System Administration
Networking
Miscellaneous
Site
System Administration
Networking
Miscellaneous
For exemple with port 11212 :
netstat -npv 2>/dev/null |perl -lane 'BEGIN {my %out;} next unless $F[3] =~ /:11212/; $F[4] =~ /(.*):\d+/ and $out{$1}++; END { foreach $key (keys %out) { print "$out{$key} \t$key"; } }'|sort -n