[deployment-guide/comm-rel: 253/727] Added the Displaying a Process Status subsection.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:45:48 UTC 2010


commit 14297bd61da90ec82bddf47a5d1f73b7bd038867
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Aug 4 12:29:51 2010 +0200

    Added the Displaying a Process Status subsection.

 en-US/The_kdump_Crash_Recovery_Service.xml |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_kdump_Crash_Recovery_Service.xml b/en-US/The_kdump_Crash_Recovery_Service.xml
index 1f5c924..a1245fc 100644
--- a/en-US/The_kdump_Crash_Recovery_Service.xml
+++ b/en-US/The_kdump_Crash_Recovery_Service.xml
@@ -594,6 +594,31 @@ ROOT: /    CWD: /root
         Type <command>help files</command> for more information on the command usage.
       </para>
     </section>
+    <section id="s2-kdump-crash-processes">
+      <title>Displaying a Process Status</title>
+      <para>
+        To display status of processes in the system, type the <command>ps</command> command at the interactive prompt.
+      </para>
+      <example id="ex-kdump-crash-processes">
+        <title>Displaying status of processes in the system</title>
+        <screen>crash> <command>ps</command>
+   PID    PPID  CPU   TASK    ST  %MEM    VSZ    RSS  COMM
+      0      0   0  c0958e20  RU   0.0      0      0  [swapper]
+      1      0   0  f6c40000  IN   0.1   2824   1384  init
+<emphasis>... several lines omitted ...</emphasis>
+   5069      1   0  eea1cc80  IN   1.1  93880  11876  gnome-terminal
+   5082   5068   0  ee938000  IN   0.1   5272    980  screen
+   5083   5082   0  ee93cc80  IN   0.1   5564   1428  screen
+   5084   5083   0  ee93d940  IN   0.2   5108   1708  bash
+   5098   5084   0  ee93d2c0  IN   0.3   7944   3208  su
+&gt;  5108   5098   0  ee939980  RU   0.2   5220   1716  bash
+   5123   5083   0  ee93e600  IN   0.2   5236   1768  bash
+</screen>
+      </example>
+      <para>
+        Type <command>help ps</command> for more information on the command usage.
+      </para>
+    </section>
   </section>
   <section id="s1-kdump-resources">
     <title>Additional Resources</title>


More information about the docs-commits mailing list