How to Monitor Jobs

From Statistics Cluster
Revision as of 16:59, 23 July 2013 by Barnes (talk | contribs) (Created page with "== How to Monitor Jobs == Once jobs have been submitted to the cluster, monitoring can be performed using the following command in a terminal <pre> [username@computer ~]$ co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to Monitor Jobs

Once jobs have been submitted to the cluster, monitoring can be performed using the following command in a terminal

[username@computer ~]$ condor_q | less
CondorMonitoring.png

This will display

  • the process ID
  • the owner of the job
  • the date and time it was submitted
  • how long it has been running
  • its current status (run, held, idle)
  • the job size
  • program name