vmstat
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
Last revision | |||
— | vmstat [2012/04/12 16:43] – created k2patel | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== vmstat ====== | ||
+ | This is just the man page snapshot for field description | ||
+ | |||
+ | <code text> | ||
+ | FIELD DESCRIPTION FOR VM MODE | ||
+ | Procs | ||
+ | r: The number of processes waiting for run time. | ||
+ | b: The number of processes in uninterruptible sleep. | ||
+ | |||
+ | | ||
+ | swpd: the amount of virtual memory used. | ||
+ | free: the amount of idle memory. | ||
+ | buff: the amount of memory used as buffers. | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | Swap | ||
+ | si: Amount of memory swapped in from disk (/s). | ||
+ | so: Amount of memory swapped to disk (/s). | ||
+ | |||
+ | IO | ||
+ | bi: Blocks received from a block device (blocks/s). | ||
+ | bo: Blocks sent to a block device (blocks/s). | ||
+ | |||
+ | | ||
+ | in: The number of interrupts per second, including the clock. | ||
+ | cs: The number of context switches per second. | ||
+ | |||
+ | CPU | ||
+ | These are percentages of total CPU time. | ||
+ | us: Time spent running non-kernel code. (user time, including nice time) | ||
+ | sy: Time spent running kernel code. (system time) | ||
+ | id: Time spent idle. Prior to Linux 2.5.41, this includes IO-wait time. | ||
+ | wa: Time spent waiting for IO. Prior to Linux 2.5.41, included in idle. | ||
+ | st: Time stolen from a virtual machine. Prior to Linux 2.6.11, unknown. | ||
+ | |||
+ | FIELD DESCRIPTION FOR DISK MODE | ||
+ | Reads | ||
+ | | ||
+ | | ||
+ | | ||
+ | ms: milliseconds spent reading | ||
+ | |||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ms: milliseconds spent writing | ||
+ | |||
+ | IO | ||
+ | cur: I/O in progress | ||
+ | s: seconds spent for I/O | ||
+ | |||
+ | FIELD DESCRIPTION FOR DISK PARTITION MODE | ||
+ | | ||
+ | read sectors: Total read sectors for partition | ||
+ | | ||
+ | | ||
+ | |||
+ | FIELD DESCRIPTION FOR SLAB MODE | ||
+ | | ||
+ | num: Number of currently active objects | ||
+ | | ||
+ | size: Size of each object | ||
+ | | ||
+ | |||
+ | </ |
vmstat.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1