mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-05-11 10:00:49 +02:00
12 lines
302 B
Markdown
12 lines
302 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 in any order.
|
|
columns = ["cpu%", "mem%", "pid", "name", "read", "write", "Tread", "twrite", "state", "user", "time"]
|
|
```
|