linux网络流量实时监控工具之iptraf
星期二, 09/07/2010 - 18:02 — wdlinux
linux网络流量实时监控工具之iptraf
[我的Linux,让Linux更易用]是一个网络监控工具,功能比更强大,可以监控所有的流量,IP流量,按协议分的流量,还可以设置过滤器等,如下图
对监控网络来说,这个更适合也更强大,但在总的流量显示上,没直观和方便官网及下载
源码安装
wget tar zxvf iptraf-3.0.0.tar.gz cd iptraf-3.0.0 ./Setupyum方式安装
yum install -y iptraf使用
直接运行 iptraf 后有一个如下的菜单提示,然后进入相关的选项查看IP流量监视(IP traffic monitor)
网络接口的一般信息统计(General Interface Statistics) 网络接口的细节信息统计(Detailed Interface Statistics) 统计分析(Statistical Breakdowns) 局域网工作站统计(LAN Station Statistics) 过滤器(Filters...) 配置(Configure...) 退出(Exit)也可以直接加参数或选项直接进入
可以查看还有哪些参数和选项 [root@wdlinux iptraf-3.0.0]# iptraf -hSyntax:
iptraf [ -f ] [ { -i iface | -g | -d iface | -s iface | -z iface | -l iface } [ -t timeout ] [ -B ] [ -L logfile ] [-I interval] ]Issue the iptraf command with no parameters for menu-driven operation.
These options can also be supplied to the command:-i iface - start the IP traffic monitor (use "-i all" for all interfaces)
-g - start the general interface statistics -d iface - start the detailed statistics facility on an interface -s iface - start the TCP and UDP monitor on an interface -z iface - shows the packet size counts on an interface -l iface - start the LAN station monitor ("-l all" for all LAN interfaces) -B - run in background (use only with one of the above parameters) -t timeout - when used with one of the above parameters, tells the facility to run only for the specified number of minutes (timeout) -L logfile - specifies an alternate log file for any direct invocation of a facility from the command line. The log is placed in /var/log/iptraf if path is not specified. -I interval - specifies the log interval for all facilities except the IP traffic monitor. Value is in minutes. -f - clear all locks and counters. Use with great caution. Normally used to recover from an abnormal termination.IPTraf 3.0.0 Copyright (c) Gerard Paul Java 1997-2004
欢迎转载,但请保留此信息
[我的Linux,让Linux更易用] ,,,,,集群负载均衡LVS,智能DNS/CDN,性能优化 本文连接: