Archive
| Mo | Tu | We | Th | Fr | Sa | Su | |
|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | ||||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | |
| 26 | 27 | 28 | 29 | 30 | 31 | ||
Poll: Indonesia
Did you enjoy this article?
Apaan tuh nTOP kk ?
Nah waktu pertama kali saya juga bertanya yg sama... eh rupanya aplikasi Linux yg kaya di tepe tepe itu eh kayak mrtg yg udah melegenda dan sering dipake. Ya gitu deh...
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. 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. netscape) 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. The use of:
- a web interface
- limited configuration and administration via the web interface
- reduced CPU and memory usage (they vary according to network size and traffic)
- Sort network traffic according to many protocols
- Show network traffic sorted according to various criteria
- Display traffic statistics
- Store on disk persistent traffic statistics in RRD format
- Identify the indentity (e.g. email address) of computer users
- Passively (i.e. withou sending probe packets) identify the host OS
- Show IP traffic distribution among the various protocols
- Analyse IP traffic and sort it according to the source/destination
- Display IP Traffic Subnet matrix (who's talking to who?)
- Report IP protocol usage sorted by protocol type
- Act as a NetFlow/sFlow collector for flows generated by routers (e.g. Cisco and Juniper) or switches (e.g. Foundry Networks)
- Produce RMON-like network traffic statistics
Webna di http://www.ntop.org/
Berikut tutorial simple na.. direvive lagi ..
rpm -ivh http://unc.dl.sourceforge.net/sourceforge/ntop/ntop-2.1.2-0.i386.rpm
Retrieving http://unc.dl.sourceforge.net/sourceforge/ntop/ntop-2.1.2-0.i386.rpm
Preparing... ########################################### [100%]
1:ntop ########################################### [100%]
chown -R nobody. /usr/share/ntop
/usr/bin/ntop -P /usr/share/ntop -u nobody -A
21/Oct/2002 19:51:29 Initializing GDBM...
21/Oct/2002 19:51:29 Started thread (1026) for network packet analyser.
21/Oct/2002 19:51:29 Started thread (2051) for idle hosts detection.
21/Oct/2002 19:51:29 Started thread (3076) for DNS address resolution.
21/Oct/2002 19:51:29 Started thread (4101) for address purge.
Please enter the password for the admin user: *****
Please enter the password again: *****
21/Oct/2002 19:51:38 Admin user password has been set.
vi /etc/init.d/ntop
modify line 25
daemon $prog -d -P /usr/share/ntop/ -u ntop -E
to
daemon $prog -d -P /usr/share/ntop/ -u nobody -E
service ntop start
Starting ntop: [ OK ]
Open webbrowser: http://192.168.1.1:3000
kalo mau dijadiin service --> chkconfig --add ntop
Post your comment
Comments (1 posted)
-
Posted by dono, 24 June, 2008 20:04:31catetan.. tutorial diatas pengguna kelas redhat only kalo ubuntu bisa di baca di http://opensource.telkomspeedy.com/forum/fparticle.php?cat=1&sort=0&id=4








