|
|
2010-10-18
, 19:07
|
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#2
|
|
|
2010-10-18
, 19:13
|
|
Posts: 393 |
Thanked: 67 times |
Joined on Feb 2010
|
#3
|
|
|
2010-10-18
, 19:14
|
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#4
|
|
|
2010-10-18
, 20:25
|
|
Posts: 393 |
Thanked: 67 times |
Joined on Feb 2010
|
#5
|

What is NTOP?
Ntop is a network traffic probe that shows the network usage, ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. Ntop users can use a a web browser (e.g. opera) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface.
To install on N900, first download and install Easy Debian. Then inside the Easy Debian chroot type "apt-get install ntop". Once it is installed you can run it using by typing "ntop -i wlan0" from within the chroot environment, or from the regular terminal by typing "debbie sudo ntop -i wlan0". You can replace 'wlan0' with 'gprs0' for the cellular data network instead of Wi-Fi. The first time you run it you will be asked to set up an administrative password.
Then when it's running point your browser over to "http://localhost:3000" (make sure you leave your terminal session open in the background). Opera works perfect for this.
You can then set up a desktop icon for easy access by creating a file called "ntop.desktop" using VI in "/usr/share/applications/hildon/" and entering the below code into the file.
Any thoughts are welcome.