个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第28行: 第28行:
 
</nowiki></pre>
 
</nowiki></pre>
 
You can just type the following to install it (make sure you enable the Universe repositories):
 
You can just type the following to install it (make sure you enable the Universe repositories):
[https://help.ubuntu.com/7.10/add-applications/C/extra-repositories.html]
+
[[https://help.ubuntu.com/7.10/add-applications/C/extra-repositories.html]]
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install ntop -y
 
sudo apt-get install ntop -y
第43行: 第43行:
 
== Access ==
 
== Access ==
 
To access your network statistics via the web visit the web address:
 
To access your network statistics via the web visit the web address:
[http://localhost:3000]
+
[[http://localhost:3000]]
 
== Links ==
 
== Links ==
[http://www.ntop.org/]
+
[[http://www.ntop.org/]]
[[category:CategoryDocumentation]]
+
----
 +
[[category:CategoryNetworking]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 16:39的版本


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

sudo ntop -u ntop -d

Access

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

Links

[[3]]