SMF 113 Subtype 2
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 |
Event counters
Name | Based on | Description | Type/Format |
---|---|---|---|
cts | SMF113_2_CTS | Time when HIS Data collection started | date-time |
ctm | SMF113_2_CTM | Time when this SMF record is written | date-time |
cpuprocclass | SMF113_2_CPUPROCCLASS | The processor type for which the event counters are recorded. Will be one of the following: 0 = Standard CP 2 = zCBP or zAAP see SMF113_2_zCBP 4 = zIIP | integer |
cf flag | SMF113_2_CF | Record flags | string |
cff | cf | First SMF record for the instrumentation run. The counter values are the initial values. | |
cfm | cf | Middle SMF record (activated by interval timers). The counter values are intermediate values. The number of intermediate records varies from 0 to many, depending on the duration of the instrumentation run. An intermediate recrod is produced periodically based on the SMFINTVAL parameter. | |
cfl | cf | Final SMF record for the instrumentation run. The counter values are the values at the end of the run. | |
cfns | cf | 1=Internal flag indicating SMF record is created on non-standard instrumentation hardware | |
lostdata | cf | When ON, the hardware indicated the hardware has lost counter data on during the current interval | |
zcbp | cf | When ON, a value of 2 for SMF113_2_CpuProcClass refers to a zCBP processor type, when off a zAAP processor type. | |
ctrvn1 | SMF113_2_CTRVN1 | 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 |
ctrvn2 | SMF113_2_CTRVN2 | 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 or Extended counter sets | integer |
csof | SMF113_2_CSOF | Offset to counter set section from beginning of record | integer |
csln | SMF113_2_CSLN | Length of counter set sections | integer |
cson | SMF113_2_CSON | Number of counter set sections | integer |
cdof | SMF113_2_CDOF | Offset to counter data section from beginning of record | integer |
cdln | SMF113_2_CDLN | Length of counter data sections | integer |
cdon | SMF113_2_CDON | Number of counter data sections. This is the total number of SMF113_2_CDS sections for all the counter sets | integer |
cpsp | SMF113_2_CPSP | Processor speed for which the event counters are recorded. Speed is in cycles/microsecond. | integer |
machtype | SMF113_2_MACHTYPE | The machine type | string |
machmodel | SMF113_2_MACHMODEL | The machine model | string |
cpuid | SMF113_2_CPUID | Processor ID for which the hardware event counters are recorded. Note that zero is a valid processor ID. | integer |
machseqcode | SMF113_2_MACHSEQCODE | The machine sequence code | string |
Counter set section
Name | Based on | Description | Type/Format |
---|---|---|---|
cst | SMF113_2_CST | Counterset type for counters recorded in SMF113_2_CR: 1 = Basic, 2 = Problem state, 3 = Crypto-activity, 4 = Extended | integer |
csn | SMF113_2_CSN | Number of counter sections | integer |
Counter data section
Name | Based on | Description | Type/Format |
---|---|---|---|
cr | SMF113_2_CR | Hardware event counter value. Contains the absolute number of times a particular hardware counter event has occurred. | integer |