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 111 Record

This table shows the record layout for type 111 SMF records
(CICS Transaction Gateway - V9.2).

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

Purpose: SMF 111 records contain statistics for the CICS Transaction Gateway.

End of day and shutdown statistics

End of day and shutdown statistics will always be attempted to be written to SMF regardless of whether the stats recording parameter is set to on or off. A message will be logged if this attempt fails.

Interval correlation number

Interval Statistics are captured at predefined intervals by issuing requests for them to be recorded at the correct time.

The interval statistics component, will periodically request the SMF recording facility, to record statistics information. The interval statistics component will take a snapshot of all current statistics and send them to the SMF recorder. The SMF recorder will format the statistics into the documented SMF record format. This data will then be output to the SMF facility. Every time the interval statistics component issues a request to record statistics, a unique number will be generated. This number is known as the interval correlation number and is unique, for a specific CICS TG instance, over the lifetime of that CICS TG.

The interval correlation number is included as an external field in every SMF record header.

The SMF subsystem allows a maximum of 30KB per record. If the formatted data for a statistics request exceeds 30KB, the data is split across multiple SMF records. Each SMF record is given the same interval correlation number. This correlation allows the records relevant to an individual statistics interval to be linked together

Correlating multiple SMF records within the same interval

The timestamp and datestamp fields, SMF111_COLTIME and SMF111_COLDATE are used to correlate records for a specific CICS TG APPLID. A CICS TG instance can not have intervals of less than 1 minute, so these fields can be used to identify the record. This correlation is valid if the CICS TG is stopped and restarted, where as the interval count gets reset at a stop and restart.

It is anticipated that there will not be a need for multiple records unless there are a large number of servers, as the CICS TG will write data of a size of greater than 30KB.

It's easy to report on SMF 111 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 111 Record -- CICS Transaction Gateway - V9.2
Offset
(Dec.)
Offset
(Hex)
NameLengthFormatDescription
00SMF111LEN2binary
Record length.
22SMF111SEG2binary
Segment descriptor.
44SMF111FLG1binary
Operating system indicator. The Gateway daemon sets this value to X'C0' to indicate that the CICS TG record supports triplets.
55SMF111RTY1binary
Record type 111 (X'6F')
66SMF111TME4packed
Time since midnight, in hundredths of a second, when the record was moved into the SMF buffer.
10ASMF111DTE4packed
Date that the record was moved into the SMF buffer, in the form 0cyydddF.
14ESMF111SID4EBCDIC
System identification (from the SID parameter).
180SMF111_
SSI
4EBCDIC
Subsystem identification (C'CTGZ')
220SMF111_
STY
2binary
Record subtype. CICS TG only uses one subtype. This value will always be zero.
240SMF111_
TRN
2Binary
Number of triplets 2
260--2
280SMF111_
APS
4binary
Offset to product section
320SMF111_
LPS
2binary
Length of product section.
340SMF111_
NPS
2binary
Number of product sections. Always 1.
360SMF111_
ASS
4binary
Offset to DATA section
400SMF111_
ASL
2binary
Length of DATA section. (The total length of all the CICS TG records included in the data section.)
420SMF111_
ASN
2binary
Number of DATA sections. Always 1.
Product Section

This section describes the generic product section for the SMF record for type 111 records.

The Gateway daemon fills in all the fields in this section. Parts of the record are of fixed format and common to all SMF products. Some parts of this record are specific to CICS TG.

