proc.txt: Add /proc/stat field
authorLeonardo Chiquitto <leonardo@iken.com.br>
Sat, 20 Oct 2007 01:03:38 +0000 (03:03 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 20 Oct 2007 01:03:38 +0000 (03:03 +0200)
This patch updates the "cat /proc/stat" output found
in Documentation/filesystems/proc.txt.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/filesystems/proc.txt

index e5c1df52a876fe9ab83173966772960ce0b25a77..dec99455321fdf86018ca5b2b62936103fd73031 100644 (file)
@@ -813,9 +813,9 @@ Various pieces   of  information about  kernel activity  are  available in the
 since the system first booted.  For a quick look, simply cat the file:
 
   > cat /proc/stat
-  cpu  2255 34 2290 22625563 6290 127 456
-  cpu0 1132 34 1441 11311718 3675 127 438
-  cpu1 1123 0 849 11313845 2614 0 18
+  cpu  2255 34 2290 22625563 6290 127 456 0
+  cpu0 1132 34 1441 11311718 3675 127 438 0
+  cpu1 1123 0 849 11313845 2614 0 18 0
   intr 114930548 113199788 3 0 5 263 0 4 [... lots more numbers ...]
   ctxt 1990473
   btime 1062191376
@@ -835,6 +835,7 @@ second).  The meanings of the columns are as follows, from left to right:
 - iowait: waiting for I/O to complete
 - irq: servicing interrupts
 - softirq: servicing softirqs
+- steal: involuntary wait
 
 The "intr" line gives counts of interrupts  serviced since boot time, for each
 of the  possible system interrupts.   The first  column  is the  total of  all
This page took 0.027188 seconds and 5 git commands to generate.