osmo pool#

usage: osmo pool [-h] {list} ...

Positional Arguments#

command

Possible choices: list

Sub-commands#

list#

Pool resource display formats:

Mode           | Description
---------------|----------------------------------------------------
Used (default) | Shows the number of GPUs used and total GPUs
Free           | Shows the number of GPUs available for use

Display table columns:

Column          | Description
----------------|----------------------------------------------------
Quota Limit     | Max GPUs for HIGH/NORMAL priority workflows
Quota Used      | GPUs used by HIGH/NORMAL priority workflows
Quota Free      | Available GPUs for HIGH/NORMAL priority workflows
Total Capacity  | Total GPUs available on nodes in the pool
Total Usage     | Total GPUs used by all workflows in pool
Total Free      | Free GPUs on nodes in the pool
osmo pool list [-h] [--pool POOL [POOL ...]] [--format-type {json,text}] [--mode {free,used}]

Named Arguments#

--pool, -p

Display resources for specified pool.

Default: []

--format-type, -t

Possible choices: json, text

Specify the output format type (Default text).

Default: 'text'

--mode, -m

Possible choices: free, used

Show free or used resources (Default used).

Default: 'used'