Ubuntu vmstat 3.3.10 命令详解


vmstat 是 Virtual Meomory Statistics 的缩写,中文译为虚拟内存统计。

vmstat 能以秒为单位,按指定延迟时间实时输出等待/休眠进程数、内存使用、虚拟内存使用、输入/输出、系统操作、CPU 使用、等信息。

另请参阅: free     pidstat     top     uptime

基本用法     详细用法

root:~# vmstat -S m 5 3
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 1  0      0     14     34    228    0    0   257    23 1416 3082  2  1 97  0  0
 1  0      0     14     34    228    0    0   222     8 1398 3046  2  1 97  0  0
 2  0      0     16     34    224    0    0   282     9 1418 3113  3  1 95  0  0
root@iZj6c3okxpwhhkt9xrjxh0Z:~#
			

以 MB (默认 KB) 为单位,每隔 5 秒统计一次,总计 3 次输出内存统计信息。

基本语法

vmstat [options] [delay [count]]
			

Options 选项

参数 EN 解释 中文翻译 备注
-a, --active active/inactive memory 活动/不活动内存
-f, --forks number of forks since boot 自引导以来的分叉数
-m, --slabs slabinfo
-n, --one-header do not redisplay header 不重新显示标题
-s, --stats event counter statistics 事件计数器统计
-d, --disk disk statistics 磁盘统计
-D, --disk-sum summarize disk statistics 汇总磁盘统计信息
-p, --partition <dev> partition specific statistics 特定分区统计信息
-S, --unit <char> define display unit 定义显示单位
-w, --wide wide output 宽输出
-t, --timestamp show timestamp 展示时间戳
-h, --help display this help and exit 显示此帮助并退出
-V, --version output version information and exit 输出版本信息并退出

基本用法

功能 命令 文字解释 示例 示例解释
版本 vmstat -V 展示版本信息
vmstat --version
帮助 vmstat -h 展示帮助信息
vmstat --help

 

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。