(Offset from beginning of record: SMF111_APS)
00SMF111_
RVN
2binary
Record version (X'0VRM') Each letter represents a numeric digit from values 0 to 9
V = Version
R = Release
M = Maintenance
Version 7.1.0 of CICS TG would be represented as X'0710'
20SMF111_
PRN
8EBCDIC
Generic product name (C'CICSTGGW')
100SMF111_
SPN
8EBCDIC
Gateway daemon identifier. CICS TG APPLID will be used. If the APPLID is not set the Jobname will be used.
180SMF111_
MFL
2binary
Record maintenance indicator 0
200--2
220SMF111_
STATTYPE
1binary
Statistics type - This is the event that drives the statistic to be recorded.
X'00' for interval
X'01' for end of day
X'02' for shutdown
230--1
240SMF111_
COLDATE
4packed
Collection date (OCYYDDD+) Local time. Set to the time the Gateway daemon requests that records for a statistics interval are cut. This represents the time that the interval is initially requested. Time to process the interval data and perform the I/O is not included. The value corresponds to the statint and stateod values in the CICS TG .ini file. The date that the record is written is filled in by SMF in SMF111_SMFSTDTE.
280SMF111_
COLTIME
4packed
Collection time (OOHHMMSS) Local time. The last byte is used, it is not reserved or set to +. Set to the time the Gateway daemon requests that records for a statistics interval are cut. This represents the time that the interval is initially requested. Time to process the interval data and perform the I/O is not included. The value corresponds to the statint and stateod values in the CICS TG .ini file. The time that the record is written is filled in by SMF in SMF111_SMFTME. 32 0 MF111_LOCOFFSET 4 Signed binary Offset from GMT to local time is seconds. Signed integer Number to add to the system local time to derive GMT
360SMF111_
LSTRESET
4binary
The period of time (in seconds) since the last reset. If the first time stats have been issued in the lifetime of the CICS TG this represents time since initialization. The reset is performed each time that interval statistics are cut.
400SMF111_
INTERVAL
4binary
Interval seconds. (Length of time remaining before the next interval.)
440SMF111_
INTVCOUNT
4binary
Interval number. (A sequence number that increments each time an interval is requested. The scope of this is within a specific CICS TG gateway daemon instance, for the lifetime of that gateway daemon. The first interval is defined as 1.)
CICS TG Statistics record header

This section describes the CICS TG Statistics record header.

The data section contains a number of statistics records. Each statistics record has a header. The header is common to all CICS TG statistics records. It is possible to work out the type of data that follows the record from the SMF111_RECID and SMF111_RECVER fields.

There is one instance of each CICS TG statistics record except for CSX statistics for EXCI and IPIC where there are multiple instances of the records within one SMF record. This is because there is one CSX statistics record for each server, uniquely identified by the netname of the server. The netname (SMF111_CSX_SAPPLID) is unique for each CSX statistics record.

(Offset from beginning of record: SMF111_ASS)
00SMF111_
DATALEN
2binary
Length of record Length of this header record + the length of the data that follows
20SMF111_
RECID
2binary
Record ID resource group Each CICS TG stats resource group will have a numeric ID allocated to it.
X'00' CM
X'01' CS
X'02' CSx for EXCI
X'03' GD
X'04' PH
X'05' WT
X'06' SE_RECORDID
X'07' CSx for IPIC
X'08' WS
X'09' WSx
40SMF111_
RECVER
1binary
Data section version (A combination of SMF111_RECID and SMF111_RECVER controls the version of the struct. As structs are fixed length, we need to change SMF111_RECVER every time a stat is added to a resource group (in between releases).)
50SMF111_
ALIGN1
3
Connection Manager (CM) statistics SMF data

This section describes the CICS TG CM statistics format for writing SMF records.

(Offset from beginning of record: SMF111_CM_OFF)
00SMF111_
CM_
CALLOC
4binary
Currently allocated connection managers
40SMF111_
CM_
CCURR
4binary
Current number of connection managers
80SMF111_
CM_
CWAITING
4binary
Number of connection managers waiting
120SMF111_
CM_
LTIMEOUTS
4binary
Number of times connect time out reached
160SMF111_
CM_
SINIT
4binary
Initial number of connection managers
200SMF111_
CM_
SMAX
4Signed binary
Maximum number of connection managers
240SMF111_
CM_
ITIMEOUTS
4binary
Number of times connect time out reached
280SMF111_
CM_
IALLOCHI
4binary
Peak number of allocated connection manager threads
320SMF111_
CM_
ICREATED
4binary
Number of connection manager threads created
360SMF111_
CM_
IALLOC
4binary
Number of times a connection manager thread was allocated
400SMF111_
CM_
LALLOC
4binary
Number of allocations for connection manager threads representing the number of connections that have been established from remote clients.
440--4
CICS Server all (CS) statistics SMF data

