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 74 Record (Subtype 3) - z/OS 1.11

This table shows the record layout for type 74 SMF records
(OMVS Kernel Activity).

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

Purpose: Record type 74 has several subtypes.

Subtype 3 — OMVS Kernel Activity

Monitor III Data Gatherer collects z/OS UNIX System Services measurement data that are input for the RMF Postprocessor to create the OMVS Kernel Activity report.

Control data section Contains various z/OS UNIX System Services measurement data.Device Activity

It's easy to report on SMF 74 data! (Jump to sample reports)

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 74 Record -- OMVS Kernel Activity
Offset
(Dec.)
Offset
(Hex)
NameLengthFormatDescription
00SMF74LEN2binary
Record length. This field and the next field (total of four bytes) form the RDW (record descriptor word).
22SMF74SEG2binary
Segment descriptor (see record length field).
44SMF74FLG1binary
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.
55SMF74RTY1binary
Record type 74 (X'4A').
66SMF74TME4binary
Time since midnight, in hundredths of a second, that the record was moved into the SMF buffer.
10ASMF74DTE4packed
Date when the record was moved into the SMF buffer, in the form 0cyydddF.
14ESMF74SID4EBCDIC
System identification (from the SMFPRMxx SID parameter).
1812SMF74SSI4EBCDIC
Subsystem identification (‘RMF’).
2216SMF74STY2binary
Record subtype.
2418SMF74TRN2binary
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.
261A--2binary
Reserved.
281CSMF74PRS4binary
Offset to RMF product section from RDW.
3220SMF74PRL2binary
Length of RMF product section.
3422SMF74PRN2binary
Number of RMF product sections.
Individual header extension for subtype 3:
3624SMF743PO4binary
Offset to OMVS control data section.
4028SMF743PL2binary
Length of OMVS control data section.
422ASMF743PN2binary
Number of OMVS control data sections.
RMF Product Section
(Offset from beginning of record: SMF74PRS)
00SMF74MFV2packed
RMF version number.
22SMF74PRD8EBCDIC
Product name (‘RMF’).
10ASMF74IST4packed
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.
14ESMF74DAT4packed
Date when the RMF measurement interval started, in the form 0cyydddF.
1812SMF74INT4packed
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.)
2216--2binary
Reserved.
2418SMF74SAM4binary
Number of RMF samples.
281C--2binary
Reserved.
301ESMF74FLA2binary
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.
3220--4binary
Reserved.
3624SMF74CYC4packed
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.
4028SMF74MVS8EBCDIC
MVS software level (consists of an acronym and the version, release, and modification level - ZVvvrrmm).
4830SMF74IML1binary
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.
5032SMF74PTN1binary
PR/SM partition number of the partition that wrote this record.
5133SMF74SRL1binary
SMF record level change number (X’56’ for z/OS V1R11 RMF). This field enables processing of SMF record level changes in an existing release.
5234SMF74IET8char
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).
603CSMF74LGO8binary
Offset GMT to local time (STCK format).
6844SMF74RAO4binary
Offset to reassembly area relative to start of RMF product section.
7248SMF74RAL2binary
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.
744ASMF74RAN2binary
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 (SMF74RAO) and length (SMF74RAL) are only valid if SMF74RAN = 1. A reassembly area is only present in broken records.
764CSMF74OIL2binary
Original interval length as defined in the session or by SMF (in seconds).
784ESMF74SYN2binary
SYNC value in seconds.
8050SMF74GIE8binary
Projected gathering interval end (STCK format) GMT time.
8858SMF74XNM8EBCDIC
Sysplex name as defined in parmlib member COUPLExx.
9660SMF74SNM8EBCDIC
System name for current system as defined in parmlib member IEASYSxx SYSNAME parameter.
Reassembly Area
(Offset from beginning of record: SMF74PRS + SMF74RAO)
00SMF74RBR2binary
Total number of broken records built from the original large record.
22SMF74RSQ2binary
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 SMF74RBR.
44SMF74RIO4binary
Offset to first reassembly information block relative to start of reassembly area header.
88SMF74RIL2binary
Length of reassembly information block.
10ASMF74RIN2binary
Number of reassembly information blocks (same value as SMF74TRN in header section).
12C--4binary
Reserved.
Reassembly Area Information Block
(Offset from beginning of record: SMF74PRS + SMF74RAO + SMF74RIO)
00SMF74RNN2binary
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.
22SMF74RPP2binary
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 SMF74RNN 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.
Subtype 3 — Control Data Section
(Offset from beginning of record: SMF743PO)
00SMF743CYCU4binary
The number of cycle units elapsed between first and last measured sample.
44SMF743CYCT4binary
The cycle time value obtained from Monitor III options (in milliseconds).
88SMF743FLG4binary
Processing Flags
Bit - Meaning When Set
0 Kernel address space is terminated or reinstated this interval.
1 Maximum number of processes changed during reporting interval.
2 Maximum number of users changed during reporting interval.
3 Maximum number of processes per user changed during reporting interval.
4 Maximum number of message queue ids changed during reporting interval when set.
5 Maximum number of semaphore ids changed during reporting interval when set.
6 Maximum number of shared memory ids changed during reporting interval when set.
7 Maximum number of shared memory pages changed during reporting interval when set.
8 Maximum number of memory map storage pages changed during reporting interval when set.
9 Maximum number of shared storage pages changed during reporting interval when set.
10 Maximum size of shared library region changed during reporting interval when set.
11 Maximum number of queued signals per process changed during reporting interval when set.
12-31 Reserved.
12CSMF743SYSC4s_float
The total number of kernel callable services invoked during the interval.
1610SMF743SCMN4binary
The minimum number of kernel callable services invoked during one cycle.
2014SMF743SCMX4binary
The maximum number of kernel callable services invoked during one cycle.
2418SMF743CPU4s_float
Total CPU time spent processing callable services in the kernel address space during the interval (in 10-millisecond units)
281CSMF743CTMN4binary
Minimum CPU time spent processing callable services in the kernel address space during one cycle (in 10-millisecond units).
3220SMF743CTMX4binary
Maximum CPU time spent processing callable services in the kernel address space during one cycle (in 10-millisecond units).
3624SMF743OPR4s_float
Count of times fork() or dub failed because the maximum number of processes was exceeded during the interval.
4028SMF743OPMN4binary
Minimum number of times fork() or dub failed because the maximum number of processes was exceeded during one cycle.
442CSMF743OPMX4binary
Maximum number of times fork() or dub failed because the maximum number of processes was exceeded during one cycle.
4830SMF743OUS4s_float
Count of times fork() or dub failed because the maximum number of users was exceeded during the interval.
5234SMF743OUMN4binary
Minimum number of times fork() or dub failed because the maximum number of users was exceeded during one cycle.
5638SMF743OUMX4binary
Maximum number of times fork() or dub failed because the maximum number of users was exceeded during one cycle.
603CSMF743OPRU4s_float
Count of times fork() or dub failed because the maximum number of processes per user was exceeded during the interval.
6440SMF743ORMN4binary
Minimum number of times fork() or dub failed because the maximum number of processes per user was exceeded during one cycle.
6844SMF743ORMX4binary
Maximum number of times fork() or dub failed because the maximum number of processes per user was exceeded during one cycle.
7248SMF743MAXP2binary
Maximum number of processes.
744ASMF743MAXU2binary
Maximum number of users.
764CSMF743MXPU2binary
Maximum number of processes per user.
784ESMF743RSV12binary
Reserved.
8050SMF743CURP4s_float
Accumulated number of processes during the interval.
8454SMF743CPMN2binary
Minimum number of processes during one cycle.
8656SMF743CPMX2binary
Maximum number of processes during one cycle.
8858SMF743CURU4s_float
Accumulated number of users during the interval.
925CSMF743CUMN2binary
Minimum number of users during one cycle.
945ESMF743CUMX2binary
Maximum number of users during one cycle.
9660SMF743MMSG4binary
Maximum number of message queue IDs (constant).
10064SMF743MSEM4binary
Maximum number of semaphore IDs (constant).
10468SMF743MSHM4binary
Maximum number of shared memory IDs (constant).
1086CSMF743MSPG4binary
Maximum number of shared memory pages (constant).
11270SMF743CMSG4s_float
Accumulated number of message queue IDs during one interval.
11674SMF743CMMN4binary
Minimum number of message queue IDs per cycle.
12078SMF743CMMX4binary
Maximum number of message queue IDs per cycle.
1247CSMF743CSEM4s_float
Accumulated number of semaphore IDs during one interval.
12880SMF743CSMN4binary
Minimum number of semaphore IDs per cycle.
13284SMF743CSMX4binary
Maximum number of semaphore IDs per cycle.
13688SMF743CSHM4s_float
Accumulated number of shared memory IDs during one interval.
1408CSMF743CHMN4binary
Minimum number of shared memory IDs per cycle.
14490SMF743CHMX4binary
Maximum number of shared memory IDs per cycle.
14894SMF743CSPG4s_float
Accumulated number of shared memory pages during one interval.
15298SMF743CGMN4binary
Minimum number of shared memory pages per cycle.
1569CSMF743CGMX4binary
Maximum number of shared memory pages per cycle.
160A0SMF743OMSG4s_float
Accumulated number of attempts to exceed maximum number of message queue IDs during one interval.
164A4SMF743OMMN4binary
Minimum number of attempts to exceed maximum number of message queue IDs per cycle.
168A8SMF743OMMX4binary
Maximum number of attempts to exceed maximum number of message queue IDs per cycle.
172ACSMF743OSEM4s_float
Accumulated number of attempts to exceed maximum number of semaphore IDs during one interval.
176B0SMF743OSMN4binary
Minimum number of attempts to exceed maximum number of semaphore IDs per cycle.
180B4SMF743OSMX4binary
Maximum number of attempts to exceed maximum number of semaphore IDs per cycle.
184B8SMF743OSHM4s_float
Accumulated number of attempts to exceed maximum number of shared memory IDs during one interval.
188BCSMF743OHMN4binary
Minimum number of attempts to exceed maximum number of shared memory IDs per cycle.
192C0SMF743OHMX4binary
Maximum number of attempts to exceed maximum number of shared memory IDs per cycle.
196C4SMF743OSPG4s_float
Accumulated number of attempts to exceed maximum number of shared memory pages during one interval.
200C8SMF743OGMN4binary
Minimum number of attempts to exceed maximum number of shared memory pages per cycle.
204CCSMF743OGMX4binary
Maximum number of attempts to exceed maximum number of shared memory pages per cycle.
208D0SMF743MMAP4binary
Maximum number of memory map storage pages (constant).
212D4SMF743CMAP4s_float
Accumulated number of memory map storage pages during one interval.
216D8SMF743CAMN4binary
Minimum number of memory map storage pages per cycle.
220DCSMF743CAMX4binary
Maximum number of memory map storage pages per cycle.
224E0SMF743OMAP4s_float
Accumulated number of attempts to exceed maximum number of memory map storage pages during one interval.
228E4SMF743OAMN4binary
Minimum number of attempts to exceed maximum number of memory map storage pages per cycle.
232E8SMF743OAMX4binary
Maximum number of attempts to exceed maximum number of memory map storage pages per cycle.
236ECSMF743MPAG4binary
Maximum number of shared storage pages (constant).
240F0SMF743CPAG4s_float
Accumulated number of shared storage pages during one interval.
244F4SMF743CXMN4binary
Minimum number of shared storage pages per cycle.
248F8SMF743CXMX4binary
Maximum number of shared storage pages per cycle.
252FCSMF743OPAG4s_float
Accumulated number of attempts to exceed maximum number of shared storage pages during one interval.
256100SMF743OXMN4binary
Minimum number of attempts to exceed maximum number of shared storage pages per cycle.
260104SMF743OXMX4binary
Maximum number of attempts to exceed maximum number of shared storage pages per cycle.
264108SMF743MSLR4binary
Maximum amount of storage (MB) available for shared library region.
26810CSMF743CSLR4s_float
Accumulated amount of shared library storage (MB) allocated in one interval.
272110SMF743CLMN4binary
Minimum amount of shared library storage (MB) allocated per cycle.
276114SMF743CLMX4binary
Maximum number of shared library storage (MB) allocated per cycle.
280118SMF743OSLR4s_float
Accumulated number of attempts to exceed maximum amount of shared library region size during one interval.
28411CSMF743OLMN4binary
Minimum number of attempts to exceed maximum amount of shared library region per cycle.
288120SMF743OLMX4binary
Maximum number of attempts to exceed maximum amount of shared library region per cycle.
292124SMF743MQDS4binary
Maximum amount of queued signals allowed per process.
296128SMF743OQDS4s_float
Accumulated number of attempts to exceed maximum amount of queued signals per interval.
30012CSMF743OQMN4binary
Minimum number of attempts to exceed maximum amount of queued signals per cycle.
304130SMF743OQMX4binary
Maximum number of attempts to exceed maximum amount of queued signals per cycle.

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

