[newbie] I need to know how much traffic i get on a net interface

2005-03-08 Thread Ivo Perich
I need to know how much traffic (in bytes) i have on a net interface and the IP's where they came from, something like this: eth0: IP Bytes 192.168.1.3 1234134 192.168.1.4 356734 192.168.1.5 1354235 eth1: 10.1.1.3

Re: [newbie] I need to know how much traffic i get on a net interface

2005-03-08 Thread Stephen Kühn
On Wed, 2005-03-09 at 04:45, Ivo Perich wrote: I need to know how much traffic (in bytes) i have on a net interface and the IP's where they came from, something like this: eth0: IPBytes 192.168.1.3 1234134 192.168.1.4 356734 192.168.1.5

Re: [newbie] I need to know how much traffic i get on a net interface

2005-03-08 Thread Kasper Thunoe
On Tue, 2005-03-08 at 18:45 +0100, Ivo Perich wrote: I need to know how much traffic (in bytes) i have on a net interface and the IP's where they came from, something like this: eth0: IPBytes 192.168.1.3 1234134 192.168.1.4 356734

Re: [newbie] I need to know how much traffic i get on a net interface

2005-03-08 Thread Ivo Perich
I checked iptraf out and it is great, IMO., but the problem is that i need to export the data (the total traffic until now from each IP) to a file. (to a script, actually) and the log file doesn't help me because iptraf logs every packet, not the summary that i need to proccess. Can I do this