This section describes the CICS TG CS statistics format for writing SMF records.

(Offset from beginning of record: SMF111_CS_OFF)
00SMF111_
CS_
CALLOC
4binary
Number of EXCI pipes allocated
40SMF111_
CS_
LALLOCFAIL
4binary
Number of EXCI pipe allocate failures
80SMF111_
CS_
LALLREQ
4binary
Number of requests processed
120SMF111_
CS_
LCOMMSFAIL
4binary
Number of CICS communication failures
160SMF111_
CS_
LCOUNT
4binary
Number of CICS servers
200SMF111_
CS_
LREALLOC
4binary
Number of EXCI pipe reallocations
240SMF111_
CS_
SLOGONLIM
4binary
EXCI pipe limit
280SMF111_
CS_
SNETNAME
8EBCDIC
EXCI NETNAME
360SMF111_
CS_
IALLOCFAIL
4binary
Number of EXCI pipe allocate failures
400SMF111_
CS_
IALLREQ
4binary
Number of requests processed
440SMF111_
CS_
ICOMMSFAIL
4binary
Number of CICS communication failures
480SMF111_
CS_
ICOUNT
4binary
Number of CICS servers
520SMF111_
CS_
IREALLOC
4binary
Number of EXCI pipe reallocations
560SMF111_
CS_
IREQDATA
8binary
Amount of CICS request data
640SMF111_
CS_
LREQDATA
8binary
Amount of CICS request data
720SMF111_
CS_
IRESPDATA
8binary
Amount of CICS response data
800SMF111_
CS_
LRESPDATA
8binary
Amount of CICS response data
880SMF111_
CS_
SCOUNT
4binary
Number of defined CICS servers
920SMF111_
CS_
ICONNFAIL
4binary
Number of connect failures
960SMF111_
CS_
LCONNFAIL
4binary
Number of connect failures
1000SMF111_
CS_
ILOSTCON
4binary
Number of lost connections
1040SMF111_
CS_
LLOSTCON
4binary
Number of lost connections
1080SMF111_
CS_
LIDLETIMEOUT
4binary
Number of timed out connections
1120SMF111_
CS_
CSESSCURR
4binary
Number of IPIC sessions in use
1160SMF111_
CS_
CSESSMAX
4binary
Number of negotiated IPIC sessions
1200SMF111_
CS_
LSESSFAIL
4binary
Number of IPIC session failures
1240SMF111_
CS_
ISESSFAIL
4binary
Number of IPIC session failures
1280SMF111_
CS_
CWAITING
4binary
Number of requests waiting on a response
1320SMF111_
CS_
IIDLETIMEOUT
4binary
Number of timed out connections
1360SMF111_
CS_
IAVRESP
4binary
Average CICS response time
1400SMF111_
CS_
LAVRESP
4binary
Average CICS response time
CICS Server Instance (CSx) SMF statistics for EXCI

This section describes the CICS® TG CSx statistics format for EXCI.

There is one instance of each CICS TG statistics record, except for CSx statistics for EXCI and IPIC, where there are multiple instances of the records within one SMF record. This is because there is one CSx statistics record for each server, uniquely identified by the netname of the server. The netname (SMF111_CSx_SAPPLID) is unique for each CSx statistics record.

One record is written in an SMF interval, when the data collected is less than 30 Kbytes. If the data exceeds 30 Kbytes, multiple records are written. Correlation of multiple SMF records is achieved using the COLTIME field, in the product section data structure, as this is unique for each interval.

