CICS Service Time View

CICS Service Time View provides information about all CICS transactions, the location, and amounts of service time. The list of data view fields and definitions includes the following:

PROFILE_NAME

The name of the profile.

JOB_MEASUREMENT_TS

The timestamp when the Strobe measurement was started.

OWNER

The user ID or job name that initiated the request.

PROFILE_PATH

The path where the profile is located.

RUN_DATE

The date when the reporter processed the sample data set output from the measurement session to create the performance profile.

RUN_TIME

The time when the reporter processed the sample data set output from the measurement session to create the performance profile.

RUN_TS

The timestamp when the reporter processed the sample data set output from the measurement session to create the performance profile.

FOLDER_NAME

The name of the folder where profile file is  located.

ASID

The address space identifier of the active job.

CONDITION_CODE

Condition code is code-generated when the target program terminated normally while it was being measured.

DB2_SYSID DB2

The subsystem ID.

REGION

The name of the job under which the target program or subsystem was executed.

JOB_NUMBER

The Job Entry Subsystem (JES) number of the target job.

LPAR

The name of the logical partition in which the target job executed.

MEAS_RELEASE

The release of the components of Strobe that gather performance data about the measurement application.

PROGRAM_NAME

The name of the program or subsystem that was the target of the measurement session.

SESSION_DATE

The calendar date on which Strobe began measurement.

SESSION_TIME

The time of day at which Strobe began measurement.

STEP

The name of the job step, or of the procedure step and job step, in which the program or subsystem was executed.

SYSTEM_ID

The MVS system on which the measurement session was performed.

ST_TRANS_COUNT

The number of times a transaction was executed during the measurement session per terminal.

ST_MEAN_SRVC_TM_DSPTCH

The accumulated service time divided by the number of times transaction was in dispatched state per terminal.

ST_MEAN_SRVC_TM_EXEC

The accumulated service time divided by the number of times transaction was in execution state  per terminal.

ST_MEAN_SRVC_TM_SUSPEND

The accumulated service time divided by the number of times transaction was in suspended state  per terminal.

ST_MEAN_SRVC_TM_TOTAL

The accumulated service time per transaction per terminal.

ST_TOTAL_CPU_PCT

Shows the grand total of CPU time for all transactions.

TRANSACTION_NAME

A transaction, pseudo-transaction, or function name supplied by Strobe. If the name contains unprintable characters, Strobe shows it in hexadecimal notation.

TXN_TRANS_COUNT

The number of times a transaction was executed during the measurement session.

TXN_MEAN_SRVC_TM_DSPTCH

The accumulated service time divided by the number of times transaction was in dispatched state.

TXN_MEAN_SRVC_TM_EXEC

The accumulated service time divided by the number of times transaction was in execution state.

TXN_MEAN_SRVC_TM_SUSPEND

The accumulated service time divided by the number of times transaction was in suspended state.

TXN_MEAN_SRVC_TM_TOTAL

The accumulated service time per transaction.

TXN_TOTAL_CPU_PCT

The total percent of CPU time used for one transaction.

TXN_MARGIN_OF_ERROR

Shows the margin of error for the transaction.