svmon subcommand

The svmon subcommand displays information about the memory and paging space use on a per-process basis.

Format

svmon [ -p pid | -s slot | -a effectiveaddress | * | - ]

Parameters

Item Description
-p pid Displays detailed information about the process specified by its process identifier.
-s slot Displays detailed information about the process in the specified process slot.
-a effectiveaddress Displays detailed information about the process specified by the effective address of its pvproc structure.
* Displays a brief summary about all the processes on the system when the asterisk ( * ) is the only parameter.
Displays detailed information about all the processes on the system when the minus sign ( – ) is the only parameter.

When run without any parameters, the svmon subcommand displays information about the memory and paging space us of the running process on the current processor. With parameters, information about other processes or a brief summary of all processes can be displayed.

Other

No aliases.

Examples

The following is an example of how to use the svmon subcommand:

(0)> svmon

-------------------------------------------------------------------------------
     Pid Command          64-bit Mthrd LPage Kproc  Uid
    8196 wait               Y     N     N     Y       0

    Vsid      Esid Type Description              LPage  Inuse   Pin Pgsp Virtual
       0         0 work kernel segment               -   6127  3762    0  6127
    7003  FFFFFFFF work application stack            -      1     1    0     1
    5002 F00000002 work process private              -     11     8    0    11

   Inuse      Pin     Pgsp  Virtual
    6139     3771        0     6139
(0)> svmon *
     Pid Command          Inuse      Pin     Pgsp  Virtual 64-bit Mthrd LPage
       0 swapper           6143     3771        0     6143      Y     N     N
       1 init              8200     3766        0     8187      N     N     N
    8196 wait              6139     3771        0     6139      Y     N     N
   12294 wait              6139     3771        0     6139      Y     N     N
   16392 wait              6139     3771        0     6139      Y     N     N
   20490 wait              6139     3771        0     6139      Y     N     N
   24588 reaper            6141     3770        0     6141      Y     N     N
   28686 lrud              6139     3770        0     6139      Y     N     N
   32784 xmdetd            6141     3770        0     6141      Y     N     N
   36882 vmptacrt          6141     3770        0     6141      Y     N     N
   40980 pilegc            6146     3771        0     6146      Y     Y     N
   45078 xmgc              6141     3770        0     6141      Y     N     N
   49176 netm              6141     3770        0     6141      Y     N     N
   53274 gil               6163     3774        0     6163      Y     Y     N
   57372 wlmsched          6141     3770        0     6141      Y     N     N
   65552 aixmibd           8188     3766        0     8116      N     N     N
   69706 cron              8082     3766        0     8061      N     N     N
   73900 random            6141     3770        0     6141      Y     N     N
   77870 jfsz              6141     3770        0     6141      Y     N     N
   81976 dog               6158     3774        0     6158      Y     Y     N
   86182 srcmstr           8093     3766        0     8080      N     N     N
   94322 errdemon          8256     3766        0     8154      N     N     N
   98366 lvmbb             6141     3770        0     6141      Y     N     N
  102462 kbiod             6146     3771        0     6146      Y     Y     N
  106598 syncd             8161     3779        0     8159      N     Y     N
  114922 snmpmibd64        6738     3769        0     6678      Y     N     N
  118862 portmap           8107     3766        0     8095      N     N     N
  127112 sendmail          8299     3766        0     8197      N     N     N
  131138 shlap64           6643     3769        0     6633      Y     N     N
  135240 rtcmd             6146     3771        0     6146      Y     Y     N
  139368 syslogd           8063     3766        0     8052      N     N     N
  143494 rmcd              8435     3768        0     8339      N     Y     N
  147664 hostmibd          8106     3766        0     8087      N     N     N
  151678 inetd             8069     3766        0     8059      N     N     N
  155778 muxatmd           8128     3766        0     8116      N     N     N
  159846 rpc.lockd         8048     3766        0     8046      N     N     N
  163994 rpc.statd         8206     3769        0     8185      N     Y     N
  168038 ksh               8161     3766        0     8106      N     N     N
  172130 biod              8002     3766        0     8001      N     N     N
  176260 IBM.AuditRMd      8359     3775        0     8306      N     Y     N
  184438 diagd             8069     3766        0     8060      N     N     N
  188594 qdaemon           8039     3766        0     8023      N     N     N
  192622 writesrv          8040     3766        0     8035      N     N     N
  196744 uprintfd          7997     3766        0     7995      N     N     N
  204906 rpc.lockd         6185     3779        0     6185      Y     Y     N
  213104 IBM.ServiceRM     8285     3774        0     8261      N     Y     N
  249980 IBM.ERrmd         8467     3775        0     8406      N     Y     N
  254120 kdb_64            7392     3769        0     6935      Y     N     N
  258180 IBM.CSMAgentR     8453     3777        0     8395      N     Y     N
(0)>