ChinaUnix.net
相关文章推荐:

ntop使用

下载ntop3.2源码编译安装,数据所在目录/usr/var/ntop及其中的所有子目录和文件 的所有者为nobody,其他设置都没动,为安装时的缺省值。 分别在archlinux及red hat AS3两种不同发行版(均为2.4内核) 的linux系统执行相同的安装步骤。编译安装过程中均未报任何错误。 在archlinux中: 以“ntop -P /usr/var/ntop -u nobody”启动后, 程序走到 THREADMGMT[t16384]: ntop RUNSTATE: RUN(4) 这一步就停住了,用libpcap抓包的线程还...

by caibird3rd - 网络与硬件 - 2006-05-18 01:38:38 阅读(986) 回复(0)

相关讨论

先来安装ntopntop需要使用一个web服务器,所以我在这里使用的apache,一起安装了吧命令如下 jonsk:~# [color="#ff0000"]apt-get install ntop apache [color="#000000"]需要安装22个包 apache、apache-common 、apache2-utils、libapr1、libaprutil1 、libexpat1、libfreetype6 、libgd2-noxpm 、libglib1.2 、libjpeg62 、libkrb53 、libmagic1 、libpcap0.7、libpcre3 、libpng12-0 、libpq4 、libsqlite3-0 、lynx 、...

by jonsk.echo - 网络技术文档中心 - 2007-07-31 08:35:07 阅读(2183) 回复(0)

我在配置文件中设 # Network interface(s) to be monitored; # may be blank, or comma-separated list interfaces='' ////////////// 然后在网页上查看时点网卡切换时,报错说“ Network Interface Switch -------------------------------------------------------------------------------- Note that the NetFlow and sFlow plugins - if enabled - force -M to be set (i.e. they disable interface merging). Sorry, ...

by bjhb - BSD - 2009-03-05 17:34:08 阅读(1624) 回复(1)

ntop可以用在网关上,查看经过网关的IP使用的流量等等。先要安装好Apache. freebsd#cd /usr/ports/net/ntop freebsd#make install 默认选项即可 安装完后: freebsd#chmod 555 /usr/local/etc/rc.d/ntop.sh freebsd#ee /usr/local/etc/rc.d/ntop.sh 改interfaces=""为interfaces="lnc1" //lnc1为内网接口 改userid='nobody'为userid='root' //改ntop的启用用户 freebsd# ntop -A 设置密码后,再起动: freebsd#/usr/local/...

by lingfengxp - BSD文档中心 - 2007-08-27 10:52:45 阅读(1466) 回复(0)
by thinmonkey - 桌面与办公 - 2003-06-16 14:32:16 阅读(574) 回复(1)

升级到ntop3.1后,cpu使用率就变得好高了 PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 43409 nobody 62 0 34048K 24756K RUN 1 9:33 96.92% 97.12% ntop 107 root 29 0 2636K 2340K RUN 0 235:33 2.00% 2.01% natd 249 squid 28 0 414M 413M CPU0 1 64:20 0.78% 0.78% squid 参数为: additional_args='-b -g -m "192.168.0.0/16" -n -o -r 120 -s ...

by Mute - BSD - 2005-01-20 21:50:18 阅读(1027) 回复(2)
by Eos - HP-UX - 2004-09-20 12:04:05 阅读(980) 回复(1)

看日志有很多错误,不知哪配置的问题 Fri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfaces/eth1/hosts/202/108/33/32/bytesSent.rrd) error: illegal attempt to update using time 1242376213 when last update time is 1242398573 (minimum one second step) Fri 15 May 2009 04:30:17 PM CST **WARNING** RRD: rrd_update(/usr/local/ntop/var/ntop/rrd/interfaces/eth1/...

by noahsark - 网络技术 - 2009-05-15 16:33:02 阅读(1489) 回复(0)

一、ntop简介 ntop是一种监控网络流量的工具,用ntop显示网络的使用情况比其他一些网管软件更加直观、详细。ntop甚至可以列出每个节点计算机的网络带宽利用率。 ntop是一个灵活的、功能齐全的,用来监控和解决局域网问题的工具。它同时提供命令行输入和Web界面,可应用于嵌入式Web服务。 二、ntop主要功能 ntop主要提供以下一些功能: ◆ 自动从网络中识别有用的信息; ◆ 将截获的数据包转换成易于识...

by ktaog6 - 网络技术文档中心 - 2009-04-13 23:37:54 阅读(4762) 回复(0)

What is ntop? 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 i...

by shijiang1130 - 网络技术文档中心 - 2007-02-15 23:48:29 阅读(726) 回复(0)

ntop有何方法查询历史数据?

by redwine - Linux论坛 - 2005-09-16 14:26:20 阅读(687) 回复(1)