vote up 2 vote down star

I know that there are tools for this, but I cannot seem to find what I am looking for. It should capture the number of bytes of network traffic transferred between the host machine and other machines. I am not looking for a packet capture tool like wireshark but an auditing tool that will log the number of bytes periodically (every minute or so) for connections to other machines.

flag

6 Answers

vote up 0 vote down

it's possible to use "tcpdump"

#tcpdump -n -i eth0 > log.txt

then open other console so u can see the realtime log with the same command.

link|flag
vote up 0 vote down

For one or two systems, I agree with Robert Gamble that ntop is the way to go. If you're looking to do it for a whole network of systems, I would suggest looking into running snmpd on each of the linux boxes (or perhaps just the switch that they use) and graphing them up with Cacti.

link|flag
vote up 1 vote down

Try iptraf.

link|flag
This is a good tool I use it on my servers. – Unkwntech Oct 14 '08 at 0:10
vote up 0 vote down

Have you looked into MRTG? I never had to do what I think you're trying to accomplish, but I remember it was highly customizable.

link|flag
vote up 3 vote down

Check out ntop.

link|flag
vote up 1 vote down

Not sure how well it logs, but for a real-time display, you might look at EtherApe.

link|flag
EtherApe was going to be my suggestion as well ... the thickness of the line between two IP addresses shows the relative capacity usage. – Steve Moyer Oct 13 '08 at 23:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.