HOWTO: Network Monitoring with nTop in Ubuntu
ntop is a network probe that shows how much the network is being utilised with very little overhead and impressive graphical representation via the web. Its definitely a must-have tool if you run a fileserver.
The version of ntop on the ubuntu mirrors is 3.2.x, so I set out to update to the latest release this weekend (3.3.x released in June last year).
This install is being done on Ubuntu 7.10 using ntop 3.3.7.
First up lets download the distribution of ntop we’re going to be installing. This is the internode mirror in Australia, but you can find your closest mirror via sourceforge.
Next we need to extract the files to a folder.
Next up lets install/make sure we have all the dependencies we need to build this version.
Once the dependencies are installed you can go into the extracted folder and tell it to setup the environment and configure it.
This will make sure your environment is correctly setup and configure to build the necessary make
files. There shouldn’t be any errors at this point as you have installed all the correct dependencies. Next up we need to build the application and install it.
Then you can start nTop by running the following command:
There we have it, browse to http://localhost:3000 and you’ll be running the latest and greatest ntop.