Files
coder/cli/testdata/coder_stat_--help.golden
2024-08-20 14:47:46 +10:00

22 lines
575 B
Plaintext

coder v0.0.0-devel
USAGE:
coder stat [flags]
Show resource usage for the current workspace.
SUBCOMMANDS:
cpu Show CPU usage, in cores.
disk Show disk usage, in gigabytes.
mem Show memory usage, in gigabytes.
OPTIONS:
-c, --column [host cpu|host memory|home disk|container cpu|container memory] (default: host cpu,host memory,home disk,container cpu,container memory)
Columns to display in table output.
-o, --output table|json (default: table)
Output format.
———
Run `coder --help` for a list of global options.