mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1.1 KiB
Generated
1.1 KiB
Generated
stat
Show resource usage for the current workspace.
Usage
coder stat [flags]
Subcommands
| Name | Purpose |
|---|---|
cpu |
Show CPU usage, in cores. |
mem |
Show memory usage, in gigabytes. |
disk |
Show disk usage, in gigabytes. |
Options
-c, --column
| Type | [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
| Type | table|json |
| Default | table |
Output format.