Difference between revisions of "How to Monitor Jobs"

From Statistics Cluster
Jump to navigation Jump to search
(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...")
 
m
Line 4: Line 4:
  
 
<pre>
 
<pre>
[username@computer ~]$ condor_q | less
+
[username@computer ~]$ condor_q -submitter <username>| less
 
</pre>
 
</pre>
  

Revision as of 17:01, 23 July 2013

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 -submitter <username>| 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