mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Update help text in README
This commit is contained in:
parent
4b3dff82e1
commit
90ab25e3ec
16
README.md
16
README.md
@ -26,29 +26,40 @@ Usage:
|
|||||||
Help Options:
|
Help Options:
|
||||||
--help Show help text
|
--help Show help text
|
||||||
--man Show man page
|
--man Show man page
|
||||||
|
--hasprofile <true|false> Only show jobs with timerseries metric data
|
||||||
--mode <mode> Set the operation mode
|
--mode <mode> Set the operation mode
|
||||||
--user <user_id> Search for jobs of specific user
|
--user <user_id> Search for jobs of specific user
|
||||||
--project <project_id> Search for jobs of specific project
|
--project <project_id> Search for jobs of specific project
|
||||||
--duration <from> <to> Specify duration range of jobs
|
|
||||||
--numnodes <from> <to> Specify range for number of nodes of job
|
--numnodes <from> <to> Specify range for number of nodes of job
|
||||||
--starttime <from> <to> Specify range for start time of jobs
|
--starttime <from> <to> Specify range for start time of jobs
|
||||||
|
--duration <from> <to> Specify duration range of jobs
|
||||||
--mem_used <from> <to> Specify range for average main memory capacity of job
|
--mem_used <from> <to> Specify range for average main memory capacity of job
|
||||||
--mem_bandwidth <from> <to> Specify range for average main memory bandwidth of job
|
--mem_bandwidth <from> <to> Specify range for average main memory bandwidth of job
|
||||||
--flops_any <from> <to> Specify range for average flop any rate of job
|
--flops_any <from> <to> Specify range for average flop any rate of job
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--help Show a brief help information.
|
--help Show a brief help information.
|
||||||
|
|
||||||
--man Read the manual, with examples
|
--man Read the manual, with examples
|
||||||
--mode [012] Specify output mode. Mode can be one of:
|
|
||||||
|
--hasprofile [true|false] Only show jobs with or without timerseries
|
||||||
|
metric data
|
||||||
|
|
||||||
|
--mode [ids|query|count|list|stat|perf] Specify output mode. Mode can be
|
||||||
|
one of:
|
||||||
|
|
||||||
ids - Print list of job ids matching conditions. One job id per
|
ids - Print list of job ids matching conditions. One job id per
|
||||||
line.
|
line.
|
||||||
|
|
||||||
query - Print the query string and then exit.
|
query - Print the query string and then exit.
|
||||||
count - Only output the number of jobs matching the conditions.
|
count - Only output the number of jobs matching the conditions.
|
||||||
(Default mode)
|
(Default mode)
|
||||||
|
|
||||||
list - Output a record of every job matching the conditions.
|
list - Output a record of every job matching the conditions.
|
||||||
|
|
||||||
stat - Output job statistic for all jobs matching the
|
stat - Output job statistic for all jobs matching the
|
||||||
conditions.
|
conditions.
|
||||||
|
|
||||||
perf - Output job performance footprint statistic for all jobs
|
perf - Output job performance footprint statistic for all jobs
|
||||||
matching the conditions.
|
matching the conditions.
|
||||||
|
|
||||||
@ -99,6 +110,7 @@ Options:
|
|||||||
the second argument is zero condition is flops any is smaller than first
|
the second argument is zero condition is flops any is smaller than first
|
||||||
argument. If first argument is zero condition is flops any is larger
|
argument. If first argument is zero condition is flops any is larger
|
||||||
than second argument.
|
than second argument.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Examples
|
# Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user