vmstat man page 157935 155684
This commit is contained in:
parent
bd42b97fd1
commit
609ee430aa
7
vmstat.8
7
vmstat.8
@ -47,6 +47,9 @@ w: The number of processes swapped out but otherwise runnable. This
|
|||||||
swpd: the amount of virtual memory used (kB).
|
swpd: the amount of virtual memory used (kB).
|
||||||
free: the amount of idle memory (kB).
|
free: the amount of idle memory (kB).
|
||||||
buff: the amount of memory used as buffers (kB).
|
buff: the amount of memory used as buffers (kB).
|
||||||
|
cache: the amount of memory used as cache (kB).
|
||||||
|
inact: the amount of inactive memory (kB). (-a option)
|
||||||
|
active: the amount of active memory (kB). (-a option)
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
.SS
|
.SS
|
||||||
@ -59,8 +62,8 @@ so: Amount of memory swapped to disk (kB/s).
|
|||||||
.SS
|
.SS
|
||||||
.B "IO"
|
.B "IO"
|
||||||
.nf
|
.nf
|
||||||
bi: Blocks sent to a block device (blocks/s).
|
bi: Blocks received from a block device (blocks/s).
|
||||||
bo: Blocks received from a block device (blocks/s).
|
bo: Blocks sent to a block device (blocks/s).
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
.SS
|
.SS
|
||||||
|
Loading…
Reference in New Issue
Block a user