Previous Topic: CA Datacom SectionNext Topic: SASSHC25 Compare Utility


CSV File Description

The comma-separated value (CSV) file consists of records that are composed of fields that are separated by commas. This data set is suitable for importing into spreadsheet software such as Microsoft Excel®. The records represent data that is contained in the Metrics report. The two types of records follow:

The CSV file contains one header record and one data record or simply a single data record. A flag in the SASSHIS8 control card determines the record choice. The single data record only option is useful for the following situations:

In this case, you would use ‘Create CSV File option’ H on your first SASSHIS8 25 report to create a CSV file with a header record and a data record. Subsequent SASSHIS8 25 reports would use ‘Create CSV File’ option Y to create CSV files with only the data record. You can then easily combine the files into one before sending to your spreadsheet software package. Not all report data is suitable for the CSV file. Data for WLM service class and JES information is not included in the CSV file.

Fields (Columns)

This section describes the fields of the CSV file.

Interval Start

Specifies the date and time of the first Statistics/Metrics log record within the requested time frame. Format is yyyy.ddd hh:mm:ss.

Interval End

Specifies the date and time of the last Statistics/Metrics log record within the requested time frame. Format is yyyy.ddd hh:mm:ss.

Interval Length

Specifies the difference between the Interval Start date/time and the Interval End date/time. Format is nn days hh:mm:ss (leading zeros are suppressed on days)

# CA7 Restarts

Specifies the number of times CA WA CA 7 Edition was restarted during the time interval. Format is nnn (leading zeros suppressed).

CPU-Task

Specifies the total task time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn

CPU-Job Task

Specifies the total job task time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn.

CPU-SRB

Specifies the total SRB time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn

CPU-Pre SRB

Specifies the total preemptable SRB task time for the interval listed. Data obtained from the ASSB control block. Format is hhh:mm:ss.nnnnn.

CPU-Total

Specifies the total CPU time for the interval listed. It is the sum of the four previous fields. For reporting, all CPU times are truncated at 5 decimal places. The CPU time source fields kept in storage and written to the log file contain more precision than 5 decimal places. The full precision source fields are added together to calculate the Total CPU used and thus the value on the report may not exactly match the sum of the fields displayed on the report. Format is hhh:mm:ss.nnnnn.

IO Count

Specifies the total I/O count for the interval listed. Data obtained from the ASCB control block. Format is n,nnn,nnn,nnn,nnn,nnn,nnn (leading zeros suppressed).

HWM Storage Below(K)

Specifies the highest amount of storage in 1 KB increments (High-Water-Mark) below the 16M line that was recorded on a metrics log record. Data obtained from the LDA control block. Format is nnn,nnn,nnn (leading zeros suppressed).

HWM Storage Below DtTm

Specifies the date and time when the HWM was recognized for storage below the 16M line. The HWM value and timestamp are kept in storage beginning shortly after CA 7 start-up. The in storage values are written to the metrics log records and thus the report may show an HWM date and time before the report interval. Data obtained from the LDA control block. Format is yyyy.ddd hh:mm:ss.

HWM Storage Above(K)

Specifies the highest amount of storage in 1K increments (High-Water-Mark) above the 16M line that was recorded on a metrics log record. Data obtained from the LDA control block. Format is nnn,nnn,nnn (leading zeros suppressed).

HWM Storage Above DtTm

Specifies the date and time when the HWM was recognized for storage above the 16M line. The HWM value and timestamp are kept in storage beginning shortly after CA 7 start-up. The in storage values are written to the metrics log records and thus the report may show an HWM date and time prior to the report interval. Data obtained from the LDA control block. Format is yyyy.ddd hh:mm:ss.

Avg Disp Prty

Specifies the average dispatching priority for the interval listed. It is obtained by summing the dispatch priority from all metrics log records within the time interval and then dividing by the number of metrics log records. Data obtained from the ASCB control block. Format is nnn.

HWM Disp Prty

Specifies the highest dispatching priority that was recorded on a metrics log record for the interval listed. Data obtained from the ASCB control block. Format is nnn.

HWM Disp Prty DtTm

