mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
12 lines
224 B
Markdown
12 lines
224 B
Markdown
# CPU
|
|
|
|
## Default CPU Graph Selection
|
|
|
|
You can configure which CPU graph is shown by default when starting up bottom by setting `cpu.default`.
|
|
|
|
```toml
|
|
[cpu]
|
|
# One of "all" (default), "average"/"avg"
|
|
default = "average"
|
|
```
|