ClementTsang / bottom

Yet another cross-platform graphical process/system monitor.
https://clementtsang.github.io/bottom
MIT License
10.21k stars 240 forks source link

[Feature] Add processes stat like htop #1572

Open kchennen opened 2 months ago

kchennen commented 2 months ago

Checklist

Describe the feature request

It would be great to have processes stats like in htop. Ex: - number of tasks, threads, running, Load average...

ClementTsang commented 2 months ago
ClementTsang commented 2 months ago

As for number of processes, technically that's kinda covered if you enable show_table_scroll_position but that's admittedly not a great answer. It might be interesting to put that in some separate "processes summary" widget, I guess.