Specifies the date and time of the log record when the HWM for dispatching priority was recorded. Format is yyyy.ddd hh:mm:ss.

LWM Disp Prty

Specifies the lowest dispatching priority that was recorded on a metrics log record for the interval listed. Data obtained from the ASCB control block. Format is nnn.

LWM Disp Prty DtTm

Specifies the date and time of the log record when the LWM for dispatching priority was recorded. Format is yyyy.ddd hh:mm:ss.

Jobs Submitted

Specifies the total number of jobs submitted during the interval listed as recorded on statistic log records. Format is nnn,nnn,nnn (leading zeros suppressed)

Avg Jobs Scale

Specifies a floating scale value determined by the previous ‘Jobs Submitted’ field. Format is nnnnn (leading zeros suppressed).

AvgJ CPU-Task

Specifies the task time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.

AvgJ CPU-Job Task

Specifies the job task time normalized for the scale number of jobs. Format is hhh:mm:ss.nnnnn.

AvgJ CPU-SRB

Specifies the SRB time normalized for the scale number of jobs. Format is hhh:mm:ss.nnnnn.

AvgJ CPU-Pre SRB

Specifies the preemptable SRB time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.

AvgJ CPU-Total

Specifies the total CPU time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.

AvgJ IO Count

Specifies the I/O count normalized for the scale number of jobs . Format is n,nnn,nnn,nnn,nnn,nnn,nnn (leading zeros suppressed).

Total Term Txn

Specifies the total number of terminal transactions executed during the interval listed as recorded on statistic log record. Format is nnn,nnn,nnn (leading zeros suppressed)

API Term Txn

Specifies the total number of API terminal transactions executed during the interval listed as recorded on statistic log record. Format is nnn,nnn,nnn (leading zeros suppressed)

API Percent

Specifies the percentage of terminal transactions that were API terminal transactions. Obtained by dividing API Term Txn by Total Term Txn and multiplying by 100. Format is nnnn.nn (leading zeros suppressed).

Avg Term Txn Scale

Specifies a floating scale value determined by the previous ‘Total Term Txn’ field. Format is nnnn (leading zeros suppressed).

AvgT CPU-Task

Specifies the task time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.

AvgT CPU-Job Task

Specifies the job task time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.

AvgT CPU-SRB

Specifies the SRB time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.

AvgT CPU-Pre SRB

Specifies the preemptable SRB time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.

AvgT CPU-Total

Specifies the total CPU time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.

AvgT IO Count

Specifies the I/O count normalized for the scale number of terminal transactions. Format is n,nnn,nnn,nnn,nnn,nnn,nnn (leading zeros suppressed).

SASSDAIO CPU

Specifies the CPU time used in the specified time interval by the Queue I/O SCT. Format is hhh:mm:ss.nnnnn.

SASSDAIO CPU%

Specifies the percentage of the CPU time of the Queue I/O SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCHDO CPU

Specifies the CPU time used in the specified time interval by the Output Msg Scheduler SCT. Format is hhh:mm:ss.nnnnn.

SASSCHDO CPU%

Specifies the percentage of the CPU time of the Output Msg Scheduler SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSLMGR CPU

Specifies the CPU time used in the specified time interval by the Line manager SCT. Format is hhh:mm:ss.nnnnn.

SASSLMGR CPU%

Specifies the percentage of the CPU time of the Line manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSHALT CPU

Specifies the CPU time used in the specified time interval by the Shutdown Processor SCT. Format is hhh:mm:ss.nnnnn.

SASSHALT CPU%

Specifies the percentage of the CPU time of the Shutdown Processor SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSLOGM CPU

Specifies the CPU time used in the specified time interval by the Log Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSLOGM CPU%

Specifies the percentage of the CPU time of the Log Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCCIL CPU

Specifies the CPU time used in the specified time interval by the XPS (CCI) Server Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSCCIL CPU%

Specifies the percentage of the CPU time of the XPS (CCI) Server Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSBTMG CPU

Specifies the CPU time used in the specified time interval by the Subtask Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSBTMG CPU%

Specifies the percentage of the CPU time of the Subtask Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMGR CPU

