JobStatistics interface

An interface representing JobStatistics.

Properties

kernelCPUTime

The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in the Job.

lastUpdateTime

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

numFailedTasks

The total number of Tasks in the Job that failed during the given time range. A Task fails if it exhausts its maximum retry count without returning exit code 0.

numSucceededTasks

The total number of Tasks successfully completed in the Job during the given time range. A Task completes successfully if it returns exit code 0.

numTaskRetries

The total number of retries on all the Tasks in the Job during the given time range.

readIOGiB

The total amount of data in GiB read from disk by all Tasks in the Job.

readIOps

The total number of disk read operations made by all Tasks in the Job.

startTime

The start time of the time range covered by the statistics.

url

The URL of the statistics.

userCPUTime

The total user mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in the Job.

waitTime

The total wait time of all Tasks in the Job. 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.

wallClockTime

The total wall clock time of all Tasks in the Job. 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.

writeIOGiB

The total amount of data in GiB written to disk by all Tasks in the Job.

writeIOps

The total number of disk write operations made by all Tasks in the Job.

Property Details

kernelCPUTime

The total kernel mode CPU time (summed across all cores and all Compute Nodes) consumed by all Tasks in the Job.

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: Date

Property Value

Date

numFailedTasks

The total number of Tasks in the Job that failed during the given time range. A Task fails if it exhausts its maximum retry count without returning exit code 0.

numFailedTasks: number

Property Value

number

numSucceededTasks

The total number of Tasks successfully completed in the Job during the given time range. A Task completes successfully if it returns exit code 0.

numSucceededTasks: number

Property Value

number

numTaskRetries

The total number of retries on all the Tasks in the Job during the given time range.

numTaskRetries: number

Property Value

number

readIOGiB

The total amount of data in GiB read from disk by all Tasks in the Job.

readIOGiB: number

Property Value

number

readIOps

The total number of disk read operations made by all Tasks in the Job.

readIOps: number

Property Value

number

startTime

The start time of the time range covered by the statistics.

startTime: Date

Property Value

Date

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 the Job.

userCPUTime: string

Property Value

string

waitTime

The total wait time of all Tasks in the Job. 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 Tasks in the Job. 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 amount of data in GiB written to disk by all Tasks in the Job.

writeIOGiB: number

Property Value

number

writeIOps

The total number of disk write operations made by all Tasks in the Job.

writeIOps: number

Property Value

number