Go to Home Page
Questions?
Call 1-800-572-5517
 
  Go to Home Page  
  See all products
  See price schedules
  See manuals, tutorials, articles
  Download a free 30-day trial
  See user testimonials
  About Pacific Systems Group
 
 
SMF Tools
  See SMF Record Layouts
  See Sample SMF Reports
  Learn How to Export SMF Data
  Download Free SMF Reporting Software (30 days)
 
One of the greatest SMF record parsing programming languages I've ever seen. Chief, Large Systems Services Branch, NIH
  Choose Spectrum Writer to add 4GL to your product
  Free 60-Page Book (PDF) - How to Make an SMF Report
Spectrum DCOLLECT Reporter - the 4GL DCOLLECT Report Writer.

Spectrum SMF Writer - the 4GL SMF Report Writer.

SMF Type 99 Record (Subtype 14) - z/OS 1.13

This table shows the record layout for type 99 SMF records
(System Resource Manager (SRM) Decisions - z/OS 1.13).

List of other SMF record layouts available.
List of sample SMF reports.

Purpose: This record type is written by the SRM component. The records contain:

  • Performance data for each service class period
  • Trace codes representing the SRM actions
  • The data which SRM used to decide which actions to take
  • The controls SRM is using to manage work.

In addition, subtypes 1 and 9 will be written by the SRM component when running in compatibility mode.

Record 99 has the following subtypes:

Subtype 1 Contains system level data, the trace of SRM actions, and data about resource groups. The SRM actions are recorded in trace codes. All trace codes are described in z/OS MVS Programming: Workload Management Services. A subtype 1 record is written every policy interval.

Subtype 2 Contains data for service classes. A subtype 2 record is written every policy interval for each service class if any period in the service class had recent activity.

Subtype 3 Contains service class period plot data. A subtype 3 record is written every policy interval for each service class if any period in the service class had recent activity and plot data.

Subtype 4 Contains information about a device cluster. A device cluster is a set of service classes that compete to use the same non-paging DASD devices. A subtype 4 record is written every policy interval for each device cluster in the system.

Subtype 5 Contains data about monitored address spaces. A subtype 5 record is written each policy interval for each swapped in monitored address space.

Subtype 6 Contains summary information about each service class period, including the resource control settings for the next policy interval. A subtype 6 record is written each policy interval.

Subtype 7 Contains summary information for the Enterprise Storage Server (ESS) with Parallel Access Volume (PAV) feature. A subtype 7 record is written every third policy interval.

Subtype 8 Contains summary information for LPAR CPU management. A subtype 8 record is written each policy interval, when in LPAR mode.

Subtype 9 Contains summary information for dynamic channel path management. A subtype 9 record is written each policy interval.

Subtype 10 Contains information about dynamic processor speed changes. A subtype 10 record is written for every processor speed change.

Subtype 11 Contains information about Group Capacity Limits. A subtype 11 record is written every 5 minutes.

Subtype 12 Contains information about HiperDispatch. This information is for IBM internal use only.

Subtype 13 Contains information about HiperDispatch. This information is for IBM internal use only.

Subtype 14 Contains information about HiperDispatch. This information is for IBM internal use only.

It's easy to report on SMF 99 data!

SMF Spectrum Writer
We have a low-cost 4GL report writer especially for SMF files. It's called Spectrum SMF Writer.

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.
 
Try It FREE Now!

