Active Topics

 



Notices


Reply
Thread Tools
Posts: 35 | Thanked: 13 times | Joined on Oct 2008
#1
Im looking for a network bandwidth monitoring tool but cant find anything for n800 os2008.

Basiclly I would like to keep history of up/download usage on the device. GUI would be nice but subtle is a must.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#2
 

The Following User Says Thank You to tso For This Useful Post:
Posts: 35 | Thanked: 13 times | Joined on Oct 2008
#3
perfect thank you
.... wouldnt for the life of me search "traffic counter"
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#4
heh, i was really looking for something called iphome or there about, as i have used that before.
 
Posts: 35 | Thanked: 13 times | Joined on Oct 2008
#5
Found the iphome which has a smaller footprint
iphome_0.5-1_armel.deb @ http://www.mulliner.org/nokia770/

but after asking about detecting if network is up/down im went for a shell script
Im sure this could be done cleaner better but it works

/etc/network/if-post-down.d/pick_a_script_name
Code:
#!/bin/sh
wlanX=`ifconfig wlan0 |grep 'RX bytes'`
dateX=`date`
echo $dateX $wlanX >>/media/mmc2/trans.txt
__________________
topsmileys - Free forum smileys
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:46.