Measure Reference Manual

SYSTEM^DESC
is the descriptor for CLUSTER entities (on D-series RVUs only) or SYSTEM entities.
Struct System^desc (*)
Begin
Int Type; ! Entity type
Int Len; ! Byte length of this record
Int LH^CPU; ! Line handlers cpu number (primary or backup)
Int System^number;
Int System^name[0:3];
End;
type
INT:value:1
is one of:
Numeric IdentifierLiteralEntity Type
11REMSYS^TSYSTEM
12CLUSTER^TCLUSTER
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.
lh^cpu
INT:value:1
is the number of the CPU that contains the line handler (primary or backup). To indicate all
CPUs, use the literal -1.
system^number
INT:value:1
is the system number of the remote system from which network traffic is to be measured. To
indicate all systems, use the literal -1.
system^name
INT:value:4
is the system name of the remote system from which network traffic is to be measured. The
name must be left-justified and blank-filled. It must consist of a backslash (\) followed by a
system name in internal format. To indicate all systems, use a backslash followed by an asterisk
(\*).
SYSTEM^DESC 489