Measure Reference Manual
02 process-name type character 8.
02 program-file-name.
03 volume type character 8.
03 subvol type character 8.
03 filename type character 8.
02 osspid type binary 32 unsigned.
02 ancestor-cpu type binary 16 unsigned.
02 ancestor-pin type binary 16 unsigned.
02 ancestor-sysname type character 8.
02 ancestor-process-name type character 8.
02 device-name type character 8.
02 program-file-name-MID.
03 PATHID type character 24.
03 CRVSN type character 6.
02 code-space type binary 16 unsigned.
02 object-device-name type character 8.
02 object-file-name-MID.
03 PATHID type character 24.
03 CRVSN type character 6.
02 code-range-flags type binary 16 unsigned.
02 code-range-length type binary 16 unsigned.
02 reserved-1 type character 6.
02 code-range type character 1024.
end
Counter Fields DDL Definition
DEFINITION zmsproch-ctrs.
02 process-busy-samples type binary 32 unsigned.
02 code-space-busy-samples type binary 32 unsigned.
02 code-range-busy-samples type binary 32 unsigned.
02 accel-busy-samples type binary 32 unsigned.
02 tns-busy-samples type binary 32 unsigned.
02 native-busy-samples type binary 32 unsigned.
end
DDL Record Description Fields
RECORD zmsproch. FILE is "zmsproch" ENTRY-SEQUENCED.
02 hdr type zmsheader.
02 ctr type zmsproch-ctrs.
02 id type zmsproch-id.
end
DDL Record for PROCESSH Entities (Legacy Style)
The Legacy Style DDL record for PROCESSH entities will not change after the Measure G10 PVU.
RECORD processh. FILE is "processh" ENTRY-SEQUENCED.
.
.
.
(error, time items, and measurement identification items;
see Common Entity Header Fields (page 144))
.
.
.
* entity identification items:
02 pin type binary 16 unsigned.
02 process-name type character 8.
02 program-file-name.
03 volume type character 8.
03 subvol type character 8.
03 filename type character 8.
02 priority type binary 16 unsigned.
* code range identifiers and value:
PROCESSH 317