bottom icon indicating copy to clipboard operation
bottom copied to clipboard

[Feature] Add processes stat like htop

Open kchennen opened this issue 1 year ago • 2 comments

Checklist

Describe the feature request

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

kchennen avatar Aug 26 '24 09:08 kchennen

  • Kinda a duplicate of https://github.com/ClementTsang/bottom/issues/228 in regards to threads, will look at at some point.

  • Things like "running" are covered already by state, if that's what you mean.

  • For load average, do you mean CPU load average? As that's reported in the CPU widget atm image

    Though I can see being able to move that around/have it as a separate widget would be a nice feature.

ClementTsang avatar Aug 26 '24 15:08 ClementTsang

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.

ClementTsang avatar Aug 26 '24 17:08 ClementTsang