annotate docs/nitros9guide/procs.refentry @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents d9631713b7cd
children 9639def8cf2e
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>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>PROCS</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="opt">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 <option>e</option>
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
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 processes having the user's ID are listed, but if the &quot;e&quot; option is
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>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 For more information see: 5.1, 5.2, 5.3
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 Level One Example:
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 User# Id pty state Mem Primary module
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 ---- --- --- -------- --- --------------
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 0 2 0 active 2 Shell
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 0 1 0 waiting 1 SysGo
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 1 3 1 waiting 2 Tsmon
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43 1 4 1 waiting 4 Shell
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 1 5 1 active 64 Basic09
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
47 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
48