annotate docs/nitros9guide/procs.refentry @ 2322:61fb37b19edd

Edition #3 - for vtio instead of cc3io Willard Goosey
author aaronwolfe
date Mon, 11 Jan 2010 04:20:41 +0000
parents 4dae346c4969
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="procs">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>PROCS</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Display Processes</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 914
diff changeset
9 <command>procs</command>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
914
9639def8cf2e Changed to show new - options
boisy
parents: 138
diff changeset
11 <option>-e</option>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 Displays a list of processes running on the system. Normally only
914
9639def8cf2e Changed to show new - options
boisy
parents: 138
diff changeset
19 processes having the user's ID are listed, but if the &quot;-e&quot; option is
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 given, processes of all users are listed. The display is a
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 &quot;snapshot&quot; taken at the instant the command is executed: processes
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 can switch states rapidly, usually many times per second.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 PROCS shows the user and process ID numbers, priority, state
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 (process status), memory size (in 256 byte pages), primary program
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 module, and standard input path.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 <para>
1093
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 914
diff changeset
30 For more information see: <xref linkend="sec5.1"/>,
4dae346c4969 Added crossreferences and lowercased synopsises
roug
parents: 914
diff changeset
31 <xref linkend="sec5.2"/>, <xref linkend="sec5.3"/>
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 Level One Example:
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 User# Id pty state Mem Primary module
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 ---- --- --- -------- --- --------------
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 0 2 0 active 2 Shell
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 0 1 0 waiting 1 SysGo
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43 1 3 1 waiting 2 Tsmon
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 1 4 1 waiting 4 Shell
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45 1 5 1 active 64 Basic09
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
47 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
48 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
49