I've been looking around for a Perl module that will allow me to pull netstat summary information. I've looked around CPAN and have discussed it in the Perl beginners mail list. So far, nobody I've spoken with is aware of any module that will do this.
Basically I want to grab specific information from the netstat summary and print it out in Perl. ICMP and TCP information mainly.
Is this possible? I'm up to the challenge of writing my own Perl code and come up with something that will do this. I was hoping there might be a module out already.