vmstat: use KiB/s for bi/bo instead of blocks/s
/proc/vmstat provide kbytes to pgpgin and pgpgout instead of blocks, correct unit for bi/bo. References: procps-ng/procps!64 Signed-off-by: Weiping Zhang <zhangweiping@didichuxing.com> Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
parent
eafd8e3112
commit
992a37e5ed
4
vmstat.8
4
vmstat.8
@ -122,8 +122,8 @@ so: Amount of memory swapped to disk (/s).
|
|||||||
.SS
|
.SS
|
||||||
.B "IO"
|
.B "IO"
|
||||||
.nf
|
.nf
|
||||||
bi: Blocks received from a block device (blocks/s).
|
bi: Kibibyte received from a block device (KiB/s).
|
||||||
bo: Blocks sent to a block device (blocks/s).
|
bo: Kibibyte sent to a block device (KiB/s).
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
.SS
|
.SS
|
||||||
|
Loading…
Reference in New Issue
Block a user