Qstat

From HPC

Revision as of 12:21, 21 October 2008 by Aitsswhi (Talk | contribs)
Jump to: navigation, search

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