Specifies the CPU time used in the specified time interval by the Communications Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSCMGR CPU%

Specifies the percentage of the CPU time of the Communications Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSMF0 CPU

Specifies the CPU time used in the specified time interval by the SMF Processor SCT. Format is hhh:mm:ss.nnnnn.

SASSSMF0 CPU%

Specifies the percentage of the CPU time of the SMF Processor SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSCNC CPU

Specifies the CPU time used in the specified time interval by the Scan completed jobs mgr SCT. Format is hhh:mm:ss.nnnnn.

SASSSCNC CPU%

Specifies the percentage of the CPU time of the Scan completed jobs mgr SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMP1 CPU

Specifies the CPU time used in the specified time interval by the Completion Processor (1) SCT. Format is hhh:mm:ss.nnnnn.

SASSCMP1 CPU%

Specifies the percentage of the CPU time of the Completion Processor (1) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMP2 CPU

Specifies the CPU time used in the specified time interval by the Completion Processor (2) SCT. Format is hhh:mm:ss.nnnnn.

SASSCMP2 CPU%

Specifies the percentage of the CPU time of the Completion Processor (2) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMP3 CPU

Specifies the CPU time used in the specified time interval by the Completion Processor (3) SCT. Format is hhh:mm:ss.nnnnn.

SASSCMP3 CPU%

Specifies the percentage of the CPU time of the Completion Processor (3) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMP4 CPU

Specifies the CPU time used in the specified time interval by the Completion Processor (4) SCT. Format is hhh:mm:ss.nnnnn.

SASSCMP4 CPU%

Specifies the percentage of the CPU time of the Completion Processor (41) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCMP5 CPU

Specifies the CPU time used in the specified time interval by the Completion Processor (5) SCT. Format is hhh:mm:ss.nnnnn.

SASSCMP5 CPU%

Specifies the percentage of the CPU time of the Completion Processor (5) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSARF0 CPU

Specifies the CPU time used in the specified time interval by the ARF Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSARF0 CPU%

Specifies the percentage of the CPU time of the ARF Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSCN0 CPU

Specifies the CPU time used in the specified time interval by the Schedule Scan Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSSCN0 CPU%

Specifies the percentage of the CPU time of the Queue I/O SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSCNL CPU

Specifies the CPU time used in the specified time interval by the Load (scan) Processor SCT. Format is hhh:mm:ss.nnnnn.

SASSSCNL CPU%

Specifies the percentage of the CPU time of the Queue I/O SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSJC0 CPU

Specifies the CPU time used in the specified time interval by the JCL Creation Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSSJC0 CPU%

Specifies the percentage of the CPU time of the JCL Creation Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSS00 CPU

Specifies the CPU time used in the specified time interval by the Main submit Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSSS00 CPU%

Specifies the percentage of the CPU time of the Main submit Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO01 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (1) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO01 CPU%

Specifies the percentage of the CPU time of the Submit subtask (1) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO02 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (2) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO02 CPU%

Specifies the percentage of the CPU time of the Submit subtask (2) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO03 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (3) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO03 CPU%

Specifies the percentage of the CPU time of the Submit subtask (3) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO04 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (4) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO04 CPU%

Specifies the percentage of the CPU time of the Submit subtask (4) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO05 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (5) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO05 CPU%

Specifies the percentage of the CPU time of the Submit subtask (5) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO06 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (6) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO06 CPU%

Specifies the percentage of the CPU time of the Submit subtask (6) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO07 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (7) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO07 CPU%

Specifies the percentage of the CPU time of the Submit subtask (7) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO08 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (8) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO08 CPU%

Specifies the percentage of the CPU time of the Submit subtask (8) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO09 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (9) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO09 CPU%

Specifies the percentage of the CPU time of the Submit subtask (9) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO10 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (10) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO10 CPU%

Specifies the percentage of the CPU time of the Submit subtask (10) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO11 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (11) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO11 CPU%

Specifies the percentage of the CPU time of the Submit subtask (11) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO12 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (12) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO12 CPU%

Specifies the percentage of the CPU time of the Submit subtask (12) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO13 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (13) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO13 CPU%

