field | name | description |
---|
- | task_id | Task index
- | hash | Unique ID
- | native_id | Posix process number
- | name | Task name
- | status | Task status
- | exit | Posix exit status
- | submit | Task submit timestamp
- | duration | Time elapsed to complete since the submission
- | realtime | Task execution time i.e. delta between completion and start timestamp (not including container instantiation)
- | %cpu | CPU utilization of the process expressed in percentage (cputime/realtime ratio)
- | rss | Real memory usage (resident set size)
- | vmem | Virtual memory usage
- | peak_rss | Peak real memory usage
- | peak_vmem | Peak virtual memory usage
- | rchar | Number of bytes the process read
- | wchar | Number of bytes the process wrote
- | syscr | Number of read-like system call invocations that the process performed
- | syscw | Number of write-like system call invocations that the process performed
- | duration | Time elapsed to complete since the submission in milliseconds
- | realtime | Task execution time i.e. delta between completion and start timestamp in milliseconds (not including container instantiation)
- | rss | Real memory usage (bytes)
- | vmem | Virtual memory usage (bytes)
- | peak_rss | Peak real memory usage (bytes)
- | peak_vmem | Peak virtual memory usage (bytes)
- | rchar | Number of bytes the process read (bytes)
- | wchar | Number of bytes the process wrote (bytes)
field | description |
---|
- | Task type
- | Median task duration time
- | Mean task duration time
- | Median task real execution time
- | Mean task duration time
- | Number of tasks executed
field | description |
---|
- | Task type
- | Median task duration time
- | Mean task duration time
- | Median task real execution time
- | Mean task duration time
- | Number of tasks executed
field | description |
---|
- | Task type
- | Mean native task duration time
- | Mean docker task duration time
field | name | description |
---|
- | begin | Pipeline start timestamp
- | end | Pipeline completion timestamp
- | elapsed | Elapsed time (hours : mins : secs)
- | delta | Elapsed time (milliseconds)
- | duration | Sum of all tasks duration time (milliseconds)
- | realtime | Sum of all tasks execution time (milliseconds)