summaryrefslogtreecommitdiffstats
path: root/patches/procps-3.2.8/30_top.1_cpustate.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/procps-3.2.8/30_top.1_cpustate.dpatch')
-rw-r--r--patches/procps-3.2.8/30_top.1_cpustate.dpatch53
1 files changed, 53 insertions, 0 deletions
diff --git a/patches/procps-3.2.8/30_top.1_cpustate.dpatch b/patches/procps-3.2.8/30_top.1_cpustate.dpatch
new file mode 100644
index 000000000..24f603ac8
--- /dev/null
+++ b/patches/procps-3.2.8/30_top.1_cpustate.dpatch
@@ -0,0 +1,53 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30_top.1_cpustate.dpatch by <csmall@localhost.localdomain>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: top CPU state descriptions
+
+@DPATCH@
+diff -urNad procps-3.2.7~/top.1 procps-3.2.7/top.1
+--- procps-3.2.7~/top.1 2007-10-04 22:35:09.000000000 +1000
++++ procps-3.2.7/top.1 2007-10-04 22:36:45.000000000 +1000
+@@ -539,6 +539,42 @@
+ upper case\fR letter and to the\fB right\fR with the\fB lower case\fR
+ letter.
+
++.\" ......................................................................
++.SS 2c. CPU States
++.\" ----------------------------------------------------------------------
++The CPU states are shown in the Summary Area. They are always shown as a
++percentage and are for the time between now and the last refresh.
++
++.TP 3
++\fB us\fR \*(EM User CPU time
++The time the CPU has spent running users' processes that are not
++niced.
++
++.TP 3
++\fB sy\fR \*(EM System CPU time
++The time the CPU has spent running the kernel and its processes.
++
++.TP 3
++\fB ni\fR \*(EM Nice CPU time
++The time the CPU has spent running users' proccess that have been
++niced.
++
++.TP 3
++\fB wa\fR \*(EM iowait
++Amount of time the CPU has been waiting for I/O to complete.
++
++.TP 3
++\fB hi\fR \*(EM Hardware IRQ
++The amount of time the CPU has been servicing hardware interrupts.
++
++.TP 3
++\fB si\fR \*(EM Software Interrupts
++The amount of time the CPU has been servicing software interrupts.
++
++.TP 3
++\fB st\fR \*(EM Steal Time
++The amount of CPU 'stolen' from this virtual machine by the hypervisor
++for other tasks (such as running another virtual machine).
+
+ .\" ----------------------------------------------------------------------
+ .SH 3. INTERACTIVE Commands