Open halvabner opened 11 months ago
Other examples are kthreads and Discord, I would like many common processes collapsed by default.
For kthreads
, you can disable all kernel processes in the settings, hit esc
, enter
, 5
and then scroll down to Proc filter kernel
and set it to true.
Definitely useful to see chromium listed once in btop with RAM & CPU usage totaled! Very useful feature!
Examples
Processes like
Chromium
(yes, I know I'm using the wrong browser :P). It starts ~40 subprocesses at a time. This causes:1. The view to be cluttered with a whole page of chromium processes.
2. Hard to calculate memory usage:
Memory used by instances is displayed spread over them but I would like to just know "how much memory the browser is using"
Other examples are
kthreads
andDiscord
, I would like many common processes collapsed by default.Visual difference
VS (note how nice memory usage is to look at here)
Implementation
I don't know what would be easiest or most appropriate but I think a configuration list of names to match for auto-collapsing would be nice.
Related to this
Cheers ^_^