SMF Type 99 Record -- System Resource Manager (SRM) Decisions - z/OS 1.13
Offset
(Dec.)
Offset
(Hex)
NameLengthFormatDescription
00SMF99S14_
LEN
2binary
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.
22SMF99S14_
SEG
2binary
Segment descriptor (see record length field).
44SMF99S14_
FLG
1binary
System indicator: Bit Meaning When Set 0-2 Reserved 3-6 Version indicators* 7 Reserved.*See “Standard SMF Record Header” on page 13-1 for a detailed description.
55SMF99S14_
RTY
1binary
Record type 99
66SMF99S14_
TME
4binary
Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
100ASMF99S14_
DTE
4packed
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.
140ESMF99S14_
SID
4EBCDIC
System identification (from the SID parameter).
1812SMF99S14_
SSID
4EBCDIC
Sub system identification
2216SMF99S14_
TID
2binary
Record subtype (must be at offset X'16' x).
2418SMF99S14_
SDEF_
LEN
4binary
Length of the self definition section.
Self-Defining Section
(Offset from beginning of record: 28)
00SMF99S14_
POF
4binary
Offset to the product section from the beginning of the record (including RDW).
44SMF99S14_
PLN
2binary
Length of the product section.
66SMF99S14_
PON
2binary
Number of the product section.
88SMF99S14_
DOF
4binary
Offset to data section from beginning of the record (including RDW).
12CSMF99S14_
DLN
2binary
Length of the data section.
14ESMF99S14_
DON
2binary
Number of the data section.
SMF 99 Product Information
(Offset from beginning of record: SMF99S14_POF)
00SMF99S14_
VN2
2binary
Record sub-version. Use to identify changes to the record in the service stream.
22SMF99S14_
RVN
2binary
Record version number.
44SMF99S14_
PNM
8EBCDIC
Product name - SRM
12CSMF99S14_
SLV
8EBCDIC
System level from which record was cut (Copied from CVTPRODN).
2014SMF99S14_
SNM
8EBCDIC
System name from which record was cut (Copied from CVTSNAME)
281CSMF99S14_
PFLG
1binary
Record Flags: Bit Meaning When Set 0 Only a subset of the available data was written to avoid that this record gets larger than 32 KByte 1 Only a subset of the available data is written to this record. The rest follows in subsequent records. This record contains a reassembly area. 2–7 Reserved.
291D--3EBCDIC
Reserved.
Subtype 14 - Self Defining Section
(Offset from beginning of record: SMF99S14_DOF)
00SMF9914_
HD_
TopoChg_
Hdr_
OFFSET
4binary
Offset to header data section
44SMF9914_
HD_
TopoChg_
Hdr_
LENGTH
2binary
Length of header data section
66SMF9914_
HD_
TopoChg_
Hdr_
NUMBER
2binary
Number of header data sections
88--4binary
Reserved
12C--2binary
Reserved
14E--2binary
Reserved
1610SMF9914_
HD_
TopoChg_
CPU_
OFFSET
4binary
Offset to processor data section
2014SMF9914_
HD_
TopoChg_
CPU_
LENGTH
2binary
Length of processor data section
2216SMF9914_
HD_
TopoChg_
CPU_
NUMBER
2binary
Number of processor data sections
2418SMF9914_
HD_
TopoChg_
Node_
OFFSET
4binary
Offset to node data section
281CSMF9914_
HD_
TopoChg_
Node_
LENGTH
2binary
Length of node data section
301ESMF9914_
HD_
TopoChg_
Node_
NUMBER
2binary
Number of node data sections
3220SMF9914_
HD_
TopoChg_
MPWQ_
OFFSET
4binary
Offset to MPWQ data section
3624SMF9914_
HD_
TopoChg_
MPWQ_
LENGTH
2binary
Length of MPWQ data section
3826SMF9914_
HD_
TopoChg_
MPWQ_
NUMBER
2binary
Number of MPWQ data sections
4028SMF9914_
HD_
TopoChg_
MPWQ_
HNODE_
OFFSET
4binary
Offset to MPWQ HNODE data section
442CSMF9914_
HD_
TopoChg_
MPWQ_
HNODE_
LENGTH
2binary
Length of MPWQ HNODE data section
462ESMF9914_
HD_
TopoChg_
MPWQ_
HNODE_
NUMBER
2binary
Number of MPWQ HNODE data sections
Subtype 14 - Header Data Section
(Offset from beginning of record: SMF9914_HD_TopoChg_Hdr_OFFSET)
00SMF99E_
VCM_
SMF_
Sequ
4binary
Balancer interval sequence number
44SMF99E_
VCM_
Flag1
1binary
balancer interval flag1
Bit Meaning When Set
0 topology has changed
1 rebuild affinity nodes
2 honour priority has changed
3 dispatcher WUQ error
4 processor speed change
5-7 Reserved
55SMF99E_
VCM_
Flag2
1binary
balancer interval flag2
Bit Meaning When Set
0 CEC capacities are valid
1 LPAR capacities are valid
2 old VCM state
3 Reserved
4 dispatcher affinity was updated
5 PTF was issued to initiate a switch opposite mode. However, the PTF return info tells us that we are already in the requested mode
6 VCM in transition to/from vertical
7 Reserved
66SMF99E_
VCM_
ErrorCode
2binary
VCM error code 8 8 * 3 HEX Reserved
11BSMF99E_
VCM_
CpsPerAN
1binary
CPs per affinity node
12CSMF99E_
VCM_
LparPhysProcShr
4binary
LPAR physical processor share for general CPs scaled by 256
Subtype 14 - Processor Data Section
(Offset from beginning of record: SMF9914_HD_TopoChg_CPU_OFFSET)
00SMF99E_
HD_
TopoChg_
CPU_
Index
2binary
CPU number 2 2 * 6 HEX Reserved
88SMF99E_
CP_
CPU_
Array
8binary
CPU data
88SMF99E_
CP_
Cpu_
Type
1binary
CPU type
99SMF99E_
CP_
Misc
1binary
CPU misc. info
Bit Meaning When Set
0-5 Reserved
6-7 CPU polarization
10ASMF99E_
CP_
NL
2binary
CPU nesting levels
10ASMF99E_
CP_
NL2
1binary
Topology nesting level 2 - book
11BSMF99E_
CP_
NL1
1binary
Topology nesting level 1 - chip
12CSMF99E_
CP_
Cap
4binary
CPU capacity in microseconds
Subtype 14 - Node Data Section
(Offset from beginning of record: SMF9914_HD_TopoChg_Node_OFFSET)
00SMF99E_
HD_
TopoChg_
Node_
Index
2binary
Node number 2 2 * 6 HEX Reserved
88SMF99E_
AN_
Node
8binary
affinity node
88SMF99E_
AN_
CpuType
1binary
CPU type
99--1binary
Reserved
10ASMF99E_
AN_
CpuCounts
6binary
CPU counts
10ASMF99E_
AN_
PolarHi
2binary
Number of VHs in this affinity node
12CSMF99E_
AN_
PolarMed
2binary
Number of VMs in this affinity node
14ESMF99E_
AN_
PolarLow
2binary
Number of VLs in this affinity node
1610SMF99E_
AN_
Info
4binary
affinity node info
1610SMF99E_
AN_
NL
2binary
nesting levels
1610SMF99E_
VCM_
AN_
NL2
1binary
Topology nesting level 2 of affinity node
1711SMF99E_
VCM_
AN_
NL1
1binary
Topology nesting level 1 of affinity node
1812--1binary
Reserved
1913SMF99E_
AN_
Flags
1binary
Flags
Bit Meaning When Set
0 CPs on this node are boundary crossing
1 Helper nodes are boundary crossing
2-7 Reserved
2014SMF99E_
AN_
Cap
4binary
capacity of affinity node in microseconds
Subtype 14 - MPWQ CPU Data Section
(Offset from beginning of record: SMF9914_HD_TopoChg_MPWQ_OFFSET)
00SMF99E_
HD_
TopoChg_
MPWQ_
CPU_
Index
2binary
MPWQ CPU Number
22SMF99E_
MPWQ_
Affinity_
Node
1binary
Affinity node this CP belongs to
33SMF99E_
MPWQ_
Share
1binary
CPU share
Subtype 14 - MPWQ HNode Data Section
(Offset from beginning of record: SMF9914_HD_TopoChg_MPWQ_HNODE_OFFSET)
00SMF99E_
HD_
TopoChg_
MPWQ_
Node_
Index
2binary
MPWQ Node Number
22SMF99E_
MPWQ_
Affinity_
Node_
Help_
Sum
2binary
Affinity node crossing index block
22SMF99E_
MPWQ_
Book_
Crossing_
Index
1binary
book crossing index
33SMF99E_
MPWQ_
Partial_
Book_
Crossing_
Index
1binary
partial book crossing index
44SMF99E_
MPWQ_
Help_
Nodes
44binary
Helper nodes array of this affinity node. Consists of 44 one byte data elements. Only the first 44 helper nodes are supported

The table above is based on the description provided by IBM in its "MVS Systems Management Facilities (SMF)" manual.

Copyright 2024.
Pacific Systems Group.
All rights reserved.


Spectrum Writer 4GL - the economical alternative to SAS, Easytrieve, DYL-280...

Home | Products | Prices | Documentation | 30-Day Trials | Customer Reviews | Company | FAQ | Sample Reports | SMF Records
Send Your Comments or Questions