|
SMF Type 71 RecordThis table shows the record layout for type 71 SMF records
|
It's easy to report on SMF 71 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 | SMF71LEN | 2 | binary | Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word). See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
2 | 2 | SMF71SEG | 2 | binary | Segment descriptor (see record length field).
|
4 | 4 | SMF71FLG | 1 | binary | System indicator: Bit Meaning When Set 0 New record format 1 Subtypes used 2 Reserved 3-6 Version indicators* 7 System is running in PR/SM mode.*See “Standard SMF Record Header” on page 13-1 for a detailed description.
|
5 | 5 | SMF71RTY | 1 | binary | Record type 71 (X'47').
|
6 | 6 | SMF71TME | 4 | binary | Time since midnight, in hundredths of a second, when the record was moved into the SMF buffer.
|
10 | A | SMF71DTE | 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 | SMF71SID | 4 | EBCDIC | System identification (from the SMFPRMxx SID parameter).
|
18 | 12 | SMF71SSI | 4 | EBCDIC | Subsystem identification (‘RMF’).
|
22 | 16 | SMF71STY | 2 | binary | Record subtype=1.
|
24 | 18 | SMF71TRN | 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.
|
26 | 1A | -- | 2 | binary | Reserved.
|
28 | 1C | SMF71PRS | 4 | binary | Offset to RMF product section.
|
32 | 20 | SMF71PRL | 2 | binary | Length of RMF product section.
|
34 | 22 | SMF71PRN | 2 | binary | Number of RMF product sections.
|
36 | 24 | SMF71PDS | 4 | binary | Offset to paging data sections.
|
40 | 28 | SMF71PDL | 2 | binary | Length of paging data section.
|
42 | 2A | SMF71PDN | 2 | binary | Number of paging data section.
|
44 | 2C | SMF71SWS | 4 | binary | Offset to swap placement data section.
|
48 | 30 | SMF71SWL | 2 | binary | Length of swap placement data section.
|
50 | 32 | SMF71SWN | 2 | binary | Number of swap placement data sections.
|
0 | 0 | SMF71MFV | 2 | packed | RMF version number.
|
2 | 2 | SMF71PRD | 8 | EBCDIC | Product name (‘RMF’).
|
10 | A | SMF71IST | 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 | SMF71DAT | 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 | SMF71INT | 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 | SMF71SAM | 4 | binary | Number of RMF samples.
|
28 | 1C | -- | 2 | binary | Reserved.
|
30 | 1E | SMF71FLA | 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 | SMF71CYC | 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 | SMF71MVS | 8 | EBCDIC | MVS software level (consists of an acronym and the version, release, and modification level - ZVvvrrmm).
|
48 | 30 | SMF71IML | 1 | binary | Indicates the type of processor complex on which data measurements were taken. Value Meaning 3 9672, zSeries 49 31 SMF73PRF 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 | SMF71PTN | 1 | binary | PR/SM partition number of the partition that wrote this record.
|
51 | 33 | SMF71SRL | 1 | binary | SMF record level change number (X'6B' for z/OS V2R1 RMF). This field enables processing of SMF record level changes in an existing release.
|
52 | 34 | SMF71IET | 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 | SMF71LGO | 8 | binary | Offset GMT to local time (STCK format).
|
68 | 44 | SMF71RAO | 4 | binary | Offset to reassembly area relative to start of RMF product section.
|
72 | 48 | SMF71RAL | 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.
|
74 | 4A | SMF71RAN | 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 (SMF71RAO) and length (SMF71RAL) are only valid if SMF71RAN = 1. A reassembly area is only present in broken records.
|
76 | 4C | SMF71OIL | 2 | binary | Original interval length as defined in the session or by SMF (in seconds).
|
78 | 4E | SMF71SYN | 2 | binary | SYNC value in seconds.
|
80 | 50 | SMF71GIE | 8 | binary | Projected gathering interval end (STCK format) GMT time.
|
88 | 58 | SMF71XNM | 8 | EBCDIC | Sysplex name as defined in parmlib member COUPLExx.
|
96 | 60 | SMF71SNM | 8 | EBCDIC | System name for current system as defined in parmlib member IEASYSxx SYSNAME parameter.
|
0 | 0 | SMF71RBR | 2 | binary | Total number of broken records built from the original large record.
|
2 | 2 | SMF71RSQ | 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 SMF71RBR.
|
4 | 4 | SMF71RIO | 4 | binary | Offset to first reassembly information block relative to start of reassembly area header.
|
8 | 8 | SMF71RIL | 2 | binary | Length of reassembly information block.
|
10 | A | SMF71RIN | 2 | binary | Number of reassembly information blocks (same value as SMF71TRN in header section).
|
12 | C | -- | 4 | binary | Reserved.
|
0 | 0 | SMF71RNN | 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 | SMF71RPP | 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 SMF71RNN 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 | SMF71PIN | 4 | binary | Number of non-VIO page-ins from auxiliary to central storage. This field includes page-ins required through page faults, specific page requests, and page fixes. It does not include page reclaims or page-ins for VIO data sets.
|
4 | 4 | SMF71POT | 4 | binary | Number of non-VIO page-outs from central to auxiliary storage. This field includes page-outs required through specific page requests as well as those pages stolen by the paging supervisor through infrequent use. It does not include page-outs for VIO data sets.
|
8 | 8 | -- | 4 | binary | Reserved.
|
12 | C | SMF71SSQ | 4 | binary | Number of address space swap sequences. (A swap sequence consists of an address space swap-out and swap-in.)
|
16 | 10 | SMF71SIN | 4 | binary | Number of pages swapped in. This field includes: LSQA, fixed pages, and those pages that the real storage manager determined to be active when the address space was swapped in. It does not include page reclaims.
|
20 | 14 | SMF71SOT | 4 | binary | Number of pages swapped out. This field includes: LSQA, private area fixed pages, and private area non-fixed changed pages.
|
24 | 18 | SMF71VIN | 4 | binary | Number of VIO page-ins from auxiliary to central storage. This field includes page-ins resulting from page faults or specific page requests on a VIO window. It does not include VIO swap-ins or page-ins for the common area.
|
28 | 1C | SMF71VOT | 4 | binary | Number of VIO page-outs from central to auxiliary storage. This field includes page-outs resulting from specific page requests on a VIO window as well as those pages stolen by the paging supervisor through infrequent use. It does not include VIO swap-outs or page-outs for the common area.
|
32 | 20 | -- | 4 | binary | Reserved.
|
36 | 24 | SMF71SNI | 4 | binary | Number of non-VIO page-ins (from auxiliary to central storage) performed in common area (LPA/CSA).
|
40 | 28 | SMF71SNO | 4 | binary | Number of non-VIO page-outs (from central to auxiliary storage) performed in common area (LPA/CSA).
|
44 | 2C | -- | 4 | binary | Reserved.
|
48 | 30 | SMF71LNI | 4 | binary | Number of non-VIO page-ins performed in LPA.
|
52 | 34 | -- | 4 | binary | Reserved.
|
56 | 38 | SMF71AFC | 4 | binary | End-of-interval snapshot value of the number of unused central storage page frames.
|
60 | 3C | SMF71TFC | 4 | binary | Number of page frames defined in central storage. (This field does not include frames occupied by the nucleus, frames marked as bad or offline, or frames used by HSA or PR/SM.)
|
64 | 40 | SMF71TSC | 4 | binary | Total number of local page data set slots.
|
68 | 44 | SMF71DSC | 4 | binary | Number of local page data set slots allocated to VIO private area pages.
|
72 | 48 | SMF71VSC | 4 | binary | Number of local page data set slots allocated to non-VIO private area pages.
|
76 | 4C | SMF71NSC | 4 | binary | Number of usable local page data set slots that have not been allocated.
|
80 | 50 | SMF71FIN | 4 | binary | Number of central storage frames in nucleus.
|
84 | 54 | SMF71MNF | 4 | binary | Minimum number of unused central storage page frames.
|
88 | 58 | SMF71MXF | 4 | binary | Maximum number of unused central storage page frames.
|
92 | 5C | SMF71AVF | 4 | binary | Average number of unused central storage page frames.
|
96 | 60 | SMF71MNP | 4 | binary | Minimum number of CSA central storage frames used.
|
100 | 64 | SMF71MXP | 4 | binary | Maximum number of CSA central storage frames used.
|
104 | 68 | SMF71AVP | 4 | binary | Average number of CSA central storage frames used.
|
108 | 6C | SMF71MNS | 4 | binary | Minimum number of pageable address space central storage frames in the private address space.
|
112 | 70 | SMF71MXS | 4 | binary | Maximum number of pageable address space central storage frames in the private address space.
|
116 | 74 | SMF71AVS | 4 | binary | Average number of pageable address space central storage frames in the private address space.
|
120 | 78 | SMF71MNT | 4 | binary | Minimum total number of central storage frames used.
|
124 | 7C | SMF71MXT | 4 | binary | Maximum total number of central storage frames used.
|
128 | 80 | SMF71AVT | 4 | binary | Average total number of central storage frames used.
|
132 | 84 | SMF71MNQ | 4 | binary | Minimum number of SQA fixed frames in central storage.
|
136 | 88 | SMF71MXQ | 4 | binary | Maximum number of SQA fixed frames in central storage.
|
140 | 8C | SMF71AVQ | 4 | binary | Average number of SQA fixed frames in central storage.
|
144 | 90 | SMF71MNC | 4 | binary | Minimum number of CSA fixed frames in central storage.
|
148 | 94 | SMF71MXC | 4 | binary | Maximum number of CSA fixed frames in central storage.
|
152 | 98 | SMF71AVC | 4 | binary | Average number of CSA fixed frames in central storage.
|
156 | 9C | SMF71MNR | 4 | binary | Minimum number of non-LSQA fixed central storage frames in the private address space.
|
160 | A0 | SMF71MXR | 4 | binary | Maximum number of non-LSQA fixed central storage frames in the private address space.
|
164 | A4 | SMF71AVR | 4 | binary | Average number of non-LSQA fixed central storage frames in the private address space.
|
168 | A8 | SMF71MNX | 4 | binary | Minimum total number of fixed central storage frames used.
|
172 | AC | SMF71MXX | 4 | binary | Maximum total number of fixed central storage frames used.
|
176 | B0 | SMF71AVX | 4 | binary | Average total number of fixed central storage frames used.
|
180 | B4 | SMF71MNU | 4 | binary | Minimum number of usable local page data set slots that have not been allocated.
|
184 | B8 | SMF71MXU | 4 | binary | Maximum number of usable local page data set slots that have not been allocated.
|
188 | BC | SMF71AVU | 4 | binary | Average number of usable local page data set slots that have not been allocated.
|
192 | C0 | SMF71MNV | 4 | binary | Minimum number of local page data set slots allocated to VIO private area pages.
|
196 | C4 | SMF71MXV | 4 | binary | Maximum number of local page data set slots allocated to VIO private area pages.
|
200 | C8 | SMF71AVV | 4 | binary | Average number of local page data set slots allocated to VIO private area pages.
|
204 | CC | SMF71MNM | 4 | binary | Minimum number of local page data set slots allocated to non-VIO private area pages.
|
208 | D0 | SMF71MXM | 4 | binary | Maximum number of local page data set slots allocated to non-VIO private area pages.
|
212 | D4 | SMF71AVM | 4 | binary | Average number of local page data set slots allocated to non-VIO private area pages.
|
216 | D8 | SMF71MNB | 4 | binary | Minimum number of unusable local page data set slots.
|
220 | DC | SMF71MXB | 4 | binary | Maximum number of unusable local page data set slots.
|
224 | E0 | SMF71AVB | 4 | binary | Average number of unusable local page data set slots.
|
228 | E4 | SMF71MNA | 4 | binary | Minimum total number of local page data set slots.
|
232 | E8 | SMF71MXA | 4 | binary | Maximum total number of local page data set slots.
|
236 | EC | SMF71IS1 | 2 | binary | Number of samples skipped due to invalid fixed frame counts. Fields affected are SMF71MNC, MXC, AVC, MNR, MXR and AVR.
|
238 | EE | SMF71IS2 | 2 | binary | Number of incorrect samples resulting from negative calculations. Fields affected are the same as SMF71IS1.
|
240 | F0 | -- | 60 | binary | Reserved.
|
300 | 12C | SMF71NLP | 4 | binary | Minimum number of LPA frames in central storage.
|
304 | 130 | SMF71XLP | 4 | binary | Maximum number of LPA frames in central storage
|
308 | 134 | SMF71ALP | 4 | binary | Average number of LPA frames in central storage.
|
312 | 138 | SMF71NLF | 4 | binary | Minimum number of LPA fixed frames in central storage.
|
316 | 13C | SMF71XLF | 4 | binary | Maximum number of LPA fixed frames in central storage.
|
320 | 140 | SMF71ALF | 4 | binary | Average number of LPA fixed frames in central storage.
|
324 | 144 | SMF71NLS | 4 | binary | Minimum number of LSQA fixed frames in central storage.
|
328 | 148 | SMF71XLS | 4 | binary | Maximum number of LSQA fixed frames in central storage.
|
332 | 14C | SMF71ALS | 4 | binary | Average number of LSQA fixed frames in central storage.
|
336 | 150 | SMF71MNL | 4 | binary | Minimum number of fixed frames in central storage (less than 16 megabytes).
|
340 | 154 | SMF71MXL | 4 | binary | Maximum number of fixed frames in central storage (less than 16 megabytes).
|
344 | 158 | SMF71AVL | 4 | binary | Average number of fixed frames in central storage (less than 16 megabytes).
|
348 | 15C | SMF71PMV | 4 | binary | Total number of pages moved within central storage.
|
352 | 160 | SMF71OPT | 8 | EBCDIC | SRM opt member name.
|
360 | 168 | -- | 20 | binary | Reserved.
|
380 | 17C | SMF71LIC | 4 | binary | Minimum high UIC. A value from 0 to 2540 that indicates the age (in seconds) of the oldest unreferenced frame in central storage.
|
384 | 180 | SMF71HIC | 4 | binary | Maximum high UIC. A value from 0 to 2540 that indicates the age (in seconds) of the oldest unreferenced frame in central storage.
|
388 | 184 | SMF71ACA | 4 | binary | Average high UIC (scale factor= -1). Scale factor -1 means the field has been multiplied by 10 to give a result in tenths and must be multiplied by 10 -1 to get the correct value.
|
392 | 188 | -- | 24 | binary | Reserved.
|
416 | 1A0 | SMF71MSR | 4 | binary | Minimum number SQA pages in central storage.
|
420 | 1A4 | SMF71XSR | 4 | binary | Maximum number SQA pages in central storage.
|
424 | 1A8 | SMF71ASR | 4 | binary | Average number of SQA pages in central storage.
|
428 | 1AC | -- | 36 | binary | Reserved.
|
464 | 1D0 | SMF71MLR | 4 | binary | Minimum number of LSQA pages in central storage.
|
468 | 1D4 | SMF71XLR | 4 | binary | Maximum number of LSQA pages in central storage.
|
472 | 1D8 | SMF71ALR | 4 | binary | Average number of LSQA pages in central storage.
|
476 | 1DC | -- | 24 | binary | Reserved.
|
500 | 1F4 | SMF71ISC | 4 | binary | Number of incorrect samples returned from collector service.
|
504 | 1F8 | SMF71HME | 12 | binary | Reserved.
|
516 | 204 | SMF71HOT | 4 | binary | Number of hiperspace page-outs from central to auxiliary storage.
|
520 | 208 | SMF71HIN | 4 | binary | Number of hiperspace page-ins from auxiliary to central storage.
|
524 | 20C | -- | 12 | binary | Reserved.
|
536 | 218 | SMF71BLP | 4 | binary | Number of blocked pages paged in (this does not include VIO or hiperspace pages).
|
540 | 21C | SMF71BLK | 4 | binary | Number of blocks paged in.
|
544 | 220 | -- | 8 | binary | Reserved.
|
552 | 228 | SMF71PMT | 8 | binary | Steal timer - the elapsed time spent in a preferred steal in CPU-timer units. The interval of CPU time needed to steal the page includes the time to move the contents of the stolen page and any time spent in frame steal processing of any type. Some examples of the types of steal routines whose CPU time get included in SMF71PMT are non-preferred above, non-preferred below, preferred above, preferred below, storage buffer frame queue, bottom double frame queue, and V=R waiting frame. No matter what type of steal processing occurs, the steal module records it all, and it gets included in this field. Note that SMF71PMT does not include the time to move the new contents into the page.
|
560 | 230 | SMF71SBI | 4 | binary | Number of system pageable areas block page ins.
|
564 | 234 | SMF71LBI | 4 | binary | Number of LPA block page ins.
|
568 | 238 | SMF71ASI | 8 | floating | Number of page-ins from auxiliary storage for shared page groups.
|
576 | 240 | SMF71ASO | 8 | floating | Number of page-outs to auxiliary storage for shared page groups.
|
584 | 248 | -- | 16 | binary | Reserved.
|
600 | 258 | SMF71MGT | 8 | floating | Minimum number of shared page groups in the system.
|
608 | 260 | SMF71XGT | 8 | floating | Maximum number of shared page groups in the system.
|
616 | 268 | SMF71AGT | 8 | floating | Average number of shared page groups in the system.
|
624 | 270 | SMF71MGC | 8 | floating | Minimum number of shared page groups in the central storage.
|
632 | 278 | SMF71XGC | 8 | floating | Maximum number of shared page groups in the central storage.
|
640 | 280 | SMF71AGC | 8 | floating | Average number of shared page groups in the central storage.
|
648 | 288 | SMF71MGE | 24 | Reserved. | |
672 | 2A0 | SMF71MGA | 8 | floating | Minimum number of auxiliary slots in use for shared page groups.
|
680 | 2A8 | SMF71XGA | 8 | floating | Maximum number of auxiliary slots in use for shared page groups.
|
688 | 2B0 | SMF71AGA | 8 | floating | Average number of auxiliary slots in use for shared page groups.
|
696 | 2B8 | SMF71MGF | 8 | floating | Minimum number of shared page groups fixed in the system.
|
704 | 2C0 | SMF71XGF | 8 | floating | Maximum number of shared page groups fixed in the system.
|
712 | 2C8 | SMF71AGF | 8 | floating | Average number of shared page groups fixed in the system.
|
720 | 2D0 | SMF71MGB | 8 | floating | Minimum number of shared page groups fixed below 16 MB in the system.
|
728 | 2D8 | SMF71XGB | 8 | floating | Maximum number of shared page groups fixed below 16 MB in the system.
|
736 | 2E0 | SMF71AGB | 8 | floating | Average number of shared page groups fixed below 16 MB in the system.
|
744 | 2E8 | SMF71CAM | 8 | floating | Minimum number of available central storage frames.
|
752 | 2F0 | SMF71CAX | 8 | floating | Maximum number of available central storage frames.
|
760 | 2F8 | SMF71CAA | 8 | floating | Average number of available central storage frames.
|
768 | 300 | SMF71CLM | 8 | floating | Minimum number of low-impact central storage frames.
|
776 | 308 | SMF71CLX | 8 | floating | Maximum number of low-impact central storage frames.
|
784 | 310 | SMF71CLA | 8 | floating | Average number of low-impact central storage frames.
|
792 | 318 | SMF71CMM | 8 | floating | Minimum number of medium-impact central storage frames.
|
800 | 320 | SMF71CMX | 8 | floating | Maximum number of medium-impact central storage frames.
|
808 | 328 | SMF71CMA | 8 | floating | Average number of medium-impact central storage frames.
|
816 | 330 | SMF71CHM | 8 | floating | Minimum number of high-impact central storage frames.
|
824 | 338 | SMF71CHX | 8 | floating | Maximum number of high-impact central storage frames.
|
832 | 340 | SMF71CHA | 8 | floating | Average number of high-impact central storage frames.
|
840 | 348 | SMF71EAM | 96 | ebcdic | Reserved.
|
936 | 3A8 | SMF71MVI | 8 | floating | Minimum number of VIO pages in central storage.
|
944 | 3B0 | SMF71XVI | 8 | floating | Maximum number of VIO pages in central storage.
|
952 | 3B8 | SMF71AVI | 8 | floating | Average number of VIO pages in central storage.
|
960 | 3C0 | SMF71MHI | 8 | floating | Minimum number of hiperspace pages in central storage.
|
968 | 3C8 | SMF71XHI | 8 | floating | Maximum number of hiperspace pages in central storage.
|
976 | 3D0 | SMF71AHI | 8 | floating | Average number of hiperspace pages in central storage.
|
984 | 3D8 | SMF71VWS | 8 | floating | Number of VIO pages written to central storage.
|
992 | 3E0 | SMF71VRS | 8 | floating | Number of VIO pages read from central storage.
|
1000 | 3E8 | SMF71HWS | 8 | floating | Number of hiperspace pages written to central storage.
|
1008 | 3F0 | SMF71HRS | 8 | floating | Number of hiperspace pages read from central storage.
|
1016 | 3F8 | SMF71MFB | 8 | floating | Minimum number of pages fixed between 16M and 2G.
|
1024 | 400 | SMF71XFB | 8 | floating | Maximum number of pages fixed between 16M and 2G.
|
1032 | 408 | SMF71AFB | 8 | floating | Average number of pages fixed between 16M and 2G.
|
1040 | 410 | SMF71PTH | 8 | floating | Average number of shared pages in the system (with virtual storage address above the bar).
|
1048 | 418 | SMF71PCH | 8 | floating | Average number of shared pages in central storage (with virtual storage address above the bar).
|
1056 | 420 | SMF71PAH | 8 | floating | Average number of shared pages in auxiliary storage (with virtual storage address above the bar).
|
1064 | 428 | SMF71BLG | 8 | floating | Maximum number of shared bytes from large virtual memory in a memory object for the entire system.
|
1072 | 430 | SMF71PIH | 8 | floating | Number of page-ins from auxiliary storage for shared pages.
|
1080 | 438 | SMF71POH | 8 | floating | Number of page-outs to auxiliary storage for shared pages (with virtual storage address above the bar).
|
1088 | 440 | SMF71ULM | 4 | binary | Lowest minimum system UIC during the interval (from MCTMinSystemUIC)
|
1092 | 444 | SMF71ULC | 4 | binary | Lowest current system UIC during the interval (from MCTCurSystemUIC)
|
1096 | 448 | SMF71UHC | 4 | binary | Highest current system UIC during the interval (from MCTCurSystemUIC)
|
1100 | 44C | SMF71UHX | 4 | binary | Highest maximum system UIC during the interval (from MCTMaxSystemUIC)
|
1104 | 450 | SMF71UAM | 4 | binary | Average minimum system UIC during the interval (from MCTMinSystemUIC)
|
1108 | 454 | SMF71UAC | 4 | binary | Average current system UIC during the interval (from MCTCurSystemUIC)
|
1112 | 458 | SMF71UAX | 4 | binary | Average maximum system UIC during the interval (from MCTMaxSystemUIC)
|
1116 | 45C | SMF71LOM | 8 | floating | Minimum number of 1 MB memory objects allocated in the system.
|
1124 | 464 | SMF71LOX | 8 | floating | Maximum number of 1 MB memory objects allocated in the system.
|
1132 | 46C | SMF71LOA | 8 | floating | Average number of 1 MB memory objects allocated in the system.
|
1140 | 474 | SMF71LRM | 8 | floating | Minimum number of 1 MB pages fixed in central storage.
|
1148 | 47C | SMF71LRX | 8 | floating | Maximum number of 1 MB pages fixed in central storage.
|
1156 | 484 | SMF71LRA | 8 | floating | Average number of 1 MB pages fixed in central storage.
|
1164 | 48C | SMF71COM | 8 | floating | Minimum number of memory objects allocated in the high virtual common storage of the system.
|
1172 | 494 | SMF71COX | 8 | floating | Maximum number of memory objects allocated in the high virtual common storage of the system
|
1180 | 49C | SMF71COA | 8 | floating | Average number of memory objects allocated in the high virtual common storage of the system
|
1188 | 4A4 | SMF71CRM | 8 | floating | Minimum number of high virtual common memory frames backed in central storage
|
1196 | 4AC | SMF71CRX | 8 | floating | Maximum number of high virtual common memory frames backed in central storage
|
1204 | 4B4 | SMF71CRA | 8 | floating | Average number of high virtual common memory frames backed in central storage
|
1212 | 4BC | SMF71CFM | 8 | floating | Minimum number of high virtual common memory 4K fixed frames
|
1220 | 4C4 | SMF71CFX | 8 | floating | Maximum number of high virtual common memory 4K fixed frames
|
1228 | 4CC | SMF71CFA | 8 | floating | Average number of high virtual common memory 4K fixed frames
|
1236 | 4D4 | SMF71CSM | 8 | floating | Minimum number of auxiliary storage slots used for high virtual common pages backed on DASD
|
1244 | 4DC | SMF71CSX | 8 | floating | Maximum number of auxiliary storage slots used for high virtual common pages backed on DASD
|
1252 | 4E4 | SMF71CSA | 8 | floating | Average number of auxiliary storage slots used for high virtual common pages backed on DASD
|
1260 | 4EC | SMF71SOM | 8 | floating | Minimum number of memory objects allocated in the high virtual shared storage of the system
|
1268 | 4F4 | SMF71SOX | 8 | floating | Maximum number of memory objects allocated in the high virtual shared storage of the system
|
1276 | 4FC | SMF71SOA | 8 | floating | Average number of memory objects allocated in the high virtual shared storage of the system
|
1284 | 504 | SMF71SRM | 8 | floating | Minimum number of high virtual shared memory frames backed in real storage
|
1292 | 50C | SMF71SRX | 8 | floating | Maximum number of high virtual shared memory frames backed in real storage
|
1300 | 514 | SMF71SRA | 8 | floating | Average number of high virtual shared memory frames backed in real storage
|
1308 | 51C | SMF71GRN | 4 | binary | Number of GETMAIN requests that have been issued
|
1312 | 520 | SMF71FBN | 4 | binary | Number of frames backed during GETMAIN requests that have been issued
|
1316 | 524 | SMF71FRN | 4 | binary | Number of fix requests that have been issued for storage (address spaces only) below 2 GB
|
1320 | 528 | SMF71FFN | 4 | binary | Number of frames that were requested to be fixed for storage (address spaces only) below 2 GB
|
1324 | 52C | SMF711RN | 4 | binary | Number of first reference faults taken
|
1328 | 530 | SMF71NRN | 4 | binary | Number of non-first reference faults taken
|
1332 | 534 | SMF71RFL | 4 | Reserved. | |
1336 | 538 | SMF71LFA | 8 | floating | Large Frame Area size in bytes
|
1344 | 540 | SMF71L1M | 8 | floating | Minimum total number of 1 MB frames that can be used by fixed memory objects.
|
1352 | 548 | SMF71L1X | 8 | floating | Maximum total number of 1 MB frames that can be used by fixed memory objects.
|
1360 | 550 | SMF71L1A | 8 | floating | Average total number of 1 MB frames that can be used by fixed memory objects.
|
1368 | 558 | SMF71L2M | 8 | floating | Reserved. Value is now in SMF71L7M.
|
1376 | 560 | SMF71L2X | 8 | floating | Reserved. Value is now in SMF71L7X.
|
1384 | 568 | SMF71L2A | 8 | floating | Reserved. Value is now in SMF71L7A.
|
1392 | 570 | SMF71L3M | 8 | floating | Minimum number of 1 MB frames in the LFAREA that are in-use by fixed memory objects.
|
1400 | 578 | SMF71L3X | 8 | floating | Maximum number of 1 MB frames in the LFAREA that are in-use by fixed memory objects.
|
1408 | 580 | SMF71L3A | 8 | floating | Average number of 1 MB frames in the LFAREA that are in-use by fixed memory objects.
|
1416 | 588 | SMF71L4M | 8 | floating | Minimum total number of 1 MB frames that can be used by pageable/DREF memory objects.
|
1424 | 590 | SMF71L4X | 8 | floating | Maximum total number of 1 MB frames that can be used by pageable/DREF memory objects.
|
1432 | 598 | SMF71L4A | 8 | floating | Average total number of 1 MB frames that can be used by pageable/DREF memory objects.
|
1440 | 5A0 | SMF71L5M | 8 | floating | Minimum number of 1 MB frames that are not used by pageable/DREF memory objects.
|
1448 | 5A8 | SMF71L5X | 8 | floating | Maximum number of 1 MB frames that are not used by pageable/DREF memory objects.
|
1456 | 5B0 | SMF71L5A | 8 | floating | Average number of 1 MB frames that are not used by pageable/DREF memory objects.
|
1464 | 5B8 | SMF71L6M | 8 | floating | Minimum number of 1 MB frames that are used by pageable/DREF memory objects.
|
1472 | 5C0 | SMF71L6X | 8 | floating | Maximum number of 1 MB frames that are used by pageable/DREF memory objects.
|
1480 | 5C8 | SMF71L6A | 8 | floating | Average number of 1 MB frames that are used by pageable/DREF memory objects.
|
1488 | 5D0 | SMF71L7M | 8 | floating | Minimum number of 1 MB frames in the LFAREA that are not in-use. Note: Same as SMF71L2M (calculated differently).
|
1496 | 5D8 | SMF71L7X | 8 | floating | Maximum number of 1 MB frames in the LFAREA that are not in-use. Note: Same as SMF71L2X (calculated differently).
|
1504 | 5E0 | SMF71L7A | 8 | floating | Average number of 1 MB frames in the LFAREA that are not in-use. Note: Same as SMF71L2A (calculated differently).
|
1512 | 5E8 | SMF71S1M | 8 | floating | Minimum total number of high virtual shared memory pages (in units of 4 KB).
|
1520 | 5F0 | SMF71S1X | 8 | floating | Maximum total number of high virtual shared memory pages (in units of 4 KB).
|
1528 | 5F8 | SMF71S1A | 8 | floating | Average total number of high virtual shared memory pages (in units of 4 KB).
|
1536 | 600 | SMF71S2M | 8 | floating | Minimum number of shared memory objects that are allocated in the system and can be backed in 1 MB frames
|
1544 | 608 | SMF71S2X | 8 | floating | Maximum number of shared memory objects that are allocated in the system and can be backed in 1 MB frames
|
1552 | 610 | SMF71S2A | 8 | floating | Average number of shared memory objects that are allocated in the system and can be backed in 1 MB frames
|
1560 | 618 | SMF71S3M | 8 | floating | Minimum number of frames in use for shared high virtual 4K pages
|
1568 | 620 | SMF71S3X | 8 | floating | Maximum number of frames in use for shared high virtual 4K pages
|
1576 | 628 | SMF71S3A | 8 | floating | Average number of frames in use for shared high virtual 4K pages
|
1584 | 630 | SMF71S4M | 8 | floating | Minimum number of high virtual shared memory 1 MB pages backed in central storage
|
1592 | 638 | SMF71S4X | 8 | floating | Maximum number of high virtual shared memory 1 MB pages backed in central storage
|
1600 | 640 | SMF71S4A | 8 | floating | Average number of high virtual shared memory 1 MB pages backed in central storage
|
1608 | 648 | SMF71S5M | 8 | floating | Minimum number of auxiliary storage slots used for high virtual shared memory pages backed on DASD.
|
1616 | 650 | SMF71S5X | 8 | floating. | Maximum number of auxiliary storage slots used for high virtual shared memory pages backed on DASD.
|
1624 | 658 | SMF71S5A | 8 | floating | Average number of auxiliary storage slots used for high virtual shared memory pages backed on DASD.
|
1632 | 660 | SMF71S6M | 8 | floating | Minimum number of high virtual shared memory pages backed on SCM storage.
|
1640 | 668 | SMF71S6X | 8 | floating | Maximum number of high virtual shared memory pages backed on SCM storage.
|
1648 | 670 | SMF71S6A | 8 | floating | Average number of high virtual shared memory pages backed on SCM storage.
|
1656 | 678 | SMF71C1M | 8 | floating | Minimum total number of high virtual common memory pages (in units of 4 KB).
|
1664 | 680 | SMF71C1X | 8 | floating | Maximum total number of high virtual common memory pages (in units of 4 KB).
|
1672 | 688 | SMF71C1A | 8 | floating | Average total number of high virtual common memory pages (in units of 4 KB).
|
1680 | 690 | SMF71C2M | 8 | floating | Minimum number of high virtual common memory 1 MB fixed pages
|
1688 | 698 | SMF71C2X | 8 | floating | Maximum number of high virtual common memory 1 MB fixed pages
|
1696 | 6A0 | SMF71C2A | 8 | floating | Average number of high virtual common memory 1 MB fixed pages
|
1704 | 6A8 | SMF71C3M | 8 | floating | Minimum number of high virtual common memory 1 MB pages backed in central storage
|
1712 | 6B0 | SMF71C3X | 8 | floating | Maximum number of high virtual common memory 1 MB pages backed in central storage
|
1720 | 6B8 | SMF71C3A | 8 | floating | Average number of high virtual common memory 1 MB pages backed in central storage
|
1728 | 6C0 | SMF71C4M | 8 | floating | Minimum number of high virtual common memory pages backed on SCM storage
|
1736 | 6C8 | SMF71C4X | 8 | floating | Maximum number of high virtual common memory pages backed on SCM storage.
|
1744 | 6D0 | SMF71C4A | 8 | floating | Average number of high virtual common memory pages backed on SCM storage.
|
1752 | 6D8 | SMF71TSM | 8 | floating | Minimum total number of 4K SCM blocks available to ASM.
|
1760 | 6E0 | SMF71TSX | 8 | floating | Maximum total number of 4K SCM blocks available to ASM.
|
1768 | 6E8 | SMF71TSA | 8 | floating | Average total number of 4K SCM blocks available to ASM.
|
1776 | 6F0 | SMF71ASM | 8 | floating | Minimum number of available (not in-use) SCM blocks.
|
1784 | 6F8 | SMF71ASX | 8 | floating | Maximum number of available (not in-use) SCM blocks.
|
1792 | 700 | SMF71ASV | 8 | floating | Average number of available (not in-use) SCM blocks.
|
1800 | 708 | SMF71BSM | 8 | floating | Minimum number of bad SCM blocks.
|
1808 | 710 | SMF71BSX | 8 | floating | Maximum number of bad SCM blocks.
|
1816 | 718 | SMF71BSA | 8 | floating | Average number of bad SCM blocks.
|
1824 | 720 | SMF71USM | 8 | floating | Minimum number of SCM blocks in-use.
|
1832 | 728 | SMF71USX | 8 | floating | Maximum number of SCM blocks in-use.
|
1840 | 730 | SMF71USA | 8 | floating | Average number of SCM blocks in-use.
|
1848 | 738 | SMF71TLS | 4 | binary | Total number of logical swaps. 1852 73C 4 binary Not used.
|
1856 | 740 | SMF71S7M | 8 | floating | Minimum number of shared page groups backed on SCM storage.
|
1864 | 748 | SMF71S7X | 8 | floating | Maximum number of shared page groups backed on SCM storage.
|
1872 | 750 | SMF71S7A | 8 | floating | Average number of shared page groups backed on SCM storage.
|
1880 | 758 | SMF71LVF | 8 | floating | Average number of unused central storage page frames. Same as SMF71AVF, but long floating point format.
|
1888 | 760 | SMF71LVS | 8 | floating | Average number of pageable address space central storage frames in the private address space. Same as SMF71AVS, but long floating point format.
|
1896 | 768 | SMF71LVT | 8 | floating | Average total number of central storage frames used. Same as SMF71AVT, but long floating point format.
|
1904 | 770 | SMF71LVR | 8 | floating | Average number of non-LSQA fixed central storage frames in the private address space. Same as SMF71AVR, but long floating point format.
|
1912 | 778 | SMF71LVX | 8 | floating | Average total number of fixed central storage frames used. Same as SMF71AVX, but long floating point format.
|
1920 | 780 | SMF71LVU | 8 | floating | Average number of usable local page data set slots that have not been allocated. Same as SMF71AVU, but long floating point format.
|
1928 | 788 | SMF71LVV | 8 | floating | Average number of local page data set slots allocated to VIO private area pages. Same as SMF71AVV, but long floating point format.
|
1936 | 790 | SMF71LVM | 8 | floating | Average number of local page data set slots allocated to non-VIO private area pages. Same as SMF71AVM, but long floating point format.
|
1944 | 798 | SMF71LVB | 8 | floating | Average number of unusable local page data set slots. Same as SMF71AVB, but long floating point format.
|
1952 | 7A0 | SMF71MCF | 4 | binary | Multithreading maximum capacity numerator for general purpose processors. Divide this value by 1024 to get the multithreading maximum capacity factor for all general purpose processors that were configured ONLINE for the complete interval.
|
1956 | 7A4 | -- | 4 | binary | Reserved
|
1960 | 7A8 | SMF71CPM | 8 | floating | Minimum number of high virtual common pages in-use
|
1968 | 7B0 | SMF71CPX | 8 | floating | Maximum number of high virtual common pages in-use
|
1976 | 7B8 | SMF71CPA | 8 | floating | Average number of high virtual common pages in-use
|
1984 | 7C0 | SMF714KM | 8 | floating | Minimum number of 1 MB fixed frames used on behalf of 4K page requests
|
1992 | 7C8 | SMF714KX | 8 | floating | Maximum number of 1 MB fixed frames used on behalf of 4K page requests
|
2000 | 7D0 | SMF714KA | 8 | floating | Average number of 1 MB fixed frames used on behalf of 4K page requests
|
2008 | 7D8 | SMF71PLM | 8 | floating | Minimum number of 1 MB pageable pages backed by 1 MB pageable frames
|
2016 | 7E0 | SMF71PLX | 8 | floating | Maximum number of 1 MB pageable pages backed by 1 MB pageable frames
|
2024 | 7E8 | SMF71PLA | 8 | floating | Average number of 1 MB pageable pages backed by 1 MB pageable frames
|
Starting with z/OS V1R13, this section does no longer contain valid values. | |||||
0 | 0 | -- | 24 | binary | Reserved.
|
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