![]() |
|
|||||||
| Notices |
| Articles Linux Security Articles |
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Using ntop, iftop and apachetop to Monitor Traffic on Ubuntu
Not monitoring your server's network traffic is the equivalent of driving a car with your eyes closed. You must at all times be aware of your server's traffic. Just checking the logs is simply not enough. The tools that I will show you today generate traffic statistics, and show traffic usage in realtime. Statistics that would be hard for you to obtain otherwise. For a secure server, using such tools is mandatory. Ntop Ntop is a top-like application with a web frontend, designed to monitor network activity and generate reports on the console or via your web browser. Installing Ntop on Ubuntu 8.04.1 Server Code:
apt-get install ntop Now start the ntop daemon with these commands: Code:
ntop --set-admin-password /etc/init.d/ntop start After the process completes and ntop starts, open your browser and point it to the address: Code:
http://yourdomain.com:3000/ Note: don't bother looking for the console version of ntop. A long time ago it used to be available but not anymore. If you need a console network statistics tool Try to use "iftop". Iftop To install iftop use the following command: Code:
apt-get install iftop Code:
iftop Apachetop If you run apache webserver on your Ubuntu 8.04.1 try the apachetop software. To install apachetop use the following command: Code:
apt-get install apachetop Code:
apachetop In this tutorial I have shown you three excelent programs for monitoring traffic to your Ubuntu server. Make good use of them and you can stay on top of any traffic related security risks. This article was brought to you by LinuxSecurityForum.org, become a member by clicking here: Register Last edited by drendeah; 11-15-2008 at 11:34 AM.. |
| Sponsored Links |
![]() |
| Bookmarks |
| Tags |
| apachetop, iftop, monitor, ntop, traffic, ubuntu |
| Thread Tools | |
|
|