|
@@ -535,16 +535,39 @@ if(is_myself("$fu")) {
|
|
</title>
|
|
</title>
|
|
<para>
|
|
<para>
|
|
Print private memory (pkg) usage statistics per process. It
|
|
Print private memory (pkg) usage statistics per process. It
|
|
- can take an optinal parameter that specifies the pid of process
|
|
|
|
- to print statistics for. If pid parameter is not give, it prints
|
|
|
|
- statistics for all processes.
|
|
|
|
|
|
+ can take optinally a filter to print statistics only for a
|
|
|
|
+ specific process or set of processes. If no filter is given,
|
|
|
|
+ it prints statistics for all processes.
|
|
</para>
|
|
</para>
|
|
|
|
+ <para>The filter can be:</para>
|
|
|
|
+ <itemizedlist>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>pid value</emphasis> - print statistics for
|
|
|
|
+ specific process pid.
|
|
|
|
+ </para>
|
|
|
|
+ </listitem>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>rank value</emphasis> - print statistics for
|
|
|
|
+ specific process rank.
|
|
|
|
+ </para>
|
|
|
|
+ </listitem>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>index value</emphasis> - print statistics for
|
|
|
|
+ specific index in process table.
|
|
|
|
+ </para>
|
|
|
|
+ </listitem>
|
|
|
|
+ </itemizedlist>
|
|
<para>
|
|
<para>
|
|
Examples:
|
|
Examples:
|
|
</para>
|
|
</para>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
sercmd pkg.stats
|
|
sercmd pkg.stats
|
|
- sercmd pkg.stats 1234
|
|
|
|
|
|
+ sercmd pkg.stats pid 1234
|
|
|
|
+ sercmd pkg.stats rank 1
|
|
|
|
+ sercmd pkg.stats index 10
|
|
</programlisting>
|
|
</programlisting>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|