|
Just found this part out
ifconfig eth0 |grep bytes|cut -d":" -f2|cut -d" " -f1
ifconfig eth0 |grep bytes|cut -d":" -f3|cut -d" " -f1
run this through a loop a few times adding the differences...
should provide a reasonable basis for internet activity
|