Measure Reference Manual
The first line starts MEASCOM, the Measure command interface. The plus sign (+) is the MEASCOM
command prompt. The next two lines configure the measurement, instructing Measure to take
measurements on CPUs 5 and 6. In these commands, CPU is the entity type, and 5 and 6 are
entity specifications.
Step 2. Take the Measurement
To start the sample measurement:
3+ START MEASUREMENT MYDATA
The file name MYDATA identifies the output fileāthat is, the file in which the Measure performance
monitor is to save the measurement data. Each time you start a measurement, you must identify a
new or existing measurement file.
This measurement uses many defaults. You can specify options such as a starting time for the
measurement, a duration, and a measurement interval. The measurement interval causes Measure
to write counters to the data file at a specified interval rather than just at the beginning and end
of the measurement. For example, you might have counter values recorded at 30-minute intervals.
When you examine the measurement, you can see results for successive time periods, as well as
the totals.
Step 3. Examine the Measurement
To stop the sample measurement and display the results of the measurement:
4+ STOP MEASUREMENT MYDATA
5+ LIST CPU *
Cpu 5 Cyclone Initial Lock Pgs 2048 Mem Pages 8192
Memory MB 16 PCBs 483 Page Size 2048
Local System \TSII From 17 Jul 1993, 15:06:38 For 30 Minutes
Cpu-Busy-Time 34.83 % Swaps 0.34
Cpu-Qtime 0.39 # Cpu-Qlen-Max 58 #
Mem-Qtime 0.02 # Mem-Qlen-Max 13 #
Dispatches 83.27 Intr-Busy-Time 1.45 %
Process-Ovhd 0.02 % Send-Busy-Time 0.61 %
Disc-IOs 9.56 Cache-Hits 17.42
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
++
Cpu 6 Cyclone Initial Lock Pgs 2048 Mem Pages 8192
Memory MB 16 PCBs 483 Page Size 2048
Local System \TSII From 17 Jul 1993, 15:06:38 For 30 Minutes
Cpu-Busy-Time 16.40 % Swaps 0.58
Cpu-Qtime 0.22 # Cpu-Qlen-Max 58 #
Mem-Qtime 0.03 Mem-Qlen-Max 13 #
Dispatches 35.14 Intr-Busy-Time 0.61 %
Process-Ovhd 0.05 % Send-Busy-Time 0.17 %
Disc-IOs 5.34 Cache-Hits 10.24
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
The LIST command displays the results of the measurement on the screen. Each measured CPU has
its own report. The counter values appear as percentages or totals.
The Three Steps of Measurement 31