osmo resource#
usage: osmo resource [-h] {list,info} ...
Positional Arguments#
commandPossible choices: list, info
Sub-commands#
list#
Resource display formats:
Mode | Description
---------------|----------------------------------------------------
Used (default) | Shows "used/total" (e.g., 40/100 means 40 Gi used
| out of 100 Gi total memory)
Free | Shows available resources as a single number
| (e.g., 60 means 60 Gi of memory is available for use)
This applies to all allocatable resources: CPU, memory, storage, and GPU.
osmo resource list [-h] [--pool POOL [POOL ...]]
[--platform PLATFORM [PLATFORM ...]] [--all]
[--format-type {json,text}]
[--mode {free,used}]
Named Arguments#
--pool, -pDisplay resources for specified pool.
Default:
[]--platformDisplay resources for specified platform.
Default:
[]--all, -aShow all resources from all pools.
Default:
False--format-type, -tPossible choices: json, text
Specify the output format type (Default text).
Default:
'text'--mode, -mPossible choices: free, used
Show free or used resources (Default used).
Default:
'used'
info#
Get resource allocatable and configurations of a node.
osmo resource info [-h] [--pool POOL] [--platform PLATFORM]
node_name
Positional Arguments#
node_nameName of node.
Named Arguments#
--pool, -pSpecify the pool to see specific allocatable and configurations.
--platform, -plSpecify the platform to see specific allocatable and configurations.