摘要:一)关于CPU资源的监控sar 1(将所有CPU合并到一起进行监控)sar -P ALL 1 100(可以显示每个CPU现在的负载)如下:sar -p 1Linux 2.6.32-16-generic (ubuntu) 03/23/2011 _x86_64_(1 CPU)10:34:49 AM CPU %user %nice %system %iowait %steal %idle10:34:50 AM all 0.00 0.00 0.00 0.00 0.00 100.0010:34:51 AM all 0.67 0.00 1.3...
阅读全文