|
SMF Type 117 RecordThis table shows the record layout for type 117 SMF records
|
It's easy to report on SMF 117 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 | SMF117LEN | 2 | binary | Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word).
|
2 | 2 | SMF117SEG | 2 | binary | Segment descriptor bb.
|
4 | 4 | SMF117FLG | 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 | SMF117RTY | 1 | binary | Record type 117 (x'75').
|
6 | 6 | SMF117TME | 4 | binary | Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
|
10 | A | SMF117DTE | 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 | SMF117SID | 4 | EBCDIC | System identification (from the SMFPRMxx SID parameter).
|
18 | 12 | SMF117SSI | 4 | EBCDIC | Subsystem identification (‘RMF’).
|
22 | 16 | SMF117STY | 2 | binary | Record subtype.
1 (only message flow or threads data is being collected) 2 (node data is being collected) |
24 | 18 | SMF117TCT | 4 | 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.
|
28 | 1C | SMF117SRT | 1 | EBCDIC | Record type, one of: Archive, Snapshot
|
29 | 1D | SMF117SRC | 1 | binary | Record code, one of:
|
30 | 1E | SMF117RSQ | 4 | binary | Sequence number of the record when multiple records are written for a collection interval.
|
34 | 22 | SMF117NOR | 4 | binary | Total number of related records in a collection interval.
|
38 | 26 | SMF117FLOWO | 4 | binary | Offset to Message Flow section
|
42 | 2A | SMF117FLOWN | 2 | binary | Number of Message Flow sections
|
44 | 2C | SMF117FLOWL | 2 | binary | Length of Message Flow sections
|
46 | 2E | SMF117THREADO | 4 | binary | Offset to Thread section
|
50 | 32 | SMF117THREADN | 2 | binary | Number of Thread sections
|
52 | 34 | SMF117THREADL | 2 | binary | Length of Thread sections
|
54 | 36 | SMF117NODEO | 4 | binary | Offset to Node section
|
58 | 3A | SMF117NODEN | 2 | binary | Number of Node sections
|
60 | 3C | SMF117NODEL | 2 | binary | Length of Node sections
|
62 | 3E | SMF117TERMO | 4 | binary | Offset to Terminal section
|
66 | 42 | SMF117TERMN | 2 | binary | Number of Terminal sections
|
68 | 44 | SMF117TERML | 2 | binary | Length of Terminal sections
|
0 | 0 | SMF117_ IMFLID | 2 | binary | Control block hex ID (BipSMFMessageFlow_ID. 1)
|
2 | 2 | SMF117_ IMFLLEN | 2 | binary | Length of control block
|
4 | 4 | SMF117_ IMFLEYE | 4 | EBCDIC | Eyecatcher (IMFL)
|
8 | 8 | SMF117_ IMFLVER | 4 | binary | Version number (BipSMFRecordVersion)
|
12 | C | SMF117_ IMFLBKNM | 32 | EBCDIC | Integration node name
|
44 | 2C | SMF117_ IMFLBKID | 36 | EBCDIC | Integration node universal unique identifier
|
80 | 50 | SMF117_ IMFLEXNM | 32 | EBCDIC | Integration server name
|
112 | 70 | SMF117_ IMFLEXID | 36 | EBCDIC | Integration server universal unique identifier
|
148 | 94 | SMF117_ IMFLMFNM | 32 | EBCDIC | Message flow name
|
180 | B4 | SMF117_ IMFLSTDT_ YYYY | 2 | binary | Interval start date BipSMFDate
|
182 | B6 | SMF117_ IMFLSTDT_ MM | 1 | binary | Interval start date BipSMFDate
|
183 | B7 | SMF117_ IMFLSTDT_ DD | 1 | binary | Interval start date BipSMFDate
|
184 | B8 | SMF117_ IMFLSTTM | 4 | binary | Interval start time (format as for SM117TME)
|
188 | BC | SMF117_ IMFLSTTS | 26 | EBCDIC | Interval start date and time (universal timestamp in ISO8601)
|
214 | D6 | SMF117_ IMFLENDT_ YYYY | 2 | BINARY | Interval end date BipSMFDate
|
216 | D8 | SMF117_ IMFLENDT_ MM | 1 | BINARY | Interval end date BipSMFDate
|
217 | D9 | SMF117_ IMFLENDT_ DD | 1 | BINARY | Interval end date BipSMFDate
|
218 | DA | SMF117_ IMFLENTM | 4 | binary | Interval end time (format as for SM117TME)
|
222 | DE | SMF117_ IMFLENTS | 26 | EBCDIC | Interval end date and time (universal timestamp in ISO8601)
|
248 | F8 | SMF117_ IMFLTPTM | 8 | binary | Total elapsed time spent processing input messages (8 bytes binary, microseconds)
|
256 | 100 | SMF117_ IMFLMXTM | 8 | binary | Maximum elapsed time spent processing an input message (8 bytes binary, microseconds)
|
264 | 108 | SMF117_ IMFLMNTM | 8 | binary | Minimum elapsed time spent processing an input message (8 bytes binary, microseconds)
|
272 | 110 | SMF117_ IMFLTPCP | 8 | binary | Total processor time spent processing input messages (8 bytes binary, microseconds)
|
280 | 118 | SMF117_ IMFLMXCP | 8 | binary | Maximum processor time spent processing an input message (8 bytes binary, microseconds)
|
288 | 120 | SMF117_ IMFLMNCP | 8 | binary | Minimum processor time spent processing an input message (8 bytes binary, microseconds)
|
296 | 128 | SMF117_ IMFLWTCP | 8 | binary | Total processor time spent waiting for input messages (8 bytes binary, microseconds)
|
304 | 130 | SMF117_ IMFLWTIN | 8 | binary | Total elapsed time spent waiting for input messages (8 bytes binary, microseconds)
|
312 | 138 | SMF117_ IMFLTPMG | 4 | binary | Total number of messages processed
|
316 | 13C | SMF117_ IMFLTSMG | 8 | binary | Total size of input messages (bytes)
|
324 | 144 | SMF117_ IMFLMXMG | 8 | binary | Maximum input message size (bytes)
|
332 | 14C | SMF117_ IMFLMNMG | 8 | binary | Minimum input message size (bytes)
|
340 | 154 | SMF117_ IMFLTHDP | 4 | binary | Number of threads in pool
|
344 | 158 | SMF117_ IMFLTHDM | 4 | binary | Number of times the maximum number of threads is reached
|
348 | 15C | SMF117_ IMFLERMQ1 | 4 | binary | Number of MQGET errors (MQInput node) or web services errors (HTTPInput node)
|
352 | 160 | SMF117_ IMFLERMG2 | 4 | binary | Number of messages that contain errors
|
356 | 164 | SMF117_ IMFLERPR | 4 | binary | Number of errors processing a message
|
360 | 168 | SMF117_ IMFLTMOU | 4 | binary | Number of timeouts processing a message (AggregateReply node only)
|
364 | 16C | SMF117_ IMFLCMIT | 4 | binary | Number of transaction commits
|
368 | 170 | SMF117_ IMFLBKOU | 4 | binary | Number of transaction backouts
|
372 | 174 | SMF117_ IMFLACCT | 32 | EBCDIC | Accounting origin
|
0 | 0 | SMF117_ ITHDID | 2 | binary | Control block hex ID (BipSMFThread_ID. 2)
|
2 | 2 | SMF117_ ITHDLEN | 2 | binary | Length of control block
|
4 | 4 | SMF117_ ITHDEYE | 4 | EBCDIC | Eyecatcher (ITHD)
|
8 | 8 | SMF117_ ITHDVER | 4 | binary | Version number (BipSMFRecordVersion)
|
12 | C | SMF117_ ITHDNBR | 4 | binary | Relative thread number in pool
|
16 | 10 | SMF117_ ITHDTPMG | 4 | binary | Total number of messages processed by thread
|
20 | 14 | SMF117_ ITHDTPTM | 8 | binary | Total elapsed time spent processing input messages (8 bytes binary, microseconds)
|
28 | 1C | SMF117_ ITHDTPCP | 8 | binary | Total processor time spent processing input messages (8 bytes binary, microseconds)
|
36 | 24 | SMF117_ ITHDWTCP | 8 | binary | Total processor time spent waiting for input messages (8 bytes binary, microseconds)
|
44 | 2C | SMF117_ ITHDWTIN | 8 | binary | Total elapsed time spent waiting for input messages (8 bytes binary, microseconds)
|
52 | 34 | SMF117_ ITHDTSMG | 8 | binary | Total size of input messages (bytes)
|
60 | 3C | SMF117_ ITHDMXMG | 8 | binary | Maximum size of input messages (bytes)
|
68 | 44 | SMF117_ ITHDMNMG | 8 | binary | Minimum size of input messages (bytes)
|
0 | 0 | SMF117_ INODID | 2 | binary | Control block hex ID (BipSMFNode_ID)
|
2 | 2 | SMF117_ INODLEN | 2 | binary | Length of control block
|
4 | 4 | SMF117_ INODEYE | 4 | EBCDIC | Eyecatcher (INOD)
|
8 | 8 | SMF117_ INODVER | 4 | binary | Version number (BipSMFRecordVersion)
|
12 | C | SMF117_ INODNDNM | 32 | EBCDIC | Name of node (Label)
|
44 | 2C | SMF117_ INODTYPE | 32 | EBCDIC | Type of node
|
76 | 4C | SMF117_ INODTPTM | 8 | binary | Total elapsed time spent processing input messages (8 bytes binary, microseconds)
|
84 | 54 | SMF117_ INODMXTM | 8 | binary | Maximum elapsed time spent processing input messages (8 bytes binary, microseconds)
|
92 | 5C | SMF117_ INODMNTM | 8 | binary | Minimum elapsed time spent processing input messages (8 bytes binary, microseconds)
|
100 | 64 | SMF117_ INODTPCP | 8 | binary | Total processor time spent processing input messages (8 bytes binary, microseconds)
|
108 | 6C | SMF117_ INODMXCP | 8 | binary | Maximum processor time spent processing input messages (8 bytes binary, microseconds)
|
116 | 74 | SMF117_ INODMNCP | 8 | binary | Minimum processor time spent processing input messages (8 bytes binary, microseconds)
|
124 | 7C | SMF117_ INODTPMG | 4 | binary | Total number of messages processed by this node
|
128 | 80 | SMF117_ INODNITL | 4 | binary | Number of input terminals
|
132 | 84 | SMF117_ INODNOTL | 4 | binary | Number of output terminals
|
0 | 0 | SMF117_ ITRMID | 2 | binary | Control block hex ID (BipSMFTerminal_ID)
|
2 | 2 | SMF117_ ITRMLEN | 2 | binary | Length of control block
|
4 | 4 | SMF117_ ITRMEYE | 4 | EBCDIC | Eyecatcher (ITRM)
|
8 | 8 | SMF117_ ITRMVER | 4 | binary | Version number (BipSMFRecordVersion)
|
12 | C | SMF117_ ITRMTLNM | 32 | EBCDIC | Name of terminal
|
44 | 2C | SMF117_ ITRMTYPE | 8 | EBCDIC | Type of terminal, one of: Input, Output
|
52 | 34 | SMF117_ ITRMTINV | 4 | binary | Total number of invocations
|
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