maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   req - Any network monitor? (https://talk.maemo.org/showthread.php?t=27499)

purg 2009-03-14 16:20

req - Any network monitor?
 
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 2009-03-14 16:29

Re: req - Any network monitor?
 
http://maemo.org/downloads/product/O...ounter-applet/

purg 2009-03-16 15:33

Re: req - Any network monitor?
 
perfect thank you
.... wouldnt for the life of me search "traffic counter"

tso 2009-03-16 16:29

Re: req - Any network monitor?
 
heh, i was really looking for something called iphome or there about, as i have used that before.

purg 2009-04-27 22:05

Re: req - Any network monitor?
 
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



All times are GMT. The time now is 19:11.

vBulletin® Version 3.8.8