摘要: 命令简介 iostat主要用于监控系统设备的IO负载情况 命令描述 The first report generated by the iostat command provides statistics concerning the time since the system was booted 阅读全文
posted @ 2017-10-19 17:47 yangyangchunchun 阅读(267) 评论(0) 推荐(0)
摘要: 命令介绍 在linux系统中一般用free命令查看和监控系统内存使用情况 命令格式 usage: free [-b|-k|-m|-g|-h] [-l] [-o] [-t] [-s delay] [-c count] [-V] -b,-k,-m,-g show output in bytes, KB, 阅读全文
posted @ 2017-10-19 16:40 yangyangchunchun 阅读(277) 评论(0) 推荐(0)
摘要: 命令简介 vmstat是Virtual Memory Statistics,是对系统整体情况进行统计,不足之处无法对某个进程进行深入分析 命令格式 vmstat delay count vmstat 2 5:每隔2秒执行一次vmstat共执行5次 命令输出字段意义: [root@xen-test-1 阅读全文
posted @ 2017-10-19 11:30 yangyangchunchun 阅读(210) 评论(0) 推荐(0)