mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
39 lines
1.1 KiB
Markdown
Generated
39 lines
1.1 KiB
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# stat
|
|
|
|
Show resource usage for the current workspace.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder stat [flags]
|
|
```
|
|
|
|
## Subcommands
|
|
|
|
| Name | Purpose |
|
|
|-------------------------------------|----------------------------------|
|
|
| [<code>cpu</code>](./stat_cpu.md) | Show CPU usage, in cores. |
|
|
| [<code>mem</code>](./stat_mem.md) | Show memory usage, in gigabytes. |
|
|
| [<code>disk</code>](./stat_disk.md) | Show disk usage, in gigabytes. |
|
|
|
|
## Options
|
|
|
|
### -c, --column
|
|
|
|
| | |
|
|
|---------|----------------------------------------------------------------------------------|
|
|
| Type | <code>[host cpu\|host memory\|home disk\|container cpu\|container memory]</code> |
|
|
| Default | <code>host cpu,host memory,home disk,container cpu,container memory</code> |
|
|
|
|
Columns to display in table output.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|--------------------------|
|
|
| Type | <code>table\|json</code> |
|
|
| Default | <code>table</code> |
|
|
|
|
Output format.
|