No checkpoints
Count | {{ jobCheckpointStats['count'] }} | ||
Duration |
Minimum: {{ jobCheckpointStats['duration']['min'] | humanizeDuration }} |
Maximum: {{ jobCheckpointStats['duration']['max'] | humanizeDuration }} |
Average: {{ jobCheckpointStats['duration']['avg'] | humanizeDuration }} |
State Size |
Minimum: {{ jobCheckpointStats['size']['min'] | humanizeBytes }} |
Maximum: {{ jobCheckpointStats['size']['max'] | humanizeBytes }} |
Average: {{ jobCheckpointStats['size']['avg'] | humanizeBytes }} |
ID | Trigger Time | Duration | State Size |
{{ historic['id'] }} | {{ historic['timestamp'] | amDateFormat:'H:mm:ss' }} | {{ historic['duration'] | humanizeDuration }} | {{ historic['size'] | humanizeBytes }} |