View Single Post
Old Jul 1st, 2006, 1:27 PM   #2
Delryn
Newbie
 
Join Date: Jul 2006
Posts: 3
Rep Power: 0 Delryn is on a distinguished road
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
Delryn is offline   Reply With Quote