标签:sar linux uptime pidstat vmstat iostat
看到一篇文章,讲通过执行以下命令,可以在1分钟内对系统资源使用情况有个大致的了解。亲测,十分好用,大家可以查漏补缺一下,好东西不但要分享还要实打实的学习进去 (*^__^*)
uptime
dmesg | tail 报错统计
vmstat 1
mpstat -P ALL 1 cpu 核心数使用情况
pidstat 1 进程占用CPU数
iostat -xz 1
free -m
sar -n DEV 1 网卡吞吐量
sar -n TCP,ETCP 1 TCP连接建立数
top
贴上地址:http://os.51cto.com/art/201609/517527.htm (*^__^*)
本文出自 “好先生2020” 博客,请务必保留此出处http://fuyuan2016.blog.51cto.com/8678344/1854046
标签:sar linux uptime pidstat vmstat iostat
原文地址:http://fuyuan2016.blog.51cto.com/8678344/1854046