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

Better support for multi-core CPUs #16

Open
loonycyborg opened this issue Jun 11, 2021 · 4 comments
Open

Better support for multi-core CPUs #16

loonycyborg opened this issue Jun 11, 2021 · 4 comments
Labels
enhancement New feature or request in progress
Milestone

Comments

@loonycyborg
Copy link

If you see only one indicator for total cpu load then it's harder to detect the case of a single program locking up and consuming 100% of a single core. There should be possibility of having one cat per core, or some other indication that a core is 100% busy.

@win0err win0err added the enhancement New feature or request label Jun 11, 2021
@win0err
Copy link
Owner

win0err commented Jun 11, 2021

@loonycyborg, thank you for the idea!

@win0err
Copy link
Owner

win0err commented Oct 3, 2022

@loonycyborg, planned to be released in version 22:
image

@win0err win0err added this to the v22 milestone Oct 3, 2022
@teras
Copy link

teras commented Dec 24, 2022

Indeed this is my only "complain" about this cute utility.

What I'd suggest is, to have the opportunity to display, not the average load like it is now, but the maximum load (maybe through a configuration option?).

I.e. if I have 4 cores, with 3%, 10%, 50% and 90%, to be able to see "90%" , so I'd know that something is fishy.

In my system I have 8 cores + 8 threads and the usage is constant ~ 4-13%, not more, not less. Which is not really informative.

Another suggestion would be also to ignore threads when calculating averages, and only to consider real cores.

At any case, I really like this extension and is one of my favorites :)

@teras
Copy link

teras commented Dec 24, 2022

I have created a pull request to support my case 😺
#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

No branches or pull requests

3 participants