(Offset from beginning of record: SMF111_CSX_EXCI_OFF)
00SMF111_
CSX_
EXCI_
SAPPLID
8EBCDIC
CICS server name
80SMF111_
CSX_
EXCI_
CALLOC
4binary
Number of EXCI pipes allocated
120SMF111_
CSX_
EXCI_
LALLOCFAIL
4binary
Number of EXCI pipe allocate failures
160SMF111_
CSX_
EXCI_
LALLREQ
4binary
Number of requests processed
200SMF111_
CSX_
EXCI_
IALLOCFAIL
4binary
Number of EXCI pipe allocate failures
240SMF111_
CSX_
EXCI_
IALLREQ
4binary
Number of requests processed
280SMF111_
CSX_
EXCI_
IAVRESP
4binary
Average CICS response time
320SMF111_
CSX_
EXCI_
LAVRESP
4binary
Average CICS response time
360SMF111_
CSX_
EXCI_
LCOMMSFAIL
4binary
Number of CICS communication failures
400SMF111_
CSX_
EXCI_
IREQDATA
8binary
Amount of CICS request data
480SMF111_
CSX_
EXCI_
LREQDATA
8binary
Amount of CICS request data
560SMF111_
CSX_
EXCI_
IRESPDATA
8binary
Amount of CICS response data
640SMF111_
CSX_
EXCI_
LRESPDATA
8binary
Amount of CICS response data
720SMF111_
CSX_
EXCI_
SPROTOCOL
8EBCDIC
CICS server protocol
800SMF111_
CSX_
EXCI_
ICOMMSFAIL
4binary
Number of CICS communication failures
840SMF111_
CSX_
EXCI_
CWAITING
4binary
Number of requests waiting on a response
CICS Server Instance (CSx) SMF statistics for IPIC

This section describes the CICS® TG CSx statistics format for IPIC.

There is one instance of each CICS TG statistics record, except for CSx statistics for EXCI and IPIC, where there are multiple instances of the records within one SMF record. This is because there is one CSx statistics record for each server, uniquely identified by the netname of the server. The server name that is configured in the configuration file (SMF111_CSx_SININAME) is unique for each CSx statistics record.

One record is written in an SMF interval, when the data collected is less than 30 Kbytes. If the data exceeds 30 Kbytes, multiple records are written. Correlation of multiple SMF records is achieved using the COLTIME field, in the product section data structure, as this is unique for each interval.

(Offset from beginning of record: SMF111_CSX_IPIC_OFF)
00SMF111_
CSX_
IPIC_
SININAME
8EBCDIC
CICS server name
80SMF111_
CSX_
IPIC_
IREQDATA
8binary
Amount of CICS request data
160SMF111_
CSX_
IPIC_
LREQDATA
8binary
Amount of CICS request data
240SMF111_
CSX_
IPIC_
IRESPDATA
8binary
Amount of CICS response data
320SMF111_
CSX_
IPIC_
LRESPDATA
8binary
Amount of CICS response data
400SMF111_
CSX_
IPIC_
IALLREQ
4binary
Number of requests processed
440SMF111_
CSX_
IPIC_
LALLREQ
4binary
Number of requests processed
480SMF111_
CSX_
IPIC_
ICONNFAIL
4binary
Number of connection failures
520SMF111_
CSX_
IPIC_
LCONNFAIL
4binary
Number of lost connections
560SMF111_
CSX_
IPIC_
ILOSTCONN
4binary
Number of lost connections
600SMF111_
CSX_
IPIC_
LLOSTCONN
4binary
Number of lost connections
640SMF111_
CSX_
IPIC_
IIDLETIMEOUT
4binary
Number of timed out connections
680SMF111_
CSX_
IPIC_
LIDLETIMEOUT
4binary
Number of timed out connections
720SMF111_
CSX_
IPIC_
SIPADDR
104EBCDIC
CICS server TCP/IP address
1760SMF111_
CSX_
IPIC_
SIPPORT
4binary
CICS server TCP/IP port
1800SMF111_
CSX_
IPIC_
CSESSCURR
4binary
Number of IPIC sessions in use
1840SMF111_
CSX_
IPIC_
CSESSMAX
4binary
Number of negotiated IPIC sessions
1880SMF111_
CSX_
IPIC_
SSESSMAX
4binary
Number of requested IPIC sessions
1920SMF111_
CSX_
IPIC_
LSESSFAIL
4binary
Number of IPIC session failures
1960SMF111_
CSX_
IPIC_
ISESSFAIL
4binary
Number of IPIC session failures
2000SMF111_
CSX_
IPIC_
SPROTOCOL
8EBCDIC
CICS server protocol
2080SMF111_
CSX_
IPIC_
LCOMMSFAIL
4binary
Number of CICS communication failures
2120SMF111_
CSX_
IPIC_
ICOMMSFAIL
4binary
Number of CICS communication failures
2160SMF111_
CSX_
IPIC_
CWAITING
4binary
Number of requests waiting on a response
2200SMF111_
CSX_
IPIC_
IAVRESP
4binary
Average CICS response time
2240SMF111_
CSX_
IPIC_
LAVRESP
4binary
Average CICS response time
2280SMF111_
CSX_
IPIC_
CAPPLIDQ
8EBCDIC
APPLID qualifier of the connected CICS server
2360SMF111_
CSX_
IPIC_
CAPPLID
8EBCDIC
APPLID of the connected CICS server
2440--4
Gateway daemon (GD) statistics SMF data

