Skip to content

Commit

Permalink
cgi: Add stats_{wait,run,idle}_sec in group view
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 24, 2015
1 parent c1cc2ae commit 9864f49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ stats_total_stime_sec : $o{stats_total_stime_sec}
stats_total_real_sec : $o{stats_total_real_sec}
stats_total_wait_sec : $o{stats_total_wait_sec}
stats_wait_sec : $o{stats_wait_sec}
stats_run_sec : $o{stats_run_sec}
stats_idle_sec : $o{stats_idle_sec}
stats_total_utime_sec_finished : $o{stats_total_utime_sec_finished}
stats_total_stime_sec_finished : $o{stats_total_stime_sec_finished}
stats_total_real_sec_finished : $o{stats_total_real_sec_finished}
Expand Down

0 comments on commit 9864f49

Please sign in to comment.