Measure Reference Manual
• This example lists the OSSCPU records by ascending order of the C0-LS-SENDS counter, where
C0 is the CPU number of the other CPU involved in the socket operation.
+ LIST OSSCPU *, BY C0-LS-SENDS ( ASCENDING )
• This example lists the OSSCPU record for CPU 1 and then shows a plot of the values for the
C6-LS-AWAKES counter, where C6 is the CPU number of the other CPU involved in the socket
operation.
+ LIST OSSCPU 1
+ ADD PLOT C6-LS-AWAKES
+ LIST PLOT
ASSUME
The ASSUME command sets the default command object. Most MEASCOM commands consist of
an action and an object. The object name is optional. If it is omitted, MEASCOM uses the default
command object specified by the most recent ASSUME command. Initially, the default command
object is MEASUREMENT.
Syntax
ASSUME object
object
is one of:
COUNTER MEASSUBSYS MEASUREMENT PLOT REPORT entity-type
entity-type
is one of:
CLUSTER DISCOPEN OPDISK SERVERNET TMF
CONTROLLER DISKFILE OSSCPU SQLPROC USERDEF
CPU FILE OSSNS SQLSTMT
DEVICE LINE PROCESS SYSTEM
DISC NETLINE PROCESSH TERMINAL
Example
To use the ASSUME command to shorten command lines:
+ ADD $DATA.MEAS.MAY04 -- MEASUREMENT is default object
+ ASSUME REPORT
+ SET FORMAT BRIEF
+ SET TOTALS INCLUDE
+ ASSUME CPU
+ LIST 2
.
. (report for CPU 2 appears here)
.
+ LIST 4
.
. (report for CPU 4 appears here)
.
+ LIST 6
.
. (report for CPU 6 appears here)
.
50 MEASCOM Commands