Sample Report from SMF 74 Subtype 4 Records
Showing RMF Coupling Activity Over an Interval


The sample SMF report below was created with Spectrum SMF Writer, the low-cost 4GL SMF report writer.

This report reads as input the SMF file and selects just the type 74 RMF Activity records with subtype = 4. (See SMF 74 record layout.) Each of these SMF records contains multiple Request Sections. We normalize these sections in order to easily print the same report information from each request section. We then print a report line for each Request Section, showing various statistics relating to synchronous and asynchronous requests during the interval. It also shows a count of certain requests for which no resource was available.

In this report, we take advantage of several of Spectrum's special formatting options. The BIZ ("blank if zero") option suppresses 0 values, which can clutter up a report. Also, since the SMF744SASQ field encompasses a wide range of values, we used a "scaled" type of picture to format it. Spectrum automatically displays a value with the appropriate K, M, G, ... suffix as necessary. This technique lets you display more data (in smaller columns) when it is not essential to know the exact value of a field.

We also used another technique to squeeze more data columns into the report. Since the identical Sysplex and System names appear for hundreds of consecutive lines, we moved those 2 fields from the detail report lines up into the page titles. We page-break on those fields to insure that the data on each page comes from a single Sysplex-System.

All of this with just a couple of dozen lines of code!
Why not install a Spectrum SMF Writer trial right now and start making your own SMF reports!