Specifies the percentage of the CPU time of the Submit subtask (13) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO14 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (14) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO14 CPU%

Specifies the percentage of the CPU time of the Submit subtask (14) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSSO15 CPU

Specifies the CPU time used in the specified time interval by the Submit subtask (15) SCT. Format is hhh:mm:ss.nnnnn.

SASSSO15 CPU%

Specifies the percentage of the CPU time of the Submit subtask (15) SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCIAS CPU

Specifies the CPU time used in the specified time interval by the IAS Interface Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSCIAS CPU%

Specifies the percentage of the CPU time of the IAS Interface Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSXTM0 CPU

Specifies the CPU time used in the specified time interval by the External Terminal Manager SCT. Format is hhh:mm:ss.nnnnn.

SASSXTM0 CPU%

Specifies the percentage of the CPU time of the External Terminal Manager SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSTCP0 CPU

Specifies the CPU time used in the specified time interval by the TCP/IP Interface SCT. Format is hhh:mm:ss.nnnnn.

SASSTCP0 CPU%

Specifies the percentage of the CPU time of the TCP/IP Interface SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

SASSCHED CPU

Specifies the CPU time used in the specified time interval by the Application Scheduler SCT. Format is hhh:mm:ss.nnnnn.

SASSCHED CPU%

Specifies the percentage of the CPU time of the Application Scheduler SCT compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

3270V CPU

Specifies the CPU time used in the specified time interval by the VTAM Terminals SCTs. Format is hhh:mm:ss.nnnnn.

3270V CPU%

Specifies the percentage of the CPU time of the VTAM Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

CONSOLE CPU

Specifies the CPU time used in the specified time interval by the Console Terminals SCTs. Format is hhh:mm:ss.nnnnn.

CONSOLE CPU%

Specifies the percentage of the CPU time of the Console Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

BSAM CPU

Specifies the CPU time used in the specified time interval by the Browse Terminals SCTs. Format is hhh:mm:ss.nnnnn.

BSAM CPU%

Specifies the percentage of the CPU time of the Browse Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

BATCH CPU

Specifies the CPU time used in the specified time interval by the Batch Terminals SCTs. Format is hhh:mm:ss.nnnnn.

BATCH CPU%

Specifies the percentage of the CPU time of the Batch Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

TRAILER CPU

Specifies the CPU time used in the specified time interval by the Trailer Terminals SCTs. Format is hhh:mm:ss.nnnnn.

TRAILER CPU%

Specifies the percentage of the CPU time of the Trailer Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

TRX CPU

Specifies the CPU time used in the specified time interval by the ARF Terminals SCTs. Format is hhh:mm:ss.nnnnn.

TRX CPU%

Specifies the percentage of the CPU time of the ARF Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

CCI CPU

Specifies the CPU time used in the specified time interval by the CCI & TCP Terminals SCTs. Format is hhh:mm:ss.nnnnn.

CCI CPU%

Specifies the percentage of the CPU time of the CCI & TCP Terminals SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

*TOTALS* CPU

Specifies the CPU time used in the specified time interval by all SCTs. Format is hhh:mm:ss.nnnnn.

*TOTALS* CPU%

Specifies the percentage of the CPU time of ALL SCTs compared to the total used by all SCTs. Obtained by dividing this SCT’s CPU time by the total CPU time and multiplying by 100. Format is nnnnn.nn (leading zeros suppressed).

Avg Jobs in Queue

Specifies the average number of jobs in the request, ready, and active queues for the interval listed. It is obtained by summing the’ #jobs in queues’ from all metrics log records within the time interval and then dividing by the number of metrics log records. Format is nnn,nnn,nnn (leading zeros suppressed).

Avg Jobs Wait Rsrc

Specifies the average number of jobs waiting on VRM, WLB, or IAS for submission for the interval listed. It is obtained by summing the’ Jobs waiting for VRM’, ‘Jobs waiting for WLB, and ‘Jobs waiting for IAS’ from all metrics log records within the time interval and then dividing by the number of metrics log records. Format is nnn,nnn,nnn (leading zeros suppressed).

VRM Avg Jobs Wait

