From 7ffbf6d71102dcab5c0b4ffe045799f80e041127 Mon Sep 17 00:00:00 2001 From: Leonardo Chiquitto Date: Sat, 20 Oct 2007 03:03:38 +0200 Subject: [PATCH] --- yaml --- r: 71885 b: refs/heads/master c: b68f2c3a984edb2beb9013bc773d51ac5c56c407 h: refs/heads/master i: 71883: 0ebf57c017507c356190be998e2cd153128d64ab v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/proc.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7fab53ecb009..f404cc52d19e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad3d0a3827a3ce45ee4141de81be7375157b42de +refs/heads/master: b68f2c3a984edb2beb9013bc773d51ac5c56c407 diff --git a/trunk/Documentation/filesystems/proc.txt b/trunk/Documentation/filesystems/proc.txt index e5c1df52a876..dec99455321f 100644 --- a/trunk/Documentation/filesystems/proc.txt +++ b/trunk/Documentation/filesystems/proc.txt @@ -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