These Spectrum SMF Writer Statements:


OPTION: SCALEPICS /* ALLOW VARIABLY SCALED PICTURES */
OPTION: HDGSEP('/') /* CHANGE DEFAULT SEPERATOR CHAR */

INPUT: SMF74 NORMWHEN(SMF74RTY=74 AND SMF74STY=4)
             NORMALIZE(SMF74_REQ_SECTION, SMF744SN)

INCLUDEIF: SMF74RTY=74 AND SMF74STY=4

TITLE: #DATE / 'RMF COUPLING ACTIVITY REPORT' / 'PAGE' #PAGENUM
TITLE: 'SYSPLEX:' SMF74XNM 'SYSTEM:' SMF74SNM

COLUMNS:
     SMF744SNAM('CONNECTED/STRUCTURE')
     SMF74IST('INTERVAL/START/TIME')
     SMF74INT_TIME(TP'ZZ:Z9.999' 'INTERVAL/LENGTH')
     SMF744SSIZ(8 'STRUCT/SIZE' BIZ)
     SMF744SARC_VAL('TOTAL/ASYNCH/OPERS' 8 BIZ)
     SMF744SASQ('SUM/SQRS/SERVIC/TIME/ASYNCH' 6 P'Z,ZZ9@' BIZ)
     SMF744SATM('SUM/SERVIC/TIME/ASYNCH' 10 BIZ)
     SMF744SSTA_VAL('ASYNCH/REQS/NO RESRC' 8 BIZ)
     SMF744SSRC_VAL('CNT/TIMES/SYNCH/REQS' 8 BIZ)
     SMF744SSSQ('SUM-SQRS/SERVIC/TIME/SYNCH' 10 BIZ)
     SMF744SSTM('SUM/SERVIC/TIME/SYNCH' 10 BIZ)

