Skip to content

Commit

Permalink
mxqdump: Add units in group view
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jun 15, 2015
1 parent cb9d26e commit 66ee959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxqdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ static int print_group(struct mxq_group *g)
{
return printf("user=%s uid=%u group_id=%lu pri=%d jobs_total=%lu run_jobs=%lu run_slots=%lu failed=%lu"
" finished=%lu cancelled=%lu unknown=%lu inq=%lu"
" job_threads=%u job_memory=%lu job_time=%u"
" job_threads=%u job_memory=%luMiB job_time=%us"
" memory_load=%lu%% time_load=%lu%%"
" max_utime=%lu max_real=%lu max_memory=%u job_command=%s group_name=%s\n",
" max_utime=%lus max_real=%lus max_memory=%uMiB job_command=%s group_name=%s\n",
g->user_name, g->user_uid, g->group_id, g->group_priority, g->group_jobs,
g->group_jobs_running, g->group_slots_running, g->group_jobs_failed,
g->group_jobs_finished, g->group_jobs_cancelled, g->group_jobs_unknown,
Expand Down

0 comments on commit 66ee959

Please sign in to comment.