TCP/IP Data Collection and Reporting Tables (MF User)
This section provides information to help you define the parameters of your COLLECT and custom REPORT statements. See COLLECT Statement and REPORT Statement for Custom Reports for information.
Performance Test for Mainframe Servers provides the following tables of data collection and reporting criteria:
Most report tables are broken into two sections:
- Report fields: Collect any or all of these fields during playback. Then build custom reports containing the fields you need.
- Statistic fields: These fields report counts, minimum and maximum values, averages, and sums of specified report fields. You do not collect statistic fields, but do collect the field the statistic is based on. For example, collect SocketsDuration from the SOCKETS table to report the SUM of SocketsDuration on a PLAYBACK report.
While sorting the collected data, Performance Test for Mainframe Servers calculates statistics for that data. Report the statistic by specifying any or all of the statistics fields on your REPORT statements.
Additionally, statistics are relative to the table from which they are reported.
The tables include the long and short name for each report field. Use either on the FIELDS declarations of your COLLECT and REPORT statements.
PLAYBACK table
The PLAYBACK table includes both report and statistic fields.
PLAYBACK report fields
COLLECT any or all of the following fields and REPORT them on customized PLAYBACK reports.
Long Field Names | Short Field Names |
---|---|
JobName | JBNA |
JobNumber | JBNU |
OwnerName | OWNA |
PlaybackDuration | PLDR |
PlaybackFinishTime | PLFT |
PlaybackName | PLNA |
PlaybackNumber | PLNU |
PlaybackReturnCode | PLRC |
PlaybackStartTime | PLST |
SocketsStatementCount | SOSC |
SystemName | SYNA |
PLAYBACK statistic fields
REPORT any of the following statistics on customized PLAYBACK reports.
Statistics | For Field (long names) | Field Short Names | Collect from Table |
---|---|---|---|
MIN or MAX | SocketsReturnCode | SORC | SOCKETS |
MIN or MAX | ScriptReturnCode | SCRC | SCRIPT |
AVG, MIN, MAX, or SUM | SocketsDuration | SODR | SOCKETS |
AVG, MIN, MAX, or SUM | ScriptDuration | SCDR | SCRIPT |
AVG, MIN, MAX, or SUM | ConnectionDuration | CNDR | CONNECTION |
AVG, MIN, MAX, or SUM | MessageDuration | MSDR | MESSAGE |
AVG, MIN, MAX, or SUM | InitialResponseTime | RTIN | MESSAGE |
AVG, MIN, MAX, or SUM | FinalResponseTime | RTFN | MESSAGE |
AVG, MIN, or MAX | BytesSentRate | BYSR | MESSAGE |
AVG, MIN, or MAX | BytesReceivedRate | BYRR | MESSAGE |
SUM | ScriptStatementCount | SCSC | SOCKETS |
AVG, MIN, MAX, or SUM | ConnectionCount | CNCT | SCRIPT |
AVG, MIN, MAX, or SUM | MessageCount | MSCT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsAttempted | CNAT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsRefused | CNRF | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsTimedOut | CNTO | CONNECTION |
AVG, MIN, MAX, or SUM | TimeToConnect | TMTC | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionRefusal | TMCR | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionTimedOut | TMCT | CONNECTION |
MIN or MAX | ConnectionStatus | CNSC | CONNECTION |
AVG, MIN, or MAX | ConnectionRate | CNRT | SCRIPT |
AVG, MIN, or MAX | MessageRate | MSRT | CONNECTION |
AVG, MIN, MAX, or SUM | RequestByteCount | RQCT | MESSAGE |
MIN or MAX | RequestVersionNumber | RQVN | MESSAGE |
AVG, MIN, MAX, or SUM | RequestHeaderCount | RQHC | MESSAGE |
CNT | RequestHeadersnnnn1 | RQHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyLineCount | RQBL | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyByteCount | RQBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseByteCount | RSCT | MESSAGE |
MIN or MAX | ResponseVersionNumber | RSVN | MESSAGE |
MIN or MAX | ResponseStatusCode | RSSC | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseHeaderCount | RSHC | MESSAGE |
CNT | ResponseHeadernnnn 11 | RSHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyByteCount | RSBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyLineCount | RSBL | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseByteCount | EXCT | MESSAGE |
MIN or MAX | ExpResponseVersionNumber | EXVN | MESSAGE |
MIN or MAX | ExpResponseStatusCode | EXSC | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseHeaderCount | EXHC | MESSAGE |
CNT | ExpResponseHeadernnnn1 | EXHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyByteCount | EXBB | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyLineCount | EXBL | MESSAGE |
Where nnnn is the Header Field Identifier. See Valid Values for RequestHeadernnnn, ResponseHeadernnnn, ExpResponseHeadernnnn, for a list of identifiers. |
SOCKETS table
The SOCKETS table includes both report and statistic fields.
SOCKETS report fields
COLLECT any or all of the following fields and REPORT them on customized SOCKETS reports.
Long Field Names | Short Field Names |
---|---|
PlaybackNumber | PLNU |
ScriptStatementCount | SCSC |
SocketsDuration | SODR |
SocketsFinishTime | SOFT |
SocketsID | SOID |
SocketsNumber | SONU |
SocketsReturnCode | SORC |
SocketsStartTime | SOST |
SOCKETS statistic fields
REPORT any of the following statistics on customized SOCKETS reports.
Statistics | For Field (long names) | Field Short Names | Collect from Table |
---|---|---|---|
MIN or MAX | ScriptReturnCode | SCRC | SCRIPT |
AVG, MIN, MAX, or SUM | ScriptDuration | SCDR | SCRIPT |
AVG, MIN, MAX, or SUM | ConnectionDuration | CNDR | CONNECTION |
AVG, MIN, MAX, or SUM | MessageDuration | MSDR | MESSAGE |
AVG, MIN, MAX, or SUM | InitialResponseTime | RTIN | MESSAGE |
AVG, MIN, MAX, or SUM | FinalResponseTime | RTFN | MESSAGE |
AVG, MIN, or MAX | BytesSentRate | BYSR | MESSAGE |
AVG, MIN, or MAX | BytesReceivedRate | BYRR | MESSAGE |
AVG, MIN, MAX, or SUM | ConnectionCount | CNCT | SCRIPT |
AVG, MIN, MAX, or SUM | MessageCount | MSCT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsAttempted | CNAT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsRefused | CNRF | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsTimedOut | CNTO | CONNECTION |
AVG, MIN, MAX, or SUM | TimeToConnect | TMTC | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionRefusal | TMCR | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionTimedOut | TMCT | CONNECTION |
MIN or MAX | ConnectionStatus | CNSC | CONNECTION |
AVG, MIN, or MAX | ConnectionRate | CNRT | SCRIPT |
AVG, MIN, or MAX | MessageRate | MSRT | CONNECTION |
AVG, MIN, MAX, or SUM | RequestByteCount | RQCT | MESSAGE |
MIN or MAX | RequestVersionNumber | RQVN | MESSAGE |
AVG, MIN, MAX, or SUM | RequestHeaderCount | RQHC | MESSAGE |
CNT | RequestHeadersnnnn1 | RQHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyLineCount | RQBL | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyByteCount | RQBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseByteCount | RSCT | MESSAGE |
MIN or MAX | ResponseVersionNumber | RSVN | MESSAGE |
MIN or MAX | ResponseStatusCode | RSSC | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseHeaderCount | RSHC | MESSAGE |
CNT | ResponseHeadernnnn1 | RSHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyByteCount | RSBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyLineCount | RSBL | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseByteCount | EXCT | MESSAGE |
MIN or MAX | ExpResponseVersionNumber | EXVN | MESSAGE |
MIN or MAX | ExpResponseStatusCode | EXSC | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseHeaderCount | EXHC | MESSAGE |
CNT | ExpResponseHeadernnnn1 | EXHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyByteCount | EXBB | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyLineCount | EXBL | MESSAGE |
Where nnnn is the Header Field Identifier. See Valid Values for RequestHeadernnnn, ResponseHeadernnnn, ExpResponseHeadernnnn , for a list of identifiers. |
SCRIPT table
The SCRIPT table includes both report and statistic fields.
SCRIPT report fields
COLLECT any or all of the following fields and REPORT them on customized SCRIPT reports.
Long Field Names | Short Field Names |
---|---|
ConnectionCount | CNCT |
ConnectionRate | CNRT |
PlaybackNumber | PLNU |
ScriptDuration | SCDR |
ScriptFinishTime | SCFT |
ScriptName | SCNA |
ScriptNumber | SCNU |
ScriptReturnCode | SCRC |
ScriptStartTime | SCST |
SocketsNumber | SONU |
SCRIPT statistic fields
REPORT any of the following statistics on customized SCRIPT reports.
Statistics | For Field (long names) | Field Short Names | Collect from Table |
---|---|---|---|
AVG, MIN, MAX, or SUM | ConnectionDuration | CNDR | CONNECTION |
AVG, MIN, MAX, or SUM | MessageDuration | MSDR | MESSAGE |
AVG, MIN, MAX, or SUM | InitialResponseTime | RTIN | MESSAGE |
AVG, MIN, MAX, or SUM | FinalResponseTime | RTFN | MESSAGE |
AVG, MIN, or MAX | BytesSentRate | BYSR | MESSAGE |
AVG, MIN, or MAX | BytesReceivedRate | BYRR | MESSAGE |
AVG, MIN, MAX, or SUM | MessageCount | MSCT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsAttempted | CNAT | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsRefused | CNRF | CONNECTION |
AVG, MIN, MAX, or SUM | ConnectionsTimedOut | CNTO | CONNECTION |
AVG, MIN, MAX, or SUM | TimeToConnect | TMTC | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionRefusal | TMCR | CONNECTION |
AVG, MIN, MAX, or SUM | TimeForConnectionTimedOut | TMCT | CONNECTION |
MIN or MAX | ConnectionStatus | CNSC | CONNECTION |
AVG, MIN, or MAX | MessageRate | MSRT | CONNECTION |
AVG, MIN, MAX, or SUM | RequestByteCount | RQCT | MESSAGE |
MIN or MAX | RequestVersionNumber | RQVN | MESSAGE |
AVG, MIN, MAX, or SUM | RequestHeaderCount | RQHC | MESSAGE |
CNT | RequestHeadersnnnn1 | RQHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyLineCount | RQBL | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyByteCount | RQBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseByteCount | RSCT | MESSAGE |
MIN or MAX | ResponseVersionNumber | RSVN | MESSAGE |
MIN or MAX | ResponseStatusCode | RSSC | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseHeaderCount | RSHC | MESSAGE |
CNT | ResponseHeadernnnn1 | RSHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyByteCount | RSBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyLineCount | RSBL | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseByteCount | EXCT | MESSAGE |
MIN or MAX | ExpResponseVersionNumber | EXVN | MESSAGE |
MIN or MAX | ExpResponseStatusCode | EXSC | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseHeaderCount | EXHC | MESSAGE |
CNT | ExpResponseHeadernnnn1 | EXHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyByteCount | EXBB | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyLineCount | EXBL | MESSAGE |
CONNECTION table
The CONNECTION table includes both report and statistic fields.
CONNECTION report fields
COLLECT any or all of the following fields and REPORT them on customized CONNECTION reports.
Long Field Names | Short Field Names |
---|---|
ClientAddress | CLAD |
ClientPort | CLPT |
ConnectionDuration | CNDR |
ConnectionFinishTime | CNFT |
ConnectionID | CNID |
ConnectionNumber | CNNU |
ConnectionsAttempted | CNAT |
ConnectionsRefused | CNRF |
ConnectionStartTime | CNST |
ConnectionStatus | CNSC |
ConnectionsTimedOut | CNTO |
MessageCount | MSCT |
MessageRate | MSRT |
PlaybackNumber | PLNU |
Protocol | PROT |
ScriptNumber | SCNU |
ServerAddress | SVAD |
ServerPort | SVPT |
SocketsNumber | SONU |
TimeForConnectionRefusal | TMCR |
TimeForConnectionTimedOut | TMCT |
TimeToConnect | TMTC |
CONNECTION statistic fields
REPORT any of the following statistics on customized CONNECTION reports.
Statistics | For Field (long names) | Field Short Names | Collect from Table |
---|---|---|---|
AVG, MIN, MAX, or SUM | MessageDuration | MSDR | MESSAGE |
AVG, MIN, MAX, or SUM | InitialResponseTime | RTIN | MESSAGE |
AVG, MIN, MAX, or SUM | FinalResponseTime | RTFN | MESSAGE |
AVG, MIN, or MAX | BytesSentRate | BYSR | MESSAGE |
AVG, MIN, or MAX | BytesReceivedRate | BYRR | MESSAGE |
AVG, MIN, MAX, or SUM | RequestByteCount | RQCT | MESSAGE |
MIN or MAX | RequestVersionNumber | RQVN | MESSAGE |
AVG, MIN, MAX, or SUM | RequestHeaderCount | RQHC | MESSAGE |
CNT | RequestHeadersnnnn1 | RQHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyLineCount | RQBL | MESSAGE |
AVG, MIN, MAX, or SUM | RequestBodyByteCount | RQBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseByteCount | RSCT | MESSAGE |
MIN or MAX | ResponseVersionNumber | RSVN | MESSAGE |
MIN or MAX | ResponseStatusCode | RSSC | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseHeaderCount | RSHC | MESSAGE |
CNT | ResponseHeadernnnn1 | RSHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyByteCount | RSBB | MESSAGE |
AVG, MIN, MAX, or SUM | ResponseBodyLineCount | RSBL | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseByteCount | EXCT | MESSAGE |
MIN or MAX | ExpResponseVersionNumber | EXVN | MESSAGE |
MIN or MAX | ExpResponseStatusCode | EXSC | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseHeaderCount | EXHC | MESSAGE |
CNT | ExpResponseHeadernnnn1 | EXHDnnnn | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyByteCount | EXBB | MESSAGE |
AVG, MIN, MAX, or SUM | ExpResponseBodyLineCount | EXBL | MESSAGE |
1Where nnnn is the Header Field Identifier. See Valid Values for RequestHeadernnnn, ResponseHeadernnnn, ExpResponseHeadernnnn, for a list of identifiers. |
MESSAGE table
The MESSAGE table includes only report fields; not statistics fields.
MESSAGE report fields
COLLECT any or all of the following fields and REPORT them on customized MESSAGE reports.
Long Field Names | Short Field Names | HTTP, | TCP, IMSC | DB2C | ECI | CTG |
---|---|---|---|---|---|---|
AF_family | AFIN | X | X | X | X | X |
BytesReceivedRate | BYRR | X | X | X | X | X |
BytesSentRate | BYSR | X | X | X | X | X |
ClientAddress6 | CLA6 | X | X | X | X | X |
ConnectionNumber | CNNU | X | X | X | X | X |
DB2SqlCode | SQCD | X | ||||
DB2SqlState | SQST | X | ||||
DB2SqlStatement | SQSM | X | ||||
DB2SqlAnswerSet | SQAS | X | ||||
DB2RDBNAM | RDBN | X | ||||
DB2Userid | SQUS | X | ||||
ExpDB2SqlCode | EXSQCD | X | ||||
ExpDB2SqlState | EXSQST | X | ||||
ExpDB2SqlAnswerSet | EXSQAS | X | ||||
ExpResponseBody1 | EXBD | X | X | X | X | X |
ExpResponseBodyByteCount | EXBB | X | X | X | X | X |
ExpResponseBodyLineCount | EXBL | X | ||||
ExpResponseByteCount | EXCT | X | X | X | X | X |
ExpResponseHeaderCount | EXHC | X | X | X | ||
ExpResponseHeadernnnn2 | EXHDnnnn | X | ||||
ExpResponseHeaders | EXHS | X | X | X | ||
ExpResponseReasonPhrase | EXRP | X | ||||
ExpResponseStatusCode | EXSC | X | ||||
ExpResponseVersionNumber | EXVN | X | ||||
FinalResponseTime | RTFN | X | X | X | X | X |
InitialResponseTime | RTIN | X | X | X | X | X |
MessageDuration | MSDR | X | X | X | X | X |
MessageFinishTime | MSFT | X | X | X | X | X |
MessageID | MSID | X | X | X | X | X |
MessageNumber | MSNU | X | X | X | X | X |
MessageStartTime | MSST | X | X | X | X | X |
PlaybackNumber | PLNU | X | X | X | X | X |
RequestBody1 | RQBD | X | X | X | X | X |
RequestBodyByteCount | RQBB | X | X | X | X | X |
RequestBodyLineCount | RQBL | X | ||||
RequestByteCount | RQCT | X | X | X | X | X |
RequestHeaderCount | RQHC | X | X | X | ||
RequestHeadernnnn2 | RQHDnnnn | X | ||||
RequestHeaders | RQHS | X | X | X | ||
RequestMethod | RQME | X | ||||
RequestURI | RQUR | X | ||||
RequestVersionNumber | RQVN | X | ||||
ResponseBody1 | RSBD | X | X | X | X | X |
ResponseBodyByteCount | RSBB | X | X | X | X | X |
ResponseBodyLineCount | RSBL | X | ||||
ResponseByteCount | RSCT | X | X | X | X | X |
ResponseHeaderCount | RSHC | X | X | X | ||
ResponseHeadernnnn2 | RSHDnnnn | X | ||||
ResponseHeaders | RSHS | X | X | X | ||
ResponseReasonPhrase | RSRP | X | ||||
ResponseStatusCode | RSSC | X | ||||
ResponseVersionNumber | RSVN | X | ||||
ScriptNumber | SCNU | X | X | X | X | X |
ServerAddress6 | SVA6 | X | X | X | X | X |
SocketsNumber | SONU | X | X | X | X | X |
1For ECI and CTG playback, this field reports ECI COMMAREA data. 2Where nnnn is the Header Field Identifier. See Valid Values for RequestHeadernnnn, ResponseHeadernnnn, ExpResponseHeadernnnn, for a list of identifiers. |