SMF 113 Subtype 1
| Name | Based on | Description |
|---|---|---|
| timestamp | date time | Record Timestamp |
| interval | intervalstart intervalend | The interval time delta |
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| date | SMF113DTE | Date of Record | date |
| time | SMF113TME | Time of Record | time |
| timestamp virtual | date time | Record Timestamp | |
| len | SMF113LEN | Record length | integer |
| seg | SMF113SEG | Segment descriptor | integer |
| flg flag | SMF113FLG | Header flag byte | string |
| ssf | flg | Bit 0 - Subsys ID after Sys ID | |
| sbt | flg | Bit 1 - Subtypes utilized | |
| rty | SMF113RTY | Record type - 113 (‘71’x) | integer |
| tme | SMF113TME | Record written time | time |
| dte | SMF113DTE | Record written date | date |
| sid | SMF113SID | System identifier | string |
| wid | SMF113WID | Subsystem identifier | string |
| sty | SMF113STY | Record subtype: 1 = Delta event counters 2 = Hardware event counters | integer |
| sdl | SMF113SDL | Length of self-defining section | integer |
SMF113 self defining Section
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| sof | SMF113SOF | Offset to subsystem section from beginning of record | integer |
| sln | SMF113SLN | Length of subsystem section | integer |
| son | SMF113SON | Number of subsystem sections | integer |
| iof | SMF113IOF | Offset of identification section from beginning of record | integer |
| iln | SMF113ILN | Length of identification section | integer |
| ion | SMF113ION | Number of identification section | integer |
| dof | SMF113DOF | Offset of data section from beginning of record | integer |
| dln | SMF113DLN | Length of data section | integer |
| don | SMF113DON | Number of data sections | integer |
SMF113 Subsystem Section
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| rvn | SMF113RVN | Record version number | string |
| pnm | SMF113PNM | Product name - HIS | string |
| osl | SMF113OSL | MVS product level | string |
SMF113 Identification Section
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| jbn | SMF113JBN | JobName | string |
| rst | SMF113RST | Reader start time | time |
| rsd | SMF113RSD | Reader start date | date |
| stp | SMF113STP | Step name | string |
| intervalstart | SMF113INTERVALSTART | The interval start time | date-time |
| intervalend | SMF113INTERVALEND | The interval end time | date-time |
| interval virtual | intervalstart intervalend | The interval time delta |
Delta Event
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| cts | SMF113_1_CTS | Time when HIS Data collection started | date-time |
| ctm | SMF113_1_CTM | Time when this SMF record is written | date-time |
| cpuid | SMF113_1_CPUID | Processor ID for which the hardware event counters are recorded. Note that zero is a valid processor number. | integer |
| cpuprocclass | SMF113_1_CPUPROCCLASS | The processor type for which the hardware event counters are recorded. Will be one of the following: 0 = Standard CP 2 = zCBP or zAAP see SMF113_1_zCBP 4 = zIIP | integer |
| cpuspeed | SMF113_1_CPUSPEED | Processor speed for which the event counters are recorded. Speed is in cycles/microsecond. | integer |
| machtype | SMF113_1_MACHTYPE | The machine type | string |
| machmodel | SMF113_1_MACHMODEL | The machine model | string |
| ctrversion0 | SMF113_1_CTRVERSION0 | Zero counter version number. This number is incremented when there is a change to the meaning of a counter in the z/OS counter set | integer |
| ctrversion1 | SMF113_1_CTRVERSION1 | First counter version number. This number is incremented when there is a change to the meaning of a counter or the number of installed counters in the Basic or Problem-state counter sets | integer |
| ctrversion2 | SMF113_1_CTRVERSION2 | Second counter version number. This number is incremented when there is a change to the meaning of a counter or the number of installed counters in the Crypto-activity, Extended or MT-diagnostic counters | integer |
| flags flag | SMF113_1_FLAGS | Not available | string |
| lostctrdata | flags | When ON, the hardware indicated the hardware has lost counter data during the current interval | |
| lostdata | flags | Not available | |
| lostmtdata | flags | When ON, the hardware indicated the hardware has lost MT counter data during the current interval | |
| zcbp | flags | When ON, a value of 2 for SMF113_1_CpuProcClass refers to a zCBP processor type, when off a zAAP processor type. | |
| csof | SMF113_1_CSOF | Offset to counter set section from beginning of record | integer |
| csln | SMF113_1_CSLN | Length of counter set section | integer |
| cson | SMF113_1_CSON | Number of counter set sections | integer |
| machseqcode | SMF113_1_MACHSEQCODE | The machine sequence code | string |
| coreid | SMF113_1_COREID | Core ID for which the hardware event counters are recorded. Note that zero is a valid core ID number. | integer |
Counter set section
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| cstype | SMF113_1_CSTYPE | Counter set type for counters recorded: 1 = Basic, 2 = Problem state, 3 = Crypto-activity, 4 = Extended 5 = z/OS 6 = MT-diagnostic | integer |
| csflags flag | SMF113_1_CSFLAGS | Not available | string |
| csuselcds | csflags | When on the counter set’s counter data section described by fields SMF113_1_CDOF, SMF113_1_CDLN, and SMF113_1_CDON is mapped by SMF113_1_LCDS, otherwise it is mapped by SMF113_1_SCDS. | |
| cdof | SMF113_1_CDOF | Offset to counter data section for this counter set, from the beginning of record. This can be to a SMF113_1_SCDS section or a SMF113_1_LCDS section, depending SMF113_1_CSUseLCDS | integer |
| cdln | SMF113_1_CDLN | Length of counter data section | integer |
| cdon | SMF113_1_CDON | Number of counter data sections | integer |
Short counter data section. This is used when the counter data delta is 4 bytes
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| scr | SMF113_1_SCR | Event counter value delta. Contains the number of times a particular counter event has occurred since either the start of the HIS collection run, or the previous SMF 113 Type 1 record. | integer |
Long counter data section. This is used when the counter data delta is 8 bytes
| Name | Based on | Description | Type/Format |
|---|---|---|---|
| lcr | SMF113_1_LCR | Event counter value delta. Contains the number of times a particular counter event has occurred since either the start of the HIS collection run, or the previous SMF 113 Type 1 record. | integer |