If you have a server transmissiting or recieving lots of data then you can use the following tools to investigate:
First run:
sar -n DEVThis will show you the history of networking.
sar -n DEV -s `date -d '-3 hour' +%T` |awk '{if ($3 == "IFACE" || $3 == "eth0" || $2 == "eth0") {print}}'
yum install nethogsThen run:
nethogsCurrently trying to figure out how to copy and paste from it