Skip to content
/ que Public

A python script for checking a PBS Pro Job Scheduler queue

License

Notifications You must be signed in to change notification settings

jlboat/que

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

que

A python script for checking a PBS Pro Job Scheduler queue

python que.py -h

usage: que.py [-h] [-u USER] [-q QUEUE] [-s STATE] [-n NAME]

Check the set of jobs on the scheduler queue and                     
present the data in a clean, readable format.                     

\*\*Requires either '--user' or '--queue' be specified.                     
Usage: que.py [-u user -q queue] 

optional arguments:
  -h, --help            show this help message and exit
  -u USER, --user USER  view specific user data
  -q QUEUE, --queue QUEUE
                        view queue with substring 'QUEUE'
  -s STATE, --state STATE
                        view jobs in specific state
  -n NAME, --name NAME  view jobs with substring 'NAME'

Example execution by queue:

python que.py -q c1

Image of output

About

A python script for checking a PBS Pro Job Scheduler queue

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages