Network traffic human readable?!

2012-01-21 Thread Tobias Pulm
Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... -- Mit freundlichen Grüßen / Yours sincerely Tobias Pulm -- Tobias Pulm Sperberweg 8 58644 Iserlohn Germany t...@facility5.org |

Re: Network traffic human readable?!

2012-01-21 Thread Beni Brinckman
2012/1/21 Tobias Pulm t...@facility5.org Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... Is this what you need : netstat -i And then filter out the interfaces you need (netstat -i | grep device) --

Re: Network traffic human readable?!

2012-01-21 Thread Jason C. Wells
On 01/21/12 07:47, Tobias Pulm wrote: Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Rather than netstat, perhaps you want 'tcpdump' or 'nc'. Regards, Jason C. Wells