Changes

Jump to navigation Jump to search
198 bytes added ,  15:38, 3 November 2016
no edit summary
Line 1: Line 1: −
== How to Monitor Jobs ==
+
== Check the state of the job ==
 
+
=== Check the jobs of a specific user ===
 
Once jobs have been submitted to the cluster, monitoring can be performed using the following command in a terminal
 
Once jobs have been submitted to the cluster, monitoring can be performed using the following command in a terminal
   Line 20: Line 20:  
This is useful to monitor your own jobs to check on their status.
 
This is useful to monitor your own jobs to check on their status.
    +
=== Check all jobs ===
 +
If you want to see all of the jobs in the queue
 +
 +
<pre>
 +
condor_q | less
 +
</pre>
 +
 +
== Check which machine the job is running on ==
 
Another useful command is <i>condor_status</i> which can tell you information about the cluster machines
 
Another useful command is <i>condor_status</i> which can tell you information about the cluster machines
 
<pre>
 
<pre>
191

edits

Navigation menu