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
|
||||
.B "IO"
|
||||
.nf
|
||||
bi: Blocks received from a block device (blocks/s).
|
||||
bo: Blocks sent to a block device (blocks/s).
|
||||
bi: Kibibyte received from a block device (KiB/s).
|
||||
bo: Kibibyte sent to a block device (KiB/s).
|
||||
.fi
|
||||
.PP
|
||||
.SS
|
||||
|
Loading…
Reference in New Issue
Block a user