|
SMF Type 77 RecordThis table shows the record layout for type 77 SMF records
|
It's easy to report on SMF 77 data! | |
Spectrum SMF Writer handles the difficult SMF record parsing for you automatically. You just specify which fields you want to see. Spectrum SMF Writer also converts the arcane date and time fields and reformats them into an attractive report. Plus, Spectrum SMF Writer can export SMF data as comma delimited files to use on your PC.
|
Offset (Dec.) | Offset (Hex) | Name | Length | Format | Description |
0 | 0 | SMF77LEN | 2 | binary | Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word).
|
2 | 2 | SMF77SEG | 2 | binary | Segment descriptor (see record length field).
|
4 | 4 | SMF77FLG | 1 | binary | System indicator:
Bit Meaning When Set 0 New SMF record format 1 Subtypes used 2 Reserved 3-6 Version indicators 7 System is running in PR/SM mode |
5 | 5 | SMF77RTY | 1 | binary | Record type 77 (X'4D').
|
6 | 6 | SMF77TME | 4 | binary | Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
|
10 | A | SMF77DTE | 4 | packed | Date when the record was moved into the SMF buffer, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
14 | E | SMF77SID | 4 | EBCDIC | System identification (from the SMFPRMxx SID parameter).
|
18 | 12 | SMF77SSI | 4 | EBCDIC | Subsystem identification (‘RMF’).
|
22 | 16 | SMF77STY | 2 | binary | Record subtype=1.
|
24 | 18 | SMF77TRN | 2 | binary | Number of triplets in this record. A triplet is a set of three SMF fields (offset/length/number values) that defines a section of the record. The offset is the offset from the RDW.
|
26 | 1A | -- | 2 | binary | Reserved.
|
28 | 1C | SMF77PRS | 4 | binary | Offset to RMF product section from RDW.
|
32 | 20 | SMF77PRL | 2 | binary | Length of RMF product section.
|
34 | 22 | SMF77PRN | 2 | binary | Number of RMF product sections.
|
36 | 24 | SMF77EQS | 4 | binary | Offset to enqueue control section from start of record, including record descriptor word (RDW).
|
40 | 28 | SMF77EQL | 2 | binary | Length of enqueue control section.
|
42 | 2A | SMF77EQN | 2 | binary | Number of enqueue control sections.
|
44 | 2C | SMF77EDS | 4 | binary | Offset to enqueue data section from start of record, including record descriptor word (RDW).
|
48 | 30 | SMF77EDL | 2 | binary | Length of enqueue data section.
|
50 | 32 | SMF77EDN | 2 | binary | Number of enqueue data sections.
|
0 | 0 | SMF77MFV | 2 | packed | RMF version number.
|
2 | 2 | SMF77PRD | 8 | EBCDIC | Product name (‘RMF’).
|
10 | A | SMF77IST | 4 | packed | Time that the RMF measurement interval started, in the form 0hhmmssF, where hh is the hours, mm is the minutes, ss is the seconds, and F is the sign.
|
14 | E | SMF77DAT | 4 | packed | Date when the RMF measurement interval started, in the form 0cyydddF. See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
18 | 12 | SMF77INT | 4 | packed | Duration of the RMF measurement interval, in the form mmsstttF where mm is the minutes, ss is the seconds, ttt is the milliseconds, and F is the sign. (The end of the measurement interval is the sum of the recorded start time and this field.)
|
22 | 16 | -- | 2 | binary | Reserved.
|
24 | 18 | SMF77SAM | 4 | binary | Number of RMF samples.
|
28 | 1C | -- | 2 | binary | Reserved.
|
30 | 1E | SMF77FLA | 2 | binary | Flags
Bit Meaning When Set 0 Reserved 1 Samples have been skipped 2 Record was written by RMF Monitor III 3 Interval was synchronized with SMF 4-15 Reserved. |
32 | 20 | -- | 4 | binary | Reserved.
|
36 | 24 | SMF77CYC | 4 | packed | Sampling cycle length, in the form 000ttttF, where tttt is the milliseconds and F is the sign (taken from CYCLE option). The range of values is 0.050 to 9.999 seconds.
|
40 | 28 | SMF77MVS | 8 | EBCDIC | MVS software level (consists of an acronym and the version, release, and modification level - ZVvvrrmm).
|
48 | 30 | SMF77IML | 1 | binary | Indicates the type of processor complex on which data measurements were taken. Value Meaning 3 9672, zSeries 49 31 SMF75PRF 1 binary Processor flags.
Bit Meaning When Set 0 The system has expanded storage 1 The processor is enabled for ES connection architecture (ESCA) 2 There is an ES connection director in the configuration 3 System is running in z/Architecture mode 4 At least one zAAP is currently installed 5 At least one zIIP is currently installed 6 Enhanced DAT architecture available 7 Reserved. |
50 | 32 | SMF77PTN | 1 | binary | PR/SM partition number of the partition that wrote this record.
|
51 | 33 | SMF77SRL | 1 | binary | SMF record level change number (X’57’ for z/OS V1R11 RMF). This field enables processing of SMF record level changes in an existing release.
|
52 | 34 | SMF77IET | 8 | char | Interval expiration time token. This token can be used to identify other than RMF records that belong to the same interval (if interval was synchronized with SMF).
|
60 | 3C | SMF77LGO | 8 | binary | Offset GMT to local time (STCK format).
|
68 | 44 | SMF77RAO | 4 | binary | Offset to reassembly area relative to start of RMF product section.
|
72 | 48 | SMF77RAL | 2 | binary | Length of reassembly area. Area consists of a fixed header and a variable number of information blocks. Length depends on the record type/subtype, but is fixed for a specific type/subtype.
|
72 | 4A | SMF77RAN | 2 | binary | Reassembly area indicator. Value Meaning 0 Record is not broken. 1 Record is broken.Note: This field is used to indicate whether an SMF record is a broken record. Therefore, offset (SMF77RAO) and length (SMF77RAL) are only valid if SMF77RAN = 1. A reassembly area is only present in broken records.
|
76 | 4C | SMF77OIL | 2 | binary | Original interval length as defined in the session or by SMF (in seconds).
|
78 | 4E | SMF77SYN | 2 | binary | SYNC value in seconds.
|
80 | 50 | SMF77GIE | 8 | binary | Projected gathering interval end (STCK format) GMT time.
|
88 | 58 | SMF77XNM | 8 | EBCDIC | Sysplex name as defined in parmlib member COUPLExx.
|
96 | 60 | SMF77SNM | 8 | EBCDIC | System name for current system as defined in parmlib member IEASYSxx SYSNAME parameter.
|
0 | 0 | SMF77RBR | 2 | binary | Total number of broken records built from the original large record.
|
2 | 2 | SMF77RSQ | 2 | binary | Sequence number of this broken record. Every broken record built from the same large record must have a unique sequence number, it is in the range from 1 to SMF77RBR.
|
4 | 4 | SMF77RIO | 4 | binary | Offset to first reassembly information block relative to start of reassembly area header.
|
8 | 8 | SMF77RIL | 2 | binary | Length of reassembly information block.
|
10 | A | SMF77RIN | 2 | binary | Number of reassembly information blocks (same value as SMF77TRN in header section).
|
12 | C | -- | 4 | binary | Reserved.
|
0 | 0 | SMF77RNN | 2 | binary | Total number of sections in the original large record. This field contains information of how many sections of a specific type were contained in the original SMF record. This field is a copy of the number field of the triplet in the original (non broken) record.
|
2 | 2 | SMF77RPP | 2 | binary | Position of the first of one or more consecutive sections described by this block as in the original record. Values in the range of 1 to SMF77RNN are valid for correct processing. A value of 0 will skip processing of this information block. This field provides information where the sections that are part of this broken record were placed in the original record before the split took place. The actual number of consecutive sections contained in this record is available from the actual triplet in the header extension.
|
0 | 0 | SMF77FG1 | 1 | binary | Enqueue status indicator
Bit - Meaning 0 Enqueue summary table full 1 Specified resource had no contention 2 Enqueue had bad CPU clock 3 Enqueue event processing abend 4 On — detail data requested Off — summary data requested 5 On — GRS=NONE (local sysplex) 6 Off — GRS=RING, if bit 5 = ’0’ 7 On — bits 5 and 6 are valid |
1 | 1 | SMF77RF2 | 1 | binary | Second status indicator Bit Meaning 0 GRS system problems 1 RMF/GRS interface problems 2-7 Reserved.
|
2 | 2 | -- | 2 | binary | Reserved.
|
0 | 0 | SMF77QNM | 8 | EBCDIC | Major name of resource.
|
8 | 8 | SMF77RNM | 44 | EBCDIC | Minor name of resource.
|
52 | 34 | SMF77WTM | 4 | binary | Minimum resource contention time, in 1024-microsecond units.
|
56 | 38 | SMF77WTX | 4 | binary | Maximum resource contention time, in 1024-microsecond units.
|
60 | 3C | SMF77WTT | 4 | binary | Total resource contention time, in 1024-microsecond units.
|
64 | 40 | -- | 2 | binary | Reserved.
|
66 | 42 | SMF77QL1 | 2 | binary | Counter for queue length of 1.
|
68 | 44 | SMF77QL2 | 2 | binary | Counter for queue length of 2.
|
70 | 46 | SMF77QL3 | 2 | binary | Counter for queue length of 3.
|
72 | 48 | SMF77QL4 | 2 | binary | Counter for queue length of 4 or more.
|
74 | 4A | -- | 2 | binary | Reserved.
|
76 | 4C | SMF77EXM | 2 | binary | Minimum number of exclusive requests waiting.
|
78 | 4E | SMF77EXX | 2 | binary | Maximum number of exclusive requests waiting.
|
80 | 50 | SMF77SHM | 2 | binary | Minimum number of share requests waiting.
|
82 | 52 | SMF77SHX | 2 | binary | Maximum number of share requests waiting.
|
84 | 54 | SMF77EVT | 2 | binary | Total number of contention events that occurred during the measurement interval.
|
86 | 56 | SMF77RLN | 1 | binary | Minor name length.
|
87 | 57 | SMF77DFG | 1 | binary | Current resource detail indicator
Bit - Meaning When Set 0 Resource still in contention 1 On — scope of systems Off — scope of system 2 On — owner has exclusive control of the resource Off — owner shares the resource 3 On — first job is waiting for exclusive use Off — first job is waiting for shared use 4 On — second job is waiting for exclusive use Off — second job is waiting for shared use 5 Resource is global 6-7 Reserved. |
88 | 58 | SMF77DOW | 2 | binary | Number of owners using the resource at maximum contention.
|
90 | 5A | SMF77DWR | 2 | binary | Number of jobs waiting for the resource at maximum contention.
|
92 | 5C | SMF77DO1 | 8 | EBCDIC | Job name 1 of resource owner during period of maximum contention.
|
100 | 64 | SMF77DO2 | 8 | EBCDIC | Job name 2 of resource owner during period of maximum contention.
|
108 | 6C | SMF77DW1 | 8 | EBCDIC | Job name 1 waiting for the resource owner during period of maximum contention.
|
116 | 74 | SMF77DW2 | 8 | EBCDIC | Job name 2 waiting for the resource owner during period of maximum contention.
|
124 | 7C | SMF77SY1 | 8 | EBCDIC | System identifier of job name 1 (resource owner at maximum contention).
|
132 | 84 | SMF77SY2 | 8 | EBCDIC | System identifier of job name 2 (resource owner at maximum contention).
|
140 | 8C | SMF77SY3 | 8 | EBCDIC | System identifier of job name 1 (waiting for the resource at maximum contention).
|
148 | 94 | SMF77SY4 | 8 | EBCDIC | System identifier of job name 2 (waiting for the resource at maximum contention).
|
156 | 9C | SMF77AQL | 4 | binary | Total number of waiting requests during the measurement interval.
|
The table above is based on the description provided by IBM in its "MVS Systems Management Facilities (SMF)" manual.
Home |
Products |
Prices |
Documentation |
30-Day Trials |
Customer Reviews |
Company
| FAQ
| Sample Reports
| SMF Records
Send Your Comments or Questions