Vmstat
* running cpu, block cpu
* r: The number of processes waiting for run time.
* b: The number of processes in uninterruptible sleep.
* memory usage
* swap
* io - input/ouput
* bi - Blocks received from a block device (blocks/s)
* bo - Blocks sent to a block device (blocks/s).
* system -
* in - The number of interrupts per second, including the clock.
* cs - The number of context switches per second.
* cpu -
* wa: Time spent waiting for IO
* sy: Time spent running kernel code. (system time)
* us: Time spent running non-kernel code. (user time, including nice time)
* -d show disk reads/wirtes/IO
Last updated