Guest User

Untitled

a guest
Jul 18th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. job-ID prior name user state submit/start at queue slots
  2. -------------------------------------------------------------------------------------------------------------------------------------------------
  3. 12345 0.25000 jobA michael r 07/17/2018 17:54:49 something@somehostname.com 72
  4. 12346 0.25000 jobB michael r 07/17/2018 17:54:49 something@somehostname.com 72
  5. 12347 0.25000 jobC michael qw 07/17/2018 13:52:12 72
  6. 12348 0.25000 jobD michael qw 07/17/2018 13:52:20 72
  7.  
  8. qstat | awk '{print $1","$2","$3","$4","$5","$6" "$7","$8","$9}' | sed '2d'
  9.  
  10. job-ID,prior,name,user,state,submit/start at,queue,slots
  11. 12345,0.25000,jobA,michael,r,07/17/2018 17:54:49,something@somehostname.com,72
  12. 12346,0.25000,jobB,michael,r,07/17/2018 17:54:49,something@somehostname.com,72
  13. 12347,0.25000,jobC,michael,qw,07/17/2018 13:52:12,72,
  14. 12348,0.25000,jobD,michael,qw,07/17/2018 13:52:20,72,
  15.  
  16. job-ID,prior,name,user,state,submit/start at,queue,slots
  17. 12345,0.25000,jobA,michael,r,07/17/2018 17:54:49,something@somehostname.com,72
  18. 12346,0.25000,jobB,michael,r,07/17/2018 17:54:49,something@somehostname.com,72
  19. 12347,0.25000,jobC,michael,qw,07/17/2018 13:52:12,,72
  20. 12348,0.25000,jobD,michael,qw,07/17/2018 13:52:20,,72
Add Comment
Please, Sign In to add comment