svmon -P -t 3 -i 5,該命令每5秒種輸出一次最耗內(nèi)存的前3個(gè)進(jìn)程
(輸出省略了一部分)
說明(為了表述明確,分別貼出了中英文對(duì)照)
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.
進(jìn)程報(bào)告
只有指定了 -P 標(biāo)志,才打印進(jìn)程報(bào)告。進(jìn)程報(bào)告中的列標(biāo)題是:
- Pid
- 表示進(jìn)程標(biāo)識(shí)符。
- 命令
- 表示進(jìn)程在運(yùn)行的命令。
- 正在使用
- 表示進(jìn)程使用的段中的實(shí)內(nèi)存的頁面總數(shù)。
- 固定內(nèi)存
- 表示進(jìn)程使用的段中固定內(nèi)存的頁面總數(shù)。
- 調(diào)頁空間
- 表示進(jìn)程使用的段在調(diào)頁空間上保留或使用的頁面總數(shù)。
- 虛擬
- 表示在進(jìn)程虛擬空間中分配的頁面總數(shù)。
- 64 位
- 表示該進(jìn)程是否是 64 位進(jìn)程(Y)或 32 位進(jìn)程(N)。
- 多線程
- 表示該進(jìn)程是否是多線程的(Y)或不是多線程的(N)。
- 大頁面
- 表示進(jìn)程的大頁面狀態(tài)。“M”表示強(qiáng)制性,“Y”表示進(jìn)程使用或已經(jīng)使用大頁面段,“N”表示進(jìn)程不使用大頁面。
如果定義了大頁池,那么在不同頁面大小間的分布跟隨這些信息。
顯示進(jìn)程信息之后,svmon 顯示關(guān)于進(jìn)程使用的所有段的信息。段落段報(bào)告描述了段的信息。
如果指定了 -q 標(biāo)志,那么只報(bào)告標(biāo)記為大頁面進(jìn)程(LPage)的進(jìn)程。注意要報(bào)告這些進(jìn)程中所有的段。如果指定了一列進(jìn)程,那么就會(huì)向未標(biāo)記為大頁面的每個(gè)進(jìn)程報(bào)告錯(cuò)誤。
段報(bào)告
只有指定了 -S 標(biāo)志,才打印段報(bào)告。段報(bào)告中的列標(biāo)題是:
- Vsid
- 表示虛擬段標(biāo)識(shí)符。表示在虛擬內(nèi)存管理器中的唯一段。
- Esid
- 表示有效的段標(biāo)識(shí)符。Esid 只有在段屬于進(jìn)程的地址空間時(shí)才有效。提供時(shí),它表示進(jìn)程如何使用段。如果 vsid 段被幾個(gè)進(jìn)程映射,但具有不同的 esid 值, 那么該字段包含“-”。如果是那樣的話,那么通過應(yīng)用于使用該段的每個(gè)進(jìn)程標(biāo)識(shí)符的
-P 標(biāo)志,可以獲得精確的 esid 值。因?yàn)橛糜诠芾泶蜷_的文件或多線程結(jié)構(gòu)的段不是進(jìn)程的用戶地址空間的一部分,所以也對(duì)這些段顯示“-”。
- 類型type
- 表示段的類型:
- 持久表示持久的段
- 工作表示工作段
- 客戶表示客戶段
- 映射表示映射的段
- 實(shí)映射表示實(shí)內(nèi)存映射段
- 描述 description
- 給出段的文本描述。列的內(nèi)容取決于段的類型和用途
posted on 2012-02-22 23:18
mixer-a 閱讀(156)
評(píng)論(0) 編輯 收藏