Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskStatistics

Package version

An interface representing TaskStatistics.

summary

Resource usage statistics for a task.

Hierarchy

  • TaskStatistics

Index

Properties

kernelCPUTime

kernelCPUTime: string

The total kernel mode CPU time (summed across all cores and all compute nodes) consumed by the task.

lastUpdateTime

lastUpdateTime: Date

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

readIOGiB

readIOGiB: number

The total gibibytes read from disk by the task.

readIOps

readIOps: number

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

startTime

startTime: Date

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

url

url: string

The URL of the statistics.

userCPUTime

userCPUTime: string

The total user mode CPU time (summed across all cores and all compute nodes) consumed by the task.

waitTime

waitTime: string

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

wallClockTime: string

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

writeIOGiB: number

The total gibibytes written to disk by the task.

writeIOps

writeIOps: number

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

Generated using TypeDoc