This section describes the CICS TG Gateway daemon statistics format for writing SMF records.

(Offset from beginning of record: SMF111_GD_OFF)
00SMF111_
GD_
CHEALTH
4binary
Gateway daemon health
40SMF111_
GD_
CSTATUS
16EBCDIC
Gateway daemon status
200SMF111_
GD_
LALLREQ
4binary
Number of requests processed
240SMF111_
GD_
LLUWTXNC
4binary
Extended LUW transactions committed
280SMF111_
GD_
LLUWTXNR
4binary
Extended LUW transactions rolled back
320SMF111_
GD_
LRUNTIME
8binary
Gateway daemon running time
400SMF111_
GD_
LSYNCTXN
4binary
Successful SYNCONRETURN transactions
440SMF111_
GD_
LXATXNC
4binary
XA commit requests successfully processed
480SMF111_
GD_
LXATXNR
4binary
XA rollback requests successfully processed
520SMF111_
GD_
SNAME
8EBCDIC
Gateway daemon name
600SMF111_
GD_
IALLREQ
4binary
Number of requests processed
640SMF111_
GD_
IRUNTIME
4binary
Interval running time
680SMF111_
GD_
ISYNCTXN
4binary
Successful SYNCONRETURN transactions
720SMF111_
GD_
IXATXNC
4binary
XA commit requests successfully processed
760SMF111_
GD_
IXATXNR
4binary
XA rollback requests successfully processed
800SMF111_
GD_
ILUWTXNC
4binary
Extended LUW transactions committed
840SMF111_
GD_
ILUWTXNR
4binary
Extended LUW transactions rolled back
880SMF111_
GD_
IAVRESP
4binary
Average Gateway daemon response time
920SMF111_
GD_
LAVRESP
4binary
Average Gateway daemon response time
960SMF111_
GD_
IREQDATA
8binary
Amount of Java client request data
1040SMF111_
GD_
LREQDATA
8binary
Amount of Java client request data
1120SMF111_
GD_
IRESPDATA
8binary
Amount of Java client response data
1200SMF111_
GD_
LRESPDATA
8binary
Amount of Java client response data
1280SMF111_
GD_
CSYNCTXN
4binary
Number of SYNCONRETURN transactions
1320SMF111_
GD_
CLUWTXN
4binary
Number of Extended LUW transactions
1360SMF111_
GD_
CXATXN
4binary
Number of XA transactions
1400SMF111_
GD_
LXAREQ
4binary
Number of XA requests
1440SMF111_
GD_
IXAREQ
4binary
Number of XA requests
1480SMF111_
GD_
SAPPLID
8EBCDIC
CICS TG APPLID
1560SMF111_
GD_
SAPPLIDQ
8EBCDIC
CICS TG APPLID qualifier
1640SMF111_
GD_
SSTATINT
6EBCDIC
Length of the statistics interval HHMMSS
1700SMF111_
GD_
SSTATEOD
6EBCDIC
Logical End Of Day time HHMMSS
1760SMF111_
GD_
CNEXTRESET
6EBCDIC
End of interval time HHMMSS
1820--2
1840SMF111_
GD_
LHAEXIT
4binary
Times the CICS request exit was called
1880SMF111_
GD_
IHAEXIT
4binary
Times the CICS request exit was called
1920SMF111_
GD_
LSYNCFAIL
4binary
SYNCONRETURN transactions that have failed for the duration of the Gateway daemon process
1960SMF111_
GD_
ISYNCFAIL
4binary
SYNCONRETURN transactions that have failed in the current interval
2000SMF111_
GD_
SDFLTSRV
8EBCDIC
The default CICS server for the CICS Transaction Gateway
2080SMF111_
GD_
SHOSTNAME
128EBCDIC
The host name of the CICS Transaction Gateway computer
3360SMF111_
GD_
LXACOMP
4binary
XA transactions completed for HA group
3400SMF111_
GD_
IXACOMP
4binary
XA transactions completed for HA group
3440SMF111_
GD_
LXATXNHI
4binary
Peak number of in flight XA transactions
3480SMF111_
GD_
IXATXNHI
4binary
Peak number of in flight XA transactions
3520SMF111_
GD_
LAVRESPIO
4binary
Average Gateway daemon response time with I/O
3560SMF111_
GD_
IAVRESPIO
4binary
Average Gateway daemon response time with I/O
Protocol handler (PH) statistics SMF data

