Skip to content

Commit

Permalink
Merge pull request #580 from OSC/fix_xdmod_job_eff_report
Browse files Browse the repository at this point in the history
add missing stats to XDMoD report request
  • Loading branch information
ericfranz authored Jul 13, 2020
2 parents ce02ed9 + 8bdb7f3 commit 294c616
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobsUrl.searchParams.set('config', JSON.stringify({
"end_date": today,
"order_by":{
"field":"core_time_bad",
"dirn":"desc"},
"statistics":["core_time_bad","bad_core_ratio"]
"dirn":"desc"
},
"statistics": ["core_time","core_time_bad","bad_core_ratio","job_count","job_count_bad","bad_job_ratio"]
}));

var template_source = $('#job-efficiency-template').html();
Expand Down

0 comments on commit 294c616

Please sign in to comment.