svmon -P -t 3 -i 5,該指令每5秒種輸出一次最耗記憶體的前3個程序

(輸出省略了一部分)
說明(為了表述明确,分别貼出了中英文對照)
Process Report
The process report is printed when the -P flag is specified. The column headings in a process report are:
Pid
Indicates the process ID.
Command
Indicates the command the process is running.
Inuse
Indicates the total number of pages in real memory in segments that are used by the process.
Pin
Indicates the total number of pages pinned in segments that are used by the process.
Pgsp
Indicates the total number of pages reserved or used on paging space by segments that are used by the process.
Virtual
Indicates the total number of pages allocated in the process virtual space.
64-bit
Indicates if the process is a 64 bit process (Y) or a 32 bit process (N).
Mthrd
Indicates if the process is multi-threaded (Y) or not (N).
16MB
Indicates the 16MB page status of the process. "M" stands for mandatory, "Y" means that the process uses or has used
16MB page segments and "N" means that the process does not use 16MB pages.
If the process uses pages of a size other than the base 4KB page size, these statistics are followed by the
distribution between the different page sizes.
After process information is displayed, svmon displays information about all the segments the process uses. Information
about segment are described in the paragraph Segment Report
If the -q flag is specified, only processes using segments of the requested size are reported. Note that all of the
segments for these processes are reported. If a list of processes is specified, an error is reported for each process not
using segments of the requested size.
<a></a>
隻有指定了 -P 标志,才列印程序報告。程序報告中的列标題是:
<dl></dl>
<dt>Pid </dt>
<dd>表示程序辨別符。 </dd>
<dt>指令 </dt>
<dd>表示程序在運作的指令。 </dd>
<dt>正在使用 </dt>
<dd>表示程序使用的段中的實記憶體的頁面總數。 </dd>
<dt>固定記憶體 </dt>
<dd>表示程序使用的段中固定記憶體的頁面總數。 </dd>
<dt>調頁空間 </dt>
<dd>表示程序使用的段在調頁空間上保留或使用的頁面總數。 </dd>
<dt>虛拟 </dt>
<dd>表示在程序虛拟空間中配置設定的頁面總數。 </dd>
<dt>64 位 </dt>
<dd>表示該程序是否是 64 位程序(Y)或 32 位程序(N)。 </dd>
<dt>多線程 </dt>
<dd>表示該程序是否是多線程的(Y)或不是多線程的(N)。 </dd>
<dt>大頁面 </dt>
<dd>表示程序的大頁面狀态。“M”表示強制性,“Y”表示程序使用或已經使用大頁面段,“N”表示程序不使用大頁面。</dd>
如果定義了大頁池,那麼在不同頁面大小間的分布跟随這些資訊。
顯示程序資訊之後,svmon 顯示關于程序使用的所有段的資訊。段落段報告描述了段的資訊。
如果指定了 -q 标志,那麼隻報告标記為大頁面程序(LPage)的程序。注意要報告這些程序中所有的段。如果指定了一列程序,那麼就會向未标記為大頁面的每個程序報告錯誤。
隻有指定了 -S 标志,才列印段報告。段報告中的列标題是:
<dt>Vsid </dt>
<dd>表示虛拟段辨別符。表示在虛拟記憶體管理器中的唯一段。 </dd>
<dt>Esid </dt>
<dd>表示有效的段辨別符。Esid 隻有在段屬于程序的位址空間時才有效。提供時,它表示程序如何使用段。如果 vsid 段被幾個程序映射,但具有不同的 esid 值, 那麼該字段包含“-”。如果是那樣的話,那麼通過應用于使用該段的每個程序辨別符的</dd>
-P 标志,可以獲得精确的 esid 值。因為用于管理打開的檔案或多線程結構的段不是程序的使用者位址空間的一部分,是以也對這些段顯示“-”。
<dt>類型type </dt>
<dd>表示段的類型:</dd>
持久表示持久的段
工作表示工作段
客戶表示客戶段
映射表示映射的段
實映射表示實記憶體映射段
<dt>描述 description </dt>
<dd>給出段的文本描述。列的内容取決于段的類型和用途</dd>