Specifies the average number of jobs that were waiting for VRM resources for the interval listed. It is obtained by summing the’ Jobs waiting for VRM’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

VRM HWM Jobs Wait

Specifies the highest number of jobs that were waiting for VRM resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

VRM HWM Jobs Wait DtTm

Specifies the date and time of the log record when the HWM for jobs waiting for VRM resources was recorded. Format is yyyy.ddd hh:mm:ss.

VRM LWM Jobs Wait

Specifies the lowest number of jobs that were waiting for VRM resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

VRM LWM Jobs Wait DtTm

Specifies the date and time of the log record when the LWM for jobs waiting for VRM resources was recorded. Format is yyyy.ddd hh:mm:ss.

VRM Avg Rejects

Specifies the average number of times all jobs waiting for submission were rejected due to waiting on VRM resources during the specified time interval. It is obtained by summing the ’ # VRM rejects’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

WLB Avg Jobs Wait

Specifies the average number of jobs that were waiting for WLB resources for the interval listed. It is obtained by summing the’ Jobs waiting for WLB’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

WLB HWM Jobs Wait

Specifies the highest number of jobs that were waiting for WLB resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

WLB HWM Jobs Wait DtTm

Specifies the date and time of the log record when the HWM for jobs waiting for WLB resources was recorded. Format is yyyy.ddd hh:mm:ss.

WLB LWM Jobs Wait

Specifies the lowest number of jobs that were waiting for WLB resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

WLB LWM Jobs Wait DtTm

Specifies the date and time of the log record when the LWM for jobs waiting for WLB resources was recorded. Format is yyyy.ddd hh:mm:ss.

WLB Avg Rejects

Specifies the average number of times all jobs waiting for submission were rejected due to waiting on WLB resources during the specified time interval. It is obtained by summing the ’ # WLB rejects’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

IAS Avg Jobs Wait

Specifies the average number of jobs that were waiting for IAS resources for the interval listed. It is obtained by summing the’ Jobs waiting for IAS’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

IAS HWM Jobs Wait

Specifies the highest number of jobs that were waiting for IAS resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

IAS HWM Jobs Wait DtTm

Specifies the date and time of the log record when the HWM for jobs waiting for IAS resources was recorded. Format is yyyy.ddd hh:mm:ss.

IAS LWM Jobs Wait

Specifies the lowest number of jobs that were waiting for IAS resources that was recorded on a metrics log record for the interval listed. Format is nnn,nnn,nnn (leading zeros suppressed).

IAS LWM Jobs Wait DtTm

Specifies the date and time of the log record when the LWM for jobs waiting for IAS resources was recorded. Format is yyyy.ddd hh:mm:ss.

IAS Avg Rejects

Specifies the average number of times all jobs waiting for submission were rejected due to waiting on IAS resources during the specified time interval. It is obtained by summing the ’ # IAS rejects’ from all metrics log records within the time interval and then dividing by the number of metrics log records.

AGJOB FDBK TCPU

Specifies the total CPU time, in seconds, used in the specified time interval, by the agent job feedback subtask.

AGJOB FDBK TTCB

Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.

AGJOB FDBK TSRB

Specifies the amount of CPU time that was run in SRB mode by the agent job feedback subtask.

AGJOB FDBK SRB%

Specifies the percentage of total CPU used that was run in SRB mode by the agent job feedback subtask.

AGJOB FDBK TZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the agent job feedback subtask.

AGJOB FDBK CZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor, but was run on a regular processor, by the agent job feedback subtask.

AGJOB FDBK ZZIP

Specifies the amount of CPU time used that was run on a zIIP processor by the agent job feedback subtask.

AGJOB FDBK ZIP%

Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the agent job feedback subtask.

AGJOB FDBK #SRBS

Specifies the number of times the SRB has been started by the agent job feedback subtask.

AGJOB FDBK #TCB-SRB

Specifies the number of times that processing switched from TCB to SRB mode by the agent job feedback subtask.

AGJOB FDBK #SRB-TCB

Specifies the number of times that processing switched from SRB to TCB mode by the agent job feedback subtask.

XCF (SMF) TCPU

