Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add processes stat like htop #1572

Open
1 task done
kchennen opened this issue Aug 26, 2024 · 2 comments
Open
1 task done

[Feature] Add processes stat like htop #1572

kchennen opened this issue Aug 26, 2024 · 2 comments
Labels
feature Requests for a new feature.

Comments

@kchennen
Copy link

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 kchennen added the feature Requests for a new feature. label Aug 26, 2024
@kchennen kchennen changed the title Add processes stat like htop [Feature] Add processes stat like htop Aug 26, 2024
@ClementTsang
Copy link
Owner

ClementTsang commented Aug 26, 2024

  • Kinda a duplicate of Thread support and highlighting #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
Copy link
Owner

ClementTsang commented Aug 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants