Measure Reference Manual

channel-num
INT:value:1
is the channel number of the device to be measured.
DEVICE^CLIM^DESC
is the descriptor for DEVICE or DISC entities connected to a system running an H-series or J-series
RVU. DEVICE^CLIM^DESC includes a PLPT field, which is a structure that contains fields that
uniquely identify devices connected by a CLIM. You can use DEVICE^SVNET^DESC or
DEVICE^SVNET^DESC^G05 to describe other non-CLIM NonStop S-series devices.
Struct Device^CLIM^Desc (*)
Begin
Int Type; ! Entity type
Int Len; ! Byte length of this record
Int CPU^number;
Int ServerNET;
Struct GMS;
Begin
Int(32) Group; ! Group number
Int(32) Module; ! Module number
Int(32) Slot; ! Slot number
End;
Int Device^name[0:11];
Struct plpt (plpt^def);
Int Config^name[0:31]; ! OSCONFIG name for drive,adaptor,or SAC
String Config^name^s[0:63] = Config^name;
End;
type
INT:value:1
is one of:
Numeric IdentifierLiteralEntity Type
7DISC^TDISC
8IODEV^TDEVICE
A positive type value includes the specified entities in the measurement configuration. A
negative type value excludes the specified entities from measurement. For an example, see
Specifying Entity Descriptors (page 376).
len
INT:value:1
is the length in bytes of this descriptor. len is 52 if the descriptor does not include the
configuration name or 116 if the descriptor includes the configuration name.
cpu^number
INT:value:1
is the number of the CPU on which the device is configured. Use the literal -1 to indicate all
CPUs.
servernet
INT:value:1
is the ServerNet fabric. This field identifies a specific path or set of paths to a supported physical
device. Use 0 to indicate the X fabric, 1 to indicate the Y fabric, or the literal -1 to indicate
both fabrics.
For devices connected by a ServerNet/DA, use the literal -1.
DEVICE^CLIM^DESC 457