mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
39 lines
684 B
Markdown
Generated
39 lines
684 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# stat mem
|
|
|
|
Show memory usage, in gigabytes.
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder stat mem [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
### --host
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Force host memory measurement.
|
|
|
|
### --prefix
|
|
|
|
| | |
|
|
|---------|-----------------------------|
|
|
| Type | <code>Ki\|Mi\|Gi\|Ti</code> |
|
|
| Default | <code>Gi</code> |
|
|
|
|
SI Prefix for memory measurement.
|
|
|
|
### -o, --output
|
|
|
|
| | |
|
|
|---------|-------------------------|
|
|
| Type | <code>text\|json</code> |
|
|
| Default | <code>text</code> |
|
|
|
|
Output format.
|