SORT:  SMF74XNM SMF74SNM SMF74DTE SMF74TME SMF744SNAM
BREAK: SMF74SNM SPACE(PAGE)

 

Produce This SMF Report:


 08/14/07                                 RMF COUPLING ACTIVITY REPORT                                 PAGE    1
                                       SYSPLEX: SYSPL9   SYSTEM: S01

                                                        SUM
                                                        SQRS     SUM                CNT     SUM-SQRS     SUM
                  INTERVAL                     TOTAL   SERVIC   SERVIC    ASYNCH   TIMES     SERVIC     SERVIC
    CONNECTED      START   INTERVAL   STRUCT   ASYNCH   TIME     TIME      REQS    SYNCH      TIME       TIME
    STRUCTURE       TIME    LENGTH     SIZE    OPERS   ASYNCH   ASYNCH   NO RESRC   REQS     SYNCH      SYNCH
 ________________ ________ _________ ________ ________ ______ __________ ________ ________ __________ __________

 ACF2_LIDS        09:30:00 10:00.000   50,048   16,034 1,004M  2,013,709                68    184,508      3,490
 BERVM_SMI1       09:30:00 10:00.000    2,304
 BERVM_SMS2       09:30:00 10:00.000    2,304    3,459   200M    472,144                13    261,598      1,150
 BERVM_SMS3       09:30:00 10:00.000    2,304    1,025    28M    104,325                 5      9,526        208
 BERVM_SMT0       09:30:00 10:00.000    2,304    1,352    76M    160,125        3        4     15,481        241
 BERVM_SMZ0       09:30:00 10:00.000    2,304      885    18M     87,762                 6     17,237        307
 BERVM_SM10       09:30:00 10:00.000    2,304    1,070    91M    177,594                 5    230,667        667
 CRAF_HBP0        09:30:00 10:00.000   12,544      445    14M     51,859                93    111,532      2,456
 CRAF_HBP0        09:30:00 10:00.000   12,672      128 6,997K     20,516
 CRAF_HBP1        09:30:00 10:00.000   20,224      117 3,568K     16,920                 8      4,659        193
 CRAF_HBP1        09:30:00 10:00.000   20,096      367    16M     50,839       14       26     15,918        642
 CRAF_HBP16K0     09:30:00 10:00.000    5,376       14 1,471K      2,474                16      9,661        393
 CRAF_HBP16K0     09:30:00 10:00.000    5,376
 CRAF_HBP2        09:30:00 10:00.000   24,576       46   758K      5,104                 6      3,270        140
 CRAF_HBP2        09:30:00 10:00.000   24,448      183 2,708K     17,469                55     30,184      1,276
 CRAF_HBP32K      09:30:00 10:00.000   13,824       63 1,575K      7,444                33     21,962        850
 CRAF_HBP32K      09:30:00 10:00.000   13,824       33   674K      3,280
 CRAF_HBP8        09:30:00 10:00.000      640
 CRAF_HBP8        09:30:00 10:00.000      640       14   176K      1,311                15      9,393        375
 CRAF_HBP8K0      09:30:00 10:00.000    5,632      191 5,466K     24,221                21     25,874        640
 CRAF_HBP8K0      09:30:00 10:00.000    5,632        9 1,132K      2,970
 CSAF_LOCK1       09:30:00 10:00.000    8,064    2,658    53M    220,344            10,652 *****S****    264,935
 CSAF_SCA         09:30:00 10:00.000    8,192    1,588   167M    244,692                 8     52,673        649
 CTBA_GBP0        09:30:00 10:00.000    2,688       37   535K      3,595
 CTBA_GBP0        09:30:00 10:00.000    2,688       71 1,601K      6,251                41     28,214      1,074
 CTBA_GBP1        09:30:00 10:00.000    2,304       14   217K      1,213                14      9,086        356
 CTBA_GBP1        09:30:00 10:00.000    2,304
 CTBA_GBP11       09:30:00 10:00.000    1,920
 CTBA_GBP11       09:30:00 10:00.000    1,920       14   134K      1,108                14      8,815        351
 CTBA_GBP16K0     09:30:00 10:00.000      896       15   272K      1,488                14      8,664        348
 CTBA_GBP16K0     09:30:00 10:00.000    1,024
 CTBA_GBP2        09:30:00 10:00.000    2,816       30   629K      3,219
 CTBA_GBP2        09:30:00 10:00.000    2,688       56   772K      4,903                33     23,489        879
 CTBA_GBP21       09:30:00 10:00.000    1,408
 CTBA_GBP21       09:30:00 10:00.000    1,408       14   119K      1,054                14      8,754        350
 CTBA_GBP32K      09:30:00 10:00.000    1,664       57 1,087K      5,867                31     21,332        812
 CTBA_GBP32K      09:30:00 10:00.000    1,792       29   414K      2,642
 CTBA_GBP8K0      09:30:00 10:00.000    2,048       30   352K      2,486
 CTBA_GBP8K0      09:30:00 10:00.000    2,048       55   807K      5,043                34     23,816        898
 CTBA_LOCK1       09:30:00 10:00.000    3,072    1,046 8,942K     78,236             3,400 22,415,563     81,367
 CTBA_SCA         09:30:00 10:00.000    3,456    1,759    59M    253,463        1       13     84,538      1,048
 CTLF_GBP0        09:30:00 10:00.000    8,448       10   122K      1,012
 CTLF_GBP0        09:30:00 10:00.000    8,320       37   782K      4,313                16     10,471        409
 CTLF_GBP1        09:30:00 10:00.000   12,544       15   359K      1,459                13      8,241        327
 CTLF_GBP1        09:30:00 10:00.000   12,672
 CTLF_GBP16K0     09:30:00 10:00.000    1,664       30   262K      2,249
 CTLF_GBP16K0     09:30:00 10:00.000    1,664       56   443K      3,703                33  6,709,361      3,423
 CTLF_GBP2        09:30:00 10:00.000    8,320       15   389K      1,656                13      8,141        325
 CTLF_GBP2        09:30:00 10:00.000    8,448
 CTLF_GBP32K      09:30:00 10:00.000    3,584       30   272K      2,255
 CTLF_GBP32K      09:30:00 10:00.000    3,584       57 1,922K      6,194                32     22,436        846

 
