mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-11-18 04:40:28 +01:00
12 lines
316 B
Markdown
12 lines
316 B
Markdown
# Processes
|
|
|
|
## Columns
|
|
|
|
You can configure which columns are shown by the process widget by setting the `columns` setting:
|
|
|
|
```toml
|
|
[processes]
|
|
# Pick which columns you want to use.
|
|
columns = ["cpu%", "mem", "mem%", "pid", "count", "name", "command", "read", "write", "Tread", "twrite", "state", "user", "time"]
|
|
```
|