Great feedback so far.
The tcpdump method looks promising - however - I have one small problem with it.
Usually when the traffic is maxed out I do not want to add strain by downloading such large files - but it does looks promising - I will test it.
Here is my feedback on the ntop response
I tried installing ntop using the method described in the contribs section, but did not get a display on the webpage at
http://server.ip:3000I decided to scratch around a bit more and found the following info
wget
http://heanet.dl.sourceforge.net/sourceforge/ntop/ntop-3.2-0.centos4.i386.rpmyum localinstall ntop-3.2-0.centos4.i386.rpm --enablerepo=*
I ran this and followed the instructions
cp /etc/ntop.conf.sample /etc/ntop.conf
vi /etc/ntop.conf
I changed --interface eth0 to --interface eth0,eth1
saved the file and started with
/etc/init.d/ntop init
and then
/etc/init.d/ntop start
I accessed it with
http://server.ip:3000 and had the interface I wanted
The nice thing is I do not have to run this unless I do not want to and it gives me a nice breakdown of usage and protocols.
I think this will give me what I want - but I want to test the tcpdump method as well to see if it gives info that is a bit easier to read.
Will keep you posted.