Job Name | Hostname:Pid | Live Slots delta | Started At | Duration (ms) | <% @scheduler_stats.each do |stat| %> |
---|---|---|---|---|---|
<%= stat.name %> | <%= stat.hostname %>:<%= stat.pid %> | <% if stat.live_slots_start && stat.live_slots_finish %> <%= stat.live_slots_finish - stat.live_slots_start %> <% end %> | <%= relative_time stat.started_at %> | <%= stat.duration_ms %> | <% if !stat.success %> FAILED <% end %> |