TaskStatistics interface

An interface representing TaskStatistics.

Properties

kernelCPUTime

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

lastUpdateTime

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

readIOGiB

The total gibibytes read from disk by the Task.

readIOps

The total number of disk read operations made by the Task.

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

waitTime

The total wait time of the Task. 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.).

wallClockTime

The total wall clock time of the Task. 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 the Task was retried, this includes the wall clock time of all the Task retries.

writeIOGiB

The total gibibytes written to disk by the Task.

writeIOps

The total number of disk write operations made by the Task.

Property Details

kernelCPUTime

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

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

readIOGiB

The total gibibytes read from disk by the Task.

readIOGiB: number

Property Value

number

readIOps

The total number of disk read operations made by the Task.

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

userCPUTime: string

Property Value

string

waitTime

The total wait time of the Task. 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.).

waitTime: string

Property Value

string

wallClockTime

The total wall clock time of the Task. 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 the 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 the Task.

writeIOGiB: number

Property Value

number

writeIOps

The total number of disk write operations made by the Task.

writeIOps: number

Property Value

number