mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
21 lines
236 B
Markdown
21 lines
236 B
Markdown
# memory
|
|
|
|
Show memory usage. Accepts instance "mem" or "swap".
|
|
|
|

|
|
|
|
# Config
|
|
|
|
```
|
|
[memory]
|
|
command=$SCRIPT_DIR/memory
|
|
label=MEM
|
|
interval=30
|
|
|
|
#[memory]
|
|
#command=$SCRIPT_DIR/memory
|
|
#label=SWAP
|
|
#instance=swap
|
|
#interval=30
|
|
```
|