Specifies the total CPU time, in seconds, used in the specified time interval, by the XCF communication subtask.

XCF (SMF) TTCB

Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.

XCF (SMF) TSRB

Specifies the amount of CPU time that was run in SRB mode by the XCF communication subtask.

XCF (SMF) SRB%

Specifies the percentage of total CPU used that was run in SRB mode by the XCF communication subtask.

XCF (SMF) TZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the XCF communication subtask.

XCF (SMF) CZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor, but was run on a regular processor, by the XCF communication subtask.

XCF (SMF) ZZIP

Specifies the amount of CPU time used that was run on a zIIP processor by the XCF communication subtask.

XCF (SMF) ZIP%

Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the XCF communication subtask.

XCF (SMF) #SRBS

Specifies the number of times the SRB has been started by the XCF communication subtask.

XCF (SMF) #TCB-SRB

Specifies the number of times that processing switched from TCB to SRB mode by the XCF communication subtask.

XCF (SMF) #SRB-TCB

Specifies the number of times that processing switched from SRB to TCB mode by the XCF communication subtask.

SUBMITnn TCPU

Specifies the total CPU time, in seconds, used in the specified time interval, by the Submit subtask (nn).

SUBMITnn TTCB

Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.

SUBMITnn TSRB

Specifies the amount of CPU time that was run in SRB mode by the Submit subtask (nn).

SUBMITnn SRB%

Specifies the percentage of total CPU used that was run in SRB mode by the Submit subtask (nn).

SUBMITnn TZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the Submit subtask (nn).

SUBMITnn CZIP

Specifies the amount of CPU time used that was eligible to be run on a zIIP processor, but was run on a regular processor, by the Submit subtask (nn).

SUBMITnn ZZIP

Specifies the amount of CPU time used that was run on a zIIP processor by the Submit subtask (nn).

SUBMITnn ZIP%

Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the Submit subtask (nn).

SUBMITnn #SRBS

Specifies the number of times the SRB has been started by the Submit subtask (nn).

SUBMITnn #TCB-SRB

Specifies the number of times that processing switched from TCB to SRB mode by the Submit subtask (nn).

SUBMITnn #SRB-TCB

Specifies the number of times that processing switched from SRB to TCB mode by the Submit subtask (nn).

SUBSEL Task invocations

Specifies the number of times within the interval that the enhanced submission selection process has started.

SUBSEL Jobs selected

Specifies the number of jobs that were successfully selected to be submitted within the interval by the enhanced submission selection process.

SUBSEL Avg processing time

Specifies the average amount of processing time that is required for one execution of the submission selection process to complete.

SUBSEL Avg CPU usage

Specifies the average amount of CPU used in one complete execution of the submission selection process.

SUBSEL Total processing time

Specifies the total amount of processing time that all invocations of the submission selection process during the interval use.

SUBSEL Total CPU usage

Specifies the total amount of CPU used by all invocations of the submission selection process during the interval.

SUBSEL WLB build count

Specifies the number of times that the WLB environment was constructed as part of the submission selection process during the interval.

SUBSEL WLB bld avg time

Specifies the average amount of processing time that it takes the enhanced submission selection process to model the WLB environment once.

SUBSEL WLB bld avg CPU usage

Specifies the average amount of CPU used to model the WLB environment once by the enhanced submission selection process.

SUBSEL WLB elpsed time

Specifies the total amount of processing time that the WLB portion of the submission selection process takes.

SUBSEL WLB CPU usage

Specifies the total amount of CPU used by the WLB portion of the submission selection process.

SUBSEL Candidate queries

Specifies the number of calls to the database to gather jobs for submission consideration by the enhanced submission selection process.

SUBSEL Query jobs retrieved

Specifies the number of jobs returned by the database queries by the enhanced submission selection process.

SUBSEL Query jobs considered

Specifies the number of jobs returned that the submission selection process considered.

SUBSEL Avg query time

Specifies the average amount of processing time that is taken to execute one database query as part of the enhanced submission selection process.

SUBSEL Avg query CPU usage

Specifies the average amount of CPU used to execute one database query as part of the enhanced submission selection process.

SUBSEL Query elapsed time