This section describes the CICS TG PH statistics format.

(Offset from beginning of record: SMF111_PH_OFF)
00SMF111_
PH_
SPORTSSL
4Signed binary
SSL protocol handler port number
40SMF111_
PH_
SPORTTCP
4Signed binary
TCP protocol handler port number
System environment (SE) statistics SMF data

This section describes the CICS TG SE statistics format.

(Offset from beginning of record: SMF111_WT_OFF)
00SMF111_
SE_
SELIM
4binary
Amount of available memory ELIM
40SMF111_
SE_
CELOAL
4binary
Amount of used memory ELOAL
80SMF111_
SE_
CHEAPGCMIN
8binary
JVM heap size after GC
160SMF111_
SE_
SHEAPINIT
8binary
JVM initial heap size
240SMF111_
SE_
SHEAPMAX
8binary
JVM maximum heap size
320SMF111_
SE_
IGCTIME
8binary
JVM GC time
400SMF111_
SE_
LGCTIME
8binary
JVM GC time
480SMF111_
SE_
IGCCOUNT
8binary
JVM GC count
560SMF111_
SE_
LGCCOUNT
8binary
JVM GC count
640SMF111_
SE_
C31MAX
4binary
Limit of used memory ELOAL
Worker thread (WT) statistics SMF data

This section describes the CICS TG WT statistics format.

(Offset from beginning of record: SMF111_SE_OFF)
00SMF111_
WT_
CALLOC
4BINARY
Currently allocated worker threads
40SMF111_
WT_
CCURR
4binary
Current number of worker threads
80SMF111_
WT_
LTIMEOUTS
4binary
Number of times worker time out reached
120SMF111_
WT_
SINIT
4binary
Initial number of worker threads
160SMF111_
WT_
SMAX
4signed binary
Maximum number of worker threads
200SMF111_
WT_
ITIMEOUTS
4binary
Number of times worker time out reached
240SMF111_
WT_
IALLOCHI
4binary
Peak number of allocated worker threads
280--4
Web service all (WS) statistics SMF data

CICS Transaction Gateway WS statistics use this format for writing SMF records.

