原来在 Red Hat Linux 9.0上装过 成功了~~ 这是那时的 安装日记 [code]tar -zxvf iftop-0.15.tar.gz cd iftop-0.15 ./configure make make install $ CPPFLAGS=-I/usr/include/pcap ./configure To run it: /usr/local/sbin/iftop [/code] 但是现在 在Red Hat Linux AS 3.0 update 2上 就不行了 怎么回事啊 [code][root@Linux-AS bin]# cd iftop-0.16 [root@Linux-AS iftop-0.16]# ./configure && make checking build system...
by purezhang - 系统管理 - 2004-08-22 00:13:48 阅读(890) 回复(2)
iftop listens to network traffic on a named interface, or on the first interface it can find which looks like an external interface if none is specified, and displays a table of current bandwidth usage by pairs of hosts. iftop must be run with sufficient permissions to monitor all network traffic on the interface; see pcap(3) for more information, but on most systems this means that it must be ru...
新装的系统~~ 按装iftop的时候 解压缩 不行啊 解压后 目录下没有盖揭开的文件家阿 怎么回事呢? 还有 就是 执行 ./configure 提示权限不过 原来 我试过 在 9.0上 可以的阿 怎么回事阿 谢谢老大~~~~ [code][root@Linux-AS bin]# ls iftop-0.16.tar.gz [root@Linux-AS bin]# tar tvf iftop-0.16.tar.gz drwxrwxrwx 500/500 0 2004-02-29 02:54:25 iftop-0.16/ -rw-rw-r-- 500/500 1332 2003-06-07 06:42:34 ift...