08/14/09                                 RMF COUPLING ACTIVITY REPORT                                 PAGE    2
                                       SYSPLEX: SYSPL9   SYSTEM: S01

                                                        SUM
                                                        SQRS     SUM                CNT     SUM-SQRS     SUM
                  INTERVAL                     TOTAL   SERVIC   SERVIC    ASYNCH   TIMES     SERVIC     SERVIC
    CONNECTED      START   INTERVAL   STRUCT   ASYNCH   TIME     TIME      REQS    SYNCH      TIME       TIME
    STRUCTURE       TIME    LENGTH     SIZE    OPERS   ASYNCH   ASYNCH   NO RESRC   REQS     SYNCH      SYNCH
 ________________ ________ _________ ________ ________ ______ __________ ________ ________ __________ __________

 CTLF_GBP8K0      09:30:00 10:00.000    4,096       15   353K      1,473                13      7,933        321
 CTLF_GBP8K0      09:30:00 10:00.000    4,096
 CTLF_LOCK1       09:30:00 10:00.000    4,992    1,214    11M     94,508             4,807 88,328,922    125,032
 CTLF_SCA         09:30:00 10:00.000    3,328    1,581    51M    225,834                 4     26,085        323
 CTOC_GBP0        09:30:00 10:00.000    3,456       50 1,690K      5,850
 CTOC_GBP0        09:30:00 10:00.000    3,456      117 8,598K     16,027                32     22,793        853
 CTOC_GBP1        09:30:00 10:00.000    5,376  112,254 9,213M 18,493,219        4    3,040 35,668,753    110,881
 CTOC_GBP1        09:30:00 10:00.000    5,376      555    21M     84,176
 CTOC_GBP16K0     09:30:00 10:00.000    1,280
 CTOC_GBP16K0     09:30:00 10:00.000    1,280       14   105K      1,061                14      8,260        340
 CTOC_GBP2        09:30:00 10:00.000    5,504    1,033   115M    222,123               787 38,159,579     24,539
 CTOC_GBP2        09:30:00 10:00.000    5,504      732    39M    127,868                 1        529         23
 CTOC_GBP32K      09:30:00 10:00.000    1,536       30   320K      2,389
 CTOC_GBP32K      09:30:00 10:00.000    1,536       58   895K      4,993                33  5,624,615      3,203
 CTOC_GBP8K0      09:30:00 10:00.000    2,048       56   626K      4,361                33     22,278        856
 CTOC_GBP8K0      09:30:00 10:00.000    2,048       30   725K      3,022
 CTOC_LOCK1       09:30:00 10:00.000    4,096    5,707   130M    520,062            10,994 *****S****    338,972
 CTOC_SCA         09:30:00 10:00.000    1,920    1,606    55M    242,189        1        6     39,090        484
 CTTF_GBP0        09:30:00 10:00.000    8,320      919    26M    112,207                 1        529         23
 CTTF_GBP0        09:30:00 10:00.000    8,320    4,400   325M    645,466               153  1,551,026      6,028
 CTTF_GBP1        09:30:00 10:00.000   32,512   57,719 2,150M  5,634,117    1,071    6,178 33,254,757    163,883
 CTTF_GBP1        09:30:00 10:00.000   32,640    5,404   206M    724,337                81     45,930      1,924
 CTTF_GBP16K0     09:30:00 10:00.000    5,376
 CTTF_GBP16K0     09:30:00 10:00.000    5,376       15    77K        951                13      8,035        323
 CTTF_GBP2        09:30:00 10:00.000   32,512   17,088 1,177M  2,471,064    1,131    7,981 61,967,099    203,089
 CTTF_GBP2        09:30:00 10:00.000   32,512    3,385   423M    515,302               151     84,553      3,571
 CTTF_GBP32K      09:30:00 10:00.000   10,752      656    64M    165,137                42     21,778        956
 CTTF_GBP32K      09:30:00 10:00.000   10,752    1,293   108M    319,735               191    351,906      5,634
 CTTF_GBP8        09:30:00 10:00.000      512      318 3,979K     26,878               251    109,958      5,242
 CTTF_GBP8        09:30:00 10:00.000      512       13   460K      2,267
 CTTF_GBP8K0      09:30:00 10:00.000    5,632      270 9,077K     39,335
 CTTF_GBP8K0      09:30:00 10:00.000    5,632    1,160    42M    140,510                68    174,474      2,032
 CTTF_LOCK1       09:30:00 10:00.000   29,184   25,062   730M  2,086,495            72,151 *****S****  1,831,872
 CTTF_SCA         09:30:00 10:00.000    8,192    1,667    90M    248,925                 5     31,698        398
 CTZF_GBP0        09:30:00 10:00.000    7,552      129 6,075K     20,228                 1        841         29
 CTZF_GBP0        09:30:00 10:00.000    7,552      479    20M     73,993        1       36     24,738        942
 CTZF_GBP1        09:30:00 10:00.000   15,104    2,328    85M    325,305               145    431,041      4,537
 CTZF_GBP1        09:30:00 10:00.000   15,104    1,080    37M    146,591                 7      3,848        164
 CTZF_GBP16K0     09:30:00 10:00.000    1,664       30   368K      2,500
 CTZF_GBP16K0     09:30:00 10:00.000    1,664       57   745K      4,820                31     21,507        815
 CTZF_GBP2        09:30:00 10:00.000    8,576      455    27M     61,207                40     30,271      1,085
 CTZF_GBP2        09:30:00 10:00.000    8,576      298    22M     41,913                 1        784         28
 CTZF_GBP32K      09:30:00 10:00.000    2,304       29 1,461K      3,752
 CTZF_GBP32K      09:30:00 10:00.000    2,304       56 1,006K      5,024                34     23,225        887
 CTZF_GBP8        09:30:00 10:00.000      512      117 1,930K     12,466                38     29,333      1,015
 CTZF_GBP8        09:30:00 10:00.000      640       67 1,486K      8,575
 CTZF_GBP8K0      09:30:00 10:00.000    4,864       42 1,794K      7,158                 3      1,638         70
 CTZF_GBP8K0      09:30:00 10:00.000    4,864      184    15M     37,988                54     27,391      1,213
 CTZF_LOCK1       09:30:00 10:00.000    5,888    4,592   144M    384,811             8,320 *****S****    230,595
 CTZF_SCA         09:30:00 10:00.000    3,328    1,861    94M    284,565                 5     31,692        398
 DFHXQLS_DFHTSA01 09:30:00 10:00.000    1,408

 ...

See other sample SMF reports.

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