]> granicus.if.org Git - procps-ng/commitdiff
vmstat man page 157935 155684
authoralbert <>
Tue, 8 Oct 2002 19:08:34 +0000 (19:08 +0000)
committeralbert <>
Tue, 8 Oct 2002 19:08:34 +0000 (19:08 +0000)
vmstat.8

index 32a81295e8a9e255a111e1bff81b564b478ea672..84dcf10067b75d354667a431aa904c843cd4ab1e 100644 (file)
--- a/vmstat.8
+++ b/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).
 free: the amount of idle memory (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
 .PP
 .SS
@@ -59,8 +62,8 @@ so: Amount of memory swapped to disk (kB/s).
 .SS
 .B "IO"
 .nf
-bi: Blocks sent to a block device (blocks/s).
-bo: Blocks received from a block device (blocks/s).
+bi: Blocks received from a block device (blocks/s).
+bo: Blocks sent to a block device (blocks/s).
 .fi
 .PP
 .SS