Linux系统资源包括:CPU、IO(磁盘和网络)、内存等
利用率达到三个阶段时:
1)50% 引起注意
2)70% 密切关注
3)90% 严重情况
vmstat、sar、iostat、mpstat、ifconfig、netstat、top、ps命令系统自带
dstat:yum -y install dstat
ifctop: 安装依赖 yum -y install flex byacc ncurses ncurses-devel libpcap-devel
wget http://www.ex-parrot.com/pdw/iftop/download/iftop-0.17.tar.gz
解压,配置,编译安装
或直接安装
yum -y install iftop
iotop:yum -y install iotop
用法:
1)dstat
dstat -tcdrlmn 查看cpu,磁盘,io,负载,内存,网络情况2)ifctop
界面上面显示的是类似刻度尺的刻度范围,为显示流量图形的长条作标尺用的。 中间的<= =>这两个左右箭头,表示的是流量的方向。 TX:发送流量 RX:接收流量 TOTAL:总流量 Cumm:运行iftop到目前时间的总流量 peak:流量峰值 rates:分别表示过去 2s 10s 40s 的平均流量
参数:-i 设定监测的网卡,如:# iftop -i eth1-B 以bytes为单位显示流量(默认是b