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.
Specifies the date and time of the first Statistics/Metrics log record within the requested time frame. Format is yyyy.ddd hh:mm:ss.
Specifies the date and time of the last Statistics/Metrics log record within the requested time frame. Format is yyyy.ddd hh:mm:ss.
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)
Specifies the number of times CA WA CA 7 Edition was restarted during the time interval. Format is nnn (leading zeros suppressed).
Specifies the total task time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn
Specifies the total job task time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn.
Specifies the total SRB time for the interval listed. Data obtained from the ASCB control block. Format is hhh:mm:ss.nnnnn
Specifies the total preemptable SRB task time for the interval listed. Data obtained from the ASSB control block. Format is hhh:mm:ss.nnnnn.
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.
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).
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).
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.
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).
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.
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.
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.
Specifies the date and time of the log record when the HWM for dispatching priority was recorded. Format is yyyy.ddd hh:mm:ss.
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.
Specifies the date and time of the log record when the LWM for dispatching priority was recorded. Format is yyyy.ddd hh:mm:ss.
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)
Specifies a floating scale value determined by the previous ‘Jobs Submitted’ field. Format is nnnnn (leading zeros suppressed).
Specifies the task time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.
Specifies the job task time normalized for the scale number of jobs. Format is hhh:mm:ss.nnnnn.
Specifies the SRB time normalized for the scale number of jobs. Format is hhh:mm:ss.nnnnn.
Specifies the preemptable SRB time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.
Specifies the total CPU time normalized for the scale number of jobs . Format is hhh:mm:ss.nnnnn.
Specifies the I/O count normalized for the scale number of jobs . Format is n,nnn,nnn,nnn,nnn,nnn,nnn (leading zeros suppressed).
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)
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)
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).
Specifies a floating scale value determined by the previous ‘Total Term Txn’ field. Format is nnnn (leading zeros suppressed).
Specifies the task time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.
Specifies the job task time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.
Specifies the SRB time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.
Specifies the preemptable SRB time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.
Specifies the total CPU time normalized for the scale number of terminal transactions. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Queue I/O SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Output Msg Scheduler SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Line manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Shutdown Processor SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Log Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the XPS (CCI) Server Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Subtask Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Communications Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the SMF Processor SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Scan completed jobs mgr SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Completion Processor (1) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Completion Processor (2) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Completion Processor (3) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Completion Processor (4) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Completion Processor (5) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the ARF Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Schedule Scan Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Load (scan) Processor SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the JCL Creation Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Main submit Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (1) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (2) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (3) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (4) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (5) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (6) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (7) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (8) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (9) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (10) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (11) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (12) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (13) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (14) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Submit subtask (15) SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the IAS Interface Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the External Terminal Manager SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the TCP/IP Interface SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Application Scheduler SCT. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the VTAM Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Console Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Browse Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Batch Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the Trailer Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the ARF Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by the CCI & TCP Terminals SCTs. Format is hhh:mm:ss.nnnnn.
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).
Specifies the CPU time used in the specified time interval by all SCTs. Format is hhh:mm:ss.nnnnn.
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).
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).
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).
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.
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).
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.
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).
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.
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.
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.
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).
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.
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).
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.
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.
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.
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).
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.
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).
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.
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.
Specifies the total CPU time, in seconds, used in the specified time interval, by the agent job feedback subtask.
Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.
Specifies the amount of CPU time that was run in SRB mode by the agent job feedback subtask.
Specifies the percentage of total CPU used that was run in SRB mode by the agent job feedback subtask.
Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the agent job feedback subtask.
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.
Specifies the amount of CPU time used that was run on a zIIP processor by the agent job feedback subtask.
Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the agent job feedback subtask.
Specifies the number of times the SRB has been started by the agent job feedback subtask.
Specifies the number of times that processing switched from TCB to SRB mode by the agent job feedback subtask.
Specifies the number of times that processing switched from SRB to TCB mode by the agent job feedback subtask.
Specifies the total CPU time, in seconds, used in the specified time interval, by the XCF communication subtask.
Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.
Specifies the amount of CPU time that was run in SRB mode by the XCF communication subtask.
Specifies the percentage of total CPU used that was run in SRB mode by the XCF communication subtask.
Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the XCF communication subtask.
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.
Specifies the amount of CPU time used that was run on a zIIP processor by the XCF communication subtask.
Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the XCF communication subtask.
Specifies the number of times the SRB has been started by the XCF communication subtask.
Specifies the number of times that processing switched from TCB to SRB mode by the XCF communication subtask.
Specifies the number of times that processing switched from SRB to TCB mode by the XCF communication subtask.
Specifies the total CPU time, in seconds, used in the specified time interval, by the Submit subtask (nn).
Specifies the amount of CPU time that was run in TCB mode by the agent job feedback subtask.
Specifies the amount of CPU time that was run in SRB mode by the Submit subtask (nn).
Specifies the percentage of total CPU used that was run in SRB mode by the Submit subtask (nn).
Specifies the amount of CPU time used that was eligible to be run on a zIIP processor by the Submit subtask (nn).
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).
Specifies the amount of CPU time used that was run on a zIIP processor by the Submit subtask (nn).
Specifies the percentage of zIIP eligible CPU that was run on a zIIP processor by the Submit subtask (nn).
Specifies the number of times the SRB has been started by the Submit subtask (nn).
Specifies the number of times that processing switched from TCB to SRB mode by the Submit subtask (nn).
Specifies the number of times that processing switched from SRB to TCB mode by the Submit subtask (nn).
Specifies the number of times within the interval that the enhanced submission selection process has started.
Specifies the number of jobs that were successfully selected to be submitted within the interval by the enhanced submission selection process.
Specifies the average amount of processing time that is required for one execution of the submission selection process to complete.
Specifies the average amount of CPU used in one complete execution of the submission selection process.
Specifies the total amount of processing time that all invocations of the submission selection process during the interval use.
Specifies the total amount of CPU used by all invocations of the submission selection process during the interval.
Specifies the number of times that the WLB environment was constructed as part of the submission selection process during the interval.
Specifies the average amount of processing time that it takes the enhanced submission selection process to model the WLB environment once.
Specifies the average amount of CPU used to model the WLB environment once by the enhanced submission selection process.
Specifies the total amount of processing time that the WLB portion of the submission selection process takes.
Specifies the total amount of CPU used by the WLB portion of the submission selection process.
Specifies the number of calls to the database to gather jobs for submission consideration by the enhanced submission selection process.
Specifies the number of jobs returned by the database queries by the enhanced submission selection process.
Specifies the number of jobs returned that the submission selection process considered.
Specifies the average amount of processing time that is taken to execute one database query as part of the enhanced submission selection process.
Specifies the average amount of CPU used to execute one database query as part of the enhanced submission selection process.
Specifies the total processing time that the candidate selection portion of the submission selection process over the interval takes.
Specifies the total amount of CPU used by the candidate selection portion of the submission selection process over the interval.
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.
Specifies the number of negative requirements, from all jobs that are considered, evaluated by the submission selection process.
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.
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.
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.
Specifies the average amount of CPU used while evaluating the negative requirements for one job as part of the enhanced submission selection process.
Specifies the total processing time that the negative requirements section of the submission selection process over the interval takes.
Specifies the total amount of CPU used by the negative requirements section of the submission selection process over the interval.
Specifies the number of ASX resources, from all jobs that are considered, evaluated by the submission selection process.
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.
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.
Specifies the average amount of CPU used while evaluating the ASX resources for one job as part of the enhanced submission selection process.
Specifies the total processing time that the ASX resources section of the submission selection process over the interval take.
Specifies the total amount of CPU used by the ASX resources section of the submission selection process over the interval.
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.
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.
Specifies the average amount of CPU used while evaluating the VRM resources for one job.
Specifies the total processing time that the VRM resources section of the submission selection process over the interval take.
Specifies the total amount of CPU used by the VRM resources section of the submission selection process over the interval.
Specifies the total number of blocks that are allocated to the xxx CA Datacom/AD database area.
Specifies the average number of blocks in-use in the xxx CA Datacom/AD database area over the interval.
Specifies the average percentage of blocks that are in-use over the interval for the xxx CA Datacom/AD database area.
Specifies the highest number (High-Water-Mark) of blocks in-use over the interval for the xxx CA Datacom/AD database area.
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.
Specifies the lowest number (Low-Water-Mark) of blocks in-use over the interval for the xxx CA Datacom/AD database area.
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.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|