Measure Reference Manual
• In Measure H03/J01 and later PVUs, the LIST command allows SERVERNET, DEVICE, and
DISC entity specifications using CLIMs. For the syntax and examples, see the SERVERNET
(page 323), DEVICE (page 179) and DISC (page 189) entities.
• In Measure H01 and later PVUs, the LIST command allows DISCOPEN, DISKFILE, FILE, and
SQLSTMT entity specifications using ANSI SQL names. For the syntax, see the DISCOPEN
(page 208), DISKFILE (page 217), FILE (page 227), or SQLSTMT (page 341) entities.
Usage Notes for G-Series PVUs and RVUs
• In Measure G12 and later PVUs, code-space identifiers are displayed only for TNS code files
(including accelerated TNS code files).
• In G-series RVUs, IF clauses cannot refer to fields that appear only in ZMS style records and
reports, even in the ZMS style report mode.
Examples
• The display of the following LIST DISC command shows the partition number (highlighted in
boldface type) for a CLIM-attached disk named $DISC1:
+ LIST DISC $DISC1
Disc $DISC1-P (147 GB) PID 3,304 Pool
Cfg $DISC1
SAC C1002531
SvNet X LDEV 221 LUN 308 Partition 1
Format Version: H06 Data Version: H06 Subsystem Version: 2
Local System \MEASURE From 25 Jan 2011, 11:44:50 For 11.1 Seconds
------------ Logical Requests ----------------------------------------------
Request-Qtime Requests 0.18 /s
Request-ART 0.04 ms Swaps
DefReq-QTime DefReqs
Deferred-QTime Requests-Blocked
------------ Physical Operations -------------------------------------------
Device-Qbusy-Time 0.19 % Disc-Rate 0.18 /s
Device-AST 10.39 ms
...
• To display a CPU report, using the NORMAL report format (NORMAL means all counters are
displayed):
+ LIST CPU 5
Cpu 5 VLX Initial Lock Pgs 2048 Mem Pages 8192
Memory MB 16 PCBs 491 Page Size 2048
Local System \BUYER From 22 Oct 1994, 12:20:47 For 118 Secs
Cpu-Busy-Time 21.46 % Swaps 0.21
Cpu-Qtime 0.27 # Cpu-Qlen-Max 62 #
Mem-Qtime 0.01 # Mem-Qlen-Max 26 #
Dispatches 31.80 Intr-Busy-Time 0.49 %
Process-Ovhd 0.02 % Send-Busy-Time 0.12 %
Disc-IOs 2.00 Cache-Hits 4.39
Transactions Response-Time
Page-Requests Page-Scans
Ending-Free-Mem 4092 Ending-UCME
Ending-UDS 500 Ending-SDS 1500
Ending-UCL 100 Ending-SCL 2000
• To display all CPU reports, using the BRIEF format (BRIEF causes a Measure-defined subset of
the counters to be displayed):
+ LIST CPU *
Cpu 5 VLX Initial Lock Pgs 2048 Mem Pages 8192
Memory MB 16 PCBs 491 Page Size 2048
Local System \BUYER From 22 Oct 1994, 12:20:47 For 118 Secs
Cpu-Busy-Time 21.46% Swaps 0.21
LIST entity-type 75