|
{{ @tplCounter('increment', 'cronjob_' . @jobStatus.type) }}
|
{{ @jobName }} |
{{ @jobConf->handler }} |
{{ @jobConf->expr }}
|
{{ @lastExecStart->format('H:i:s') }}
|
{{ number_format(@jobConf->lastExecDuration, 3) }}s
|
{{ @tplConvertBytes(@jobConf->lastExecMemPeak) }}
|
{{ round(@jobConf->history[@i]['lastExecDuration'] * @durationPercentage) }}
-5
{{ @i ? ',' : '' }}
|
{{ round(@jobConf->history[@i]['lastExecMemPeak'] * @memPeakPercentage) }}
-5
{{ @i ? ',' : '' }}
|
|
|