Skip to content
Snippets Groups Projects
Commit cdab8e03 authored by Joseph P. Donaghy's avatar Joseph P. Donaghy
Browse files

Edits in Examples section format making it similar to squeue Examples format.

parent 3563305e
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ suppressed. ...@@ -142,6 +142,7 @@ suppressed.
Print the list of all pending jobs with their weighted priorities Print the list of all pending jobs with their weighted priorities
.br .br
> sprio > sprio
.br
JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
.br .br
65539 62664 0 51664 1000 10000 0 65539 62664 0 51664 1000 10000 0
...@@ -154,7 +155,7 @@ Print the list of all pending jobs with their weighted priorities ...@@ -154,7 +155,7 @@ Print the list of all pending jobs with their weighted priorities
.eo .eo
Print the list of all pending jobs with their normalized priorities Print the list of all pending jobs with their normalized priorities
.br .br
> sprio \-n > sprio -n
.br .br
JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
.br .br
...@@ -168,7 +169,7 @@ Print the list of all pending jobs with their normalized priorities ...@@ -168,7 +169,7 @@ Print the list of all pending jobs with their normalized priorities
.eo .eo
Print the job priorities for specific jobs Print the job priorities for specific jobs
.br .br
> sprio \-\-jobs=65548,65547 > sprio --jobs=65548,65547
.br .br
JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
.br .br
...@@ -180,7 +181,7 @@ Print the job priorities for specific jobs ...@@ -180,7 +181,7 @@ Print the job priorities for specific jobs
.eo .eo
Print the job priorities for jobs of specific users Print the job priorities for jobs of specific users
.br .br
> sprio \-\-users=fred,sally > sprio --users=fred,sally
.br .br
JOBID USER PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS JOBID USER PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
.br .br
...@@ -192,7 +193,7 @@ Print the job priorities for jobs of specific users ...@@ -192,7 +193,7 @@ Print the job priorities for jobs of specific users
.eo .eo
Print the configured weights for each priority component Print the configured weights for each priority component
.br .br
> sprio \-w > sprio -w
.br .br
JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS JOBID PRIORITY AGE FAIRSHARE JOBSIZE PARTITION QOS
.br .br
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment