HP Integrity NonStop H-Series User Manual
Page 37
HP NonStop
RPM User’s Guide Page 37 of 52
BYCPU | BYNODE - controls the display order of the top
BYCPU displays the busiest processes in each Cpu grouped by Cpu number.
BYNODE displays the busiest processes across all Cpus in each node grouped in
one list of processes sorted from busiest to least busy process. If you do not
specify this option, the busiest processes are listed ByNode, unless you specify
SET SORT ByCPU.
NOTE users can globally set sort order by using the SET SORT option.
BYBUSY | BYMEMORY | BYRCVQ | BYQ | BYIN | BYIO | BYOUT | BYPFS |
BYSWAPS - controls selection criteria for the top
ENTRIES option below for more about
option. SET options MaxInputs, MaxIOs, MaxOutputs, MaxRcvQ, and MaxSwaps can
be used to control the BY attribute normalization value. Enter HELP SET for more info
about SET MAX.
BYBUSY shows processes that use the most CPU cycles as a percentage of
Process-cpu-cycles / Elapsed-time
BYMEMORY shows processes that use the most memory as a percentage of
Process-memory-use / Total-cpu-memory
BYIN* shows processes that receive the most messages as a percentage of
msgs-received-per-second / SET MaxInputs
BYIO* shows processes that send+receive the most messages as a percentage
of msg-IO-per-second / SET MaxIOs
BYOUT* shows processes that send the most messages as a percentage of
msgs-sent-per-second / SET MaxOutputs
BYRCVQ | BYQ shows processes with the longest Receive Queue as a
percentage of Process-receive-queue / SET MaxRcvQ
BYPFS shows processes that use the most PFS space as a percentage of
Process-PFS-bytes / max-PFS-bytes
BYSWAP* shows processes with the most page faults as a percentage of
Process-swaps-per-sec / SET MaxSwaps
Asterisk above implies if D/G-series operating system statistics flagged with an
asterisk require MEASURE to be running. If H/J-series operating system,
MEASURE does not need to be running for any statistic in RPM.