mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
31 lines
472 B
Markdown
Generated
31 lines
472 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# stat cpu
|
|
|
|
Show CPU usage, in cores.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder stat cpu [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --host
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Force host CPU measurement.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
| ------- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
| Default | <code>text</code> |
|
|
|
|
Output format. Available formats: text, json.
|