个人工具

“UbuntuHelp:Ntop”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第39行: 第39行:
 
restart the service with
 
restart the service with
 
<pre><nowiki>
 
<pre><nowiki>
sudo ntop -u ntop -d
+
/etc/init.d/ntop restart
 
</nowiki></pre>
 
</nowiki></pre>
 
== Access ==
 
== Access ==

2009年11月17日 (二) 20:15的最新版本


Ntop shows the current network usage. It displays a list of hosts that are currently using the network and reports information concerning the IP (Internet Protocol) and Fibre Channel (FC) traffic generated by each host. The traffic is sorted according to host and protocol. Protocols (user configurable) include:

  • TCP/UDP/ICMP
  • (R)ARP
  • IPX
  • DLC
  • Decnet
  • AppleTalk
  • Netbios
  • TCP/UDP

o FTP o HTTP o DNS o Telnet o SMTP/POP/IMAP o SNMP o NFS o X11

  • Fibre Channel

o Control Traffic - SW2, GS3, ELS o SCSI (In human-readable, this means you can very comprehensively monitor your network traffic, connections & bandwidth via a web output)

Installation

Packages needed for installation are:

ntop

You can just type the following to install it (make sure you enable the Universe repositories): [1]

sudo apt-get install ntop -y

Configuration

When first installing & configuring the ntop application you need to set an admin password.

sudo ntop --set-admin-password

restart the service with

/etc/init.d/ntop restart

Access

To access your network statistics via the web visit the web address: [2]

Links

[3]