Qstat

From HPC

(Difference between revisions)
Jump to: navigation, search
(New page: 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: jo...)
Line 11: Line 11:
List a users jobs
List a users jobs
-
  qstat ?????
+
  qstat -u <username>
 +
qstat -u train
List details of specified job
List details of specified job
  qstat -j <jobid>
  qstat -j <jobid>
 +
qstat -j 5410
[[Category:SGE]]
[[Category:SGE]]

Revision as of 09:20, 21 October 2008

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