Specifies the total processing time that the candidate selection portion of the submission selection process over the interval takes.

SUBSEL Query CPU usage

Specifies the total amount of CPU used by the candidate selection portion of the submission selection process over the interval.

SUBSEL Jobs retrvd w/ neg rqmts

Specifies the number of jobs that are considered by the candidate selection portion that have negative requirements as part of the enhanced submission selection process.

SUBSEL Negative rqmts read

Specifies the number of negative requirements, from all jobs that are considered, evaluated by the submission selection process.

SUBSEL RDY/ACT Q jobs checked

Specifies the number of jobs in the Ready or Active queues that were evaluated in connection to a negative requirement as part of the enhanced submission selection process.

SUBSEL Neg rqmts not satisfied

Specifies the number of negative requirements that were evaluated and were found currently unsatisfied as part of the enhanced submission selection process. Jobs possessing these requirements are removed from selection consideration.

SUBSEL Avg neg rqmts chk time

Specifies the average amount of processing time that is taken to evaluate the negative requirements for one job as part of the enhanced submission selection process.

SUBSEL Avg neg rqmts chk CPU use

Specifies the average amount of CPU used while evaluating the negative requirements for one job as part of the enhanced submission selection process.

SUBSEL neg rqmts elapsed time

Specifies the total processing time that the negative requirements section of the submission selection process over the interval takes.

SUBSEL neg rqmts CPU usage

Specifies the total amount of CPU used by the negative requirements section of the submission selection process over the interval.

SUBSEL ASX resources checked

Specifies the number of ASX resources, from all jobs that are considered, evaluated by the submission selection process.

SUBSEL ASX rsrcs not satisfied

Specifies the number of ASX resources that were evaluated and found currently unavailable as part of the enhanced submission selection process. Jobs requiring these resources are removed from selection consideration.

SUBSEL ASX avg job check time

Specifies the average amount of processing time that is taken to evaluate the ASX resources for one job as part of the enhanced submission selection process.

SUBSEL ASX avg job chk CPU usage

Specifies the average amount of CPU used while evaluating the ASX resources for one job as part of the enhanced submission selection process.

SUBSEL ASX elapsed time

Specifies the total processing time that the ASX resources section of the submission selection process over the interval take.

SUBSEL ASX CPU usage

Specifies the total amount of CPU used by the ASX resources section of the submission selection process over the interval.

SUBSEL VRM rsrcs not satisfied

Specifies the number of VRM resources that were evaluated and found currently unavailable as part of the enhanced submission selection process. Jobs requiring these resources are removed from selection consideration.

SUBSEL VRM avg job check time

Specifies the average amount of processing time that is taken to evaluate the VRM resources for one job as part of the enhanced submission selection process.

SUBSEL VRM avg job chk CPU usage

Specifies the average amount of CPU used while evaluating the VRM resources for one job.

SUBSEL VRM elapsed time

Specifies the total processing time that the VRM resources section of the submission selection process over the interval take.

SUBSEL VRM CPU usage

Specifies the total amount of CPU used by the VRM resources section of the submission selection process over the interval.

xxx Total Blocks

Specifies the total number of blocks that are allocated to the xxx CA Datacom/AD database area.

xxx Avg Used Blocks

Specifies the average number of blocks in-use in the xxx CA Datacom/AD database area over the interval.

xxx Avg Used Blocks %

Specifies the average percentage of blocks that are in-use over the interval for the xxx CA Datacom/AD database area.

xxx HWM Used Blocks

Specifies the highest number (High-Water-Mark) of blocks in-use over the interval for the xxx CA Datacom/AD database area.

xxx HWM Used Blocks DtTm

Specifies the date/time stamp of the record where the blocks in-use HWM values for this database area were recorded for the xxx CA Datacom/AD database area.

xxx LWM Used Blocks

Specifies the lowest number (Low-Water-Mark) of blocks in-use over the interval for the xxx CA Datacom/AD database area.

xxx LWM Used Blocks DtTm

Specifies the date/time stamp of the record where the blocks in-use LWM values for this database area were recorded for the xxx CA Datacom/AD database area.