- 论坛徽章:
- 224
|
FIELD DESCRIPTION FOR VM MODE
Procs
r: The number of processes waiting for run time.
b: The number of processes in uninterruptible sleep.
Memory
swpd: the amount of virtual memory used.
free: the amount of idle memory.
buff: the amount of memory used as buffers.//buff什么意思
cache: the amount of memory used as cache.//cache什么意思,跟buff有什么区别
inact: the amount of inactive memory. (-a option)//不懂
active: the amount of active memory. (-a option)//不懂
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).
System
in: The number of interrupts per second, including the clock.
... |
|