ChinaUnix.net
相关文章推荐:

iftop

RPM下载 文件:iftop-0.17-6.el5.x86_64.rpm 大小:42KB 下载: 下载 RPM下载 文件:iftop-0.9-1.i386.AX2.rpm 大小:26KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/40306/showart_2062685.html

by 7717060 - Linux文档专区 - 2009-09-29 16:57:09 阅读(1096) 回复(0)

相关讨论

本人在使用ifstat -b和iftop的时候发现,两款软件输出的网卡流量不一样,不知道哪一个结果才是正确的,所以请问一下大家这两款软件的原理是什么, 是怎样读取网卡消息的 。

by 人生高地 - Linux系统管理 - 2012-09-14 20:26:45 阅读(1947) 回复(0)

有谁做过,iftop ifstat的监控对比, 它们哪监控的数据不一样, 求解释

by 人生高地 - Linux系统管理 - 2012-09-21 10:00:15 阅读(1695) 回复(0)

配置不过去,好像缺少了点什么?请帮忙!谢谢 [code][root@AS53 iftop-0.17]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAK...

by tyqhang1 - Linux系统管理 - 2009-07-29 11:20:52 阅读(4049) 回复(4)

官方网站: http://www.ex-parrot.com/~pdw/iftop/ 安装iftop,,必须先安装libpcap http://www.tcpdump.org/release/ wget http://www.tcpdump.org/release/libpcap-0.9.8.tar.gz tar -zxvf libpcap-0.9.8.tar.gz cd libpcap-0.9.8 ./configure make;make install pcap安装完成,再来安装iftop wget http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.17.tar.gz tar zxvf iftop-0.17.tar.gz cd iftop-0.17 ./config...

by badb0y - Linux文档专区 - 2008-06-06 13:47:32 阅读(819) 回复(0)

1.安装iftop(因为系统本系不自带)
查看iftop安装需要相关套件
引用
[root@10 src]# rpm -qa |grep libpcap
libpcap-0.9.4-8.1
libpcap-devel-0.9.4-8.1

下载软件:
iftop官方网站:

by shuiying0715 - 数据安全 - 2011-12-20 09:47:23 阅读(1086) 回复(0)

iftop命令显示总输入20M以上,但根本看不到哪个IP占用带宽 带宽耗尽 请高手帮忙分析下,到底是什么情况?为什么看不到是哪个IP在请求

by okhwyy - Linux系统管理 - 2011-12-19 10:17:44 阅读(3121) 回复(3)

在FreeBSD中,可以用systat -if和netstat 来查看总的流量,但是无法查看某一主机的流量。 如果你想查看某一个主机,某一个IP段的流量,请使用iftop。 利用iftop,还可以找出流量最大的那台主机,如果有人偷偷用p2p,很轻松就能抓到。 只是翻译了最重要的部分,介绍和注意事项没翻译,用的不多。 提醒:在主机多、CPU利用率高的网络中,请加上过滤规则,否则会引起网络中断。我测试的时候在/16的网络中用了一下,结果主机假死了...

by lsstarboy - BSD - 2011-01-20 13:31:25 阅读(2373) 回复(1)

本帖最后由 yangjie_sz 于 2010-09-09 18:47 编辑 各位老大,我在完整的centos系统下安装完iftop后可以正常执行,但是我将iftop移植到ramdisk上后输入iftop -i eth0 后就停在如下画面下,不能出现流量画面,请各位老大帮帮忙 # iftop -i eth0 interface: eth0 IP address is: 192.168.0.1 MAC address is: 00:10:5a:77:04:11 [root@localhost ~]# lsof -p 16950 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME...

by yangjie_sz - Linux系统管理 - 2010-09-19 19:17:39 阅读(2176) 回复(3)

显示网卡的流量 display bandwidth usage on an interface 我用的是RHEL5U1 ,需要安装 byacc 和flex这2个包 rpm -ivh byacc-1.9-29.2.2.i386.rpm rpm -ivh flex-2.5.4a-41.fc6.i386.rpm 另外还需要libpcap wget ftp://ftp.lmd.ens.fr/pub/devil/devel/sources/1.2/libpcap-0.9.8.tar.gz tar zxvf libpcap-0.9.8.tar.gz cd libpcap-0.9.8 ./configure make make install 安装iftop wget htt...

by Aquester - Linux文档专区 - 2009-03-18 21:51:56 阅读(957) 回复(0)

linux 查看流量的工具—-iftop iftop工具: 用途:用来即时监看网路状态和各ip所使用的频宽 官方网站: http://www.ex-parrot.com/~pdw/iftop/ 安装iftop,,必须先安装libpcap http://www.tcpdump.org/ wget http://www.tcpdump.org/release/libpcap-0.9.8.tar.gz tar -zxvf libpcap-0.9.8.tar.gz cd libpcap-0.9.8 ./configure make;make install pcap安装完成,再来安装iftop wget http://www.ex-parrot.com/~pdw/iftop/download/i...

by defage - Linux文档专区 - 2008-10-19 12:33:59 阅读(884) 回复(0)