Qstat

From HPC

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
-
Qstat
+
=Qstat=
Qstat will show you the jobs in the queue and by default includes jobs from other users. You can also use it to look at just your jobs, get more detail on a specific job.  
Qstat will show you the jobs in the queue and by default includes jobs from other users. You can also use it to look at just your jobs, get more detail on a specific job.  
Line 5: Line 5:
Note: jobs are listed in the order they will be run on the cluster. This is continuely updated, as new users submit jobs. The system employees a sliding priority, depending on how many jobs have been run and how often.
Note: jobs are listed in the order they will be run on the cluster. This is continuely updated, as new users submit jobs. The system employees a sliding priority, depending on how many jobs have been run and how often.
-
List all jobs
+
==List all jobs==
  qstat
  qstat
-
List a users jobs
+
==List a users jobs==
  qstat -u <username>
  qstat -u <username>
  qstat -u train
  qstat -u train
-
List details of specified job
+
==List details of specified job==
  qstat -j <jobid>
  qstat -j <jobid>

Revision as of 12:21, 21 October 2008

Contents

Qstat

Qstat will show you the jobs in the queue and by default includes jobs from other users. You can also use it to look at just your jobs, get more detail on a specific job.

Note: jobs are listed in the order they will be run on the cluster. This is continuely updated, as new users submit jobs. The system employees a sliding priority, depending on how many jobs have been run and how often.

List all jobs

qstat

List a users jobs

qstat -u <username>
qstat -u train

List details of specified job

qstat -j <jobid>
qstat -j 5410
Personal tools