Measure Reference Manual
CPU
The CPU entity provides information about one or more CPUs in the local system.
PageTopic
161Entity specification syntax for CPU entities
161DDL records for CPU entities
165DDL field definitions for CPU entities
176Usage notes for CPU entities
Entity Specification Syntax for CPU Entities
To describe CPU entities:
CPU entity-spec [, entity-spec ] ...
CPU
collects information about one or more CPUs in the local system.
entity-spec
is specified as:
{ * | cpu }
where:
*
indicates all CPUs.
cpu
is the number of a CPU to be measured. To measure multiple CPUs, specify a
comma-separated list of CPU numbers.
The default value is all CPUs.
DDL Record for CPU Entities (ZMS Style)
The ZMS Style DDL record for CPU entities is supported on Measure G11 and later PVUs.
The fields included in BRIEF reports are in boldface type.
ID Fields DDL Definition
DEFINITION zmscpu-id.
02 cpu-type type binary 16 unsigned.
02 cpu-subtype type binary 16 unsigned.
02 mem-mb type binary 16 unsigned.
02 pcbs type binary 16 unsigned.
02 page-size-bytes type binary 32 unsigned.
02 mem-frames type binary 32 unsigned.
02 mem-initial-lock type binary 32 unsigned.
02 ipus type binary 16 unsigned.
02 flags type binary 16 unsigned.
end
Counter Fields DDL Definition
DEFINITION zmscpu-ctrs.
02 cpu-busy-time type binary 64.
02 cpu-qtime type binary 64.
02 dispatches type binary 64.
02 swaps type binary 64.
02 intr-busy-time type binary 64.
CPU 161