(Offset from beginning of record: SMF111_WS_OFF)
00SMF111_
WS_
CREQ
4binary
The current number of inflight web service transactions. These transactions might or might not be active in CICS. However, they represent one mirror transaction, which might be in a suspended state.
40SMF111_
WS_
CWAITING
4binary
The current number of web services waiting for a worker thread to become available.
80SMF111_
WS_
IALLREQ
4binary
The number of web service requests that have been processed. Successful and failed requests are included.
230SMF111_
WS_
IAVRESP
4binary
The average time in milliseconds for web services to respond to requests from remote clients. Successful and failed requests are included. This value includes the CICS response time, as provided by the corresponding CS_LAVRESP statistic.
160SMF111_
WS_
IREQHI
4binary
The peak number of concurrent web service transactions that have been in flight at the same time.
200SMF111_
WS_
IREQDATA
8binary
The amount of application request data (in bytes) received from clients of all web services.
280SMF111_
WS_
IRESPDATA
8binary
The amount of application response data (in bytes) returned to clients of all web services.
360SMF111_
WS_
LALLREQ
4binary
The number of web service requests that have been processed. Successful and failed requests are included.
400SMF111_
WS_
LAVRESP
4binary
The average time in milliseconds for web services to respond to requests from remote clients. Successful and failed requests are included. This value includes the CICS response time, as provided by the corresponding CS_LAVRESP statistic.
440SMF111_
WS_
LREQHI
4binary
The peak number of concurrent web service transactions that have been in flight at the same time.
480SMF111_
WS_
LREQDATA
8binary
The amount of application request data (in bytes) received from clients of all web services.
560SMF111_
WS_
LRESPDATA
8binary
The amount of application response data (in bytes) returned to clients of all web services.
640SMF111_
WS_
SCOUNT
4binary
The number of web services defined in the configuration file.
Web service instance (WSx) SMF statistics

CICS Transaction Gateway statistics records normally have only one instance. The exceptions are CSx and WSx statistics.

The WSx statistics for web services have multiple instances of the statistics records in one SMF record because each web service has one WSx statistics record uniquely identified by the name of the web service. The web service name that is specified in the configuration file, CTG_WSx_SININAME is unique for each WSx statistics record. If the server name contains one or more underscore characters (_), they are replaced by minus characters (-).

One record is written in an SMF interval when the data collected is less than 30 KB. If the data exceeds 30 KB, multiple records are written. Multiple SMF records are correlated with the COLTIME field in the product section data structure, because this is unique for each interval.

(Offset from beginning of record: SMF111_WSX_OFF)
00SMF111_
WSX_
SININAME
8EBCDIC
Web service name
80SMF111_
WSX_
CREQ
4binary
The current number of inflight web service transactions. These transactions might or might not be active in CICS. However, they represent one mirror transaction, which might be in a suspended state.
120SMF111_
WSX_
IALLREQ
4binary
The number of web service requests that have been processed. Successful and failed requests are included.
160SMF111_
WSX_
IAVRESP
4binary
The average time in milliseconds for web service x to respond to requests from remote clients. Successful and failed requests are included. This value includes the CICS response time, as provided by the corresponding CS_LAVRESP statistic.
200SMF111_
WSX_
IREQHI
4binary
The peak number of concurrent web service transactions that have been in flight at the same time.
240SMF111_
WSX_
IREQDATA
8binary
The amount of application request data (in bytes) received from clients of web service x.
320SMF111_
WSX_
IRESPDATA
8binary
The amount of application response data (in bytes) returned to clients of web service x.
400SMF111_
WSX_
LALLREQ
4binary
The number of web service requests that have been processed. Successful and failed requests are included.
440SMF111_
WSX_
LAVRESP
4binary
The average time in milliseconds for web service x to respond to requests from remote clients. Successful and failed requests are included. This value includes the CICS response time, as provided by the corresponding CS_LAVRESP statistic.
480SMF111_
WSX_
LREQHI
4binary
The peak number of concurrent web service transactions that have been in flight at the same time.
520SMF111_
WSX_
LREQDATA
8binary
The amount of application request data (in bytes) received from clients of web service x.
600SMF111_
WSX_
LRESPDATA
8binary
The amount of application response data (in bytes) returned to clients of web service x.
680SMF111_
WSX_
SEIBTRNID
4EBCDIC
The CICS EIBTRNID transaction identifier for requests to this web service.
720SMF111_
WSX_
SMIRROR
4EBCDIC
The name of the CICS mirror transaction under which requests to this web service run.
800SMF111_
WSX_
SPROGRAM
8EBCDIC
The name of the CICS program that implements this web service.
880SMF111_
WSX_
SSERVER
8EBCDIC
The CICS server that requests to this web service are sent.
960SMF111_
WSX_
SURI
256EBCDIC
The URI that requests to this web service are sent.

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