Steffen
Steffen
https://packages.debian.org/stable/utils/btop
This is not 100% possible as you describe this, but you can see all resources used by a parent process. You need to enter tree view by pressing `e` and...
Completely agree with the comment above 👍🏽 Regarding the man pages: there's already an [open pull request](https://github.com/aristocratos/btop/pull/211). It is stale for a while now, maybe we can merge the efforts....
Okay I took that a little too offensive. It's just an alternative to make to build btop. I personally find CMake better tool for the job since it is designed...
Just out of curiosity, are you using the latest version of raspbian? And, are you building with or without GPU support?
The big thanks should go to @aristocratos, not myself. The actual minimum version should be `3.25` because of the `LINUX` and `APPLE` variables [introduced a couple of weeks ago](https://github.com/aristocratos/btop/commit/e35538fa29e7975a6ca92bb2c0fd0e36d8108ba5) Regarding...
In the worst case there are still the static release binaries or Docker + alpine where you can build the static binary yourself. Since the Makefile doesn't do it I...
You should also update all other CI files to exclude the new `netbsd` path.
> 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`,...
Since it's CPU specific you might have to step through the source code and tell us where the exception is thrown. The message `key not found` is thrown by an...