BatchJobScheduleStatisticsOutput interface
Resource usage statistics for a Job Schedule.
Properties
| kernel |
The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule. |
| last |
The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime. |
| num |
The total number of Tasks that failed during the given time range in Jobs created under the schedule. A Task fails if it exhausts its maximum retry count without returning exit code 0. |
| num |
The total number of Tasks successfully completed during the given time range in Jobs created under the schedule. A Task completes successfully if it returns exit code 0. |
| num |
The total number of retries during the given time range on all Tasks in all Jobs created under the schedule. |
| read |
The total gibibytes read from disk by all Tasks in all Jobs created under the schedule. |
| read |
The total number of disk read operations made by all Tasks in all Jobs created under the schedule. |
| start |
The start time of the time range covered by the statistics. |
| url | The URL of the statistics. |
| user |
The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule. |
| wait |
The total wait time of all Tasks in all Jobs created under the schedule. The wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution. (If the Task is retried due to failures, the wait time is the time to the most recent Task execution.). This value is only reported in the Account lifetime statistics; it is not included in the Job statistics. |
| wall |
The total wall clock time of all the Tasks in all the Jobs created under the schedule. The wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then). If a Task was retried, this includes the wall clock time of all the Task retries. |
| write |
The total gibibytes written to disk by all Tasks in all Jobs created under the schedule. |
| write |
The total number of disk write operations made by all Tasks in all Jobs created under the schedule. |
Property Details
kernelCPUTime
The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule.
kernelCPUTime: string
Property Value
string
lastUpdateTime
The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.
lastUpdateTime: string
Property Value
string
numFailedTasks
The total number of Tasks that failed during the given time range in Jobs created under the schedule. A Task fails if it exhausts its maximum retry count without returning exit code 0.
numFailedTasks: string
Property Value
string
numSucceededTasks
The total number of Tasks successfully completed during the given time range in Jobs created under the schedule. A Task completes successfully if it returns exit code 0.
numSucceededTasks: string
Property Value
string
numTaskRetries
The total number of retries during the given time range on all Tasks in all Jobs created under the schedule.
numTaskRetries: string
Property Value
string
readIOGiB
The total gibibytes read from disk by all Tasks in all Jobs created under the schedule.
readIOGiB: number
Property Value
number
readIOps
The total number of disk read operations made by all Tasks in all Jobs created under the schedule.
readIOps: string
Property Value
string
startTime
The start time of the time range covered by the statistics.
startTime: string
Property Value
string
url
The URL of the statistics.
url: string
Property Value
string
userCPUTime
The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in all Jobs created under the schedule.
userCPUTime: string
Property Value
string
waitTime
The total wait time of all Tasks in all Jobs created under the schedule. The wait time for a Task is defined as the elapsed time between the creation of the Task and the start of Task execution. (If the Task is retried due to failures, the wait time is the time to the most recent Task execution.). This value is only reported in the Account lifetime statistics; it is not included in the Job statistics.
waitTime: string
Property Value
string
wallClockTime
The total wall clock time of all the Tasks in all the Jobs created under the schedule. The wall clock time is the elapsed time from when the Task started running on a Compute Node to when it finished (or to the last time the statistics were updated, if the Task had not finished by then). If a Task was retried, this includes the wall clock time of all the Task retries.
wallClockTime: string
Property Value
string
writeIOGiB
The total gibibytes written to disk by all Tasks in all Jobs created under the schedule.
writeIOGiB: number
Property Value
number
writeIOps
The total number of disk write operations made by all Tasks in all Jobs created under the schedule.
writeIOps: string
Property Value
string