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

CPU usage bar does not handle multiple CPU cores #20

Open
pulkomandy opened this issue Jan 3, 2017 · 0 comments
Open

CPU usage bar does not handle multiple CPU cores #20

pulkomandy opened this issue Jan 3, 2017 · 0 comments
Labels

Comments

@pulkomandy
Copy link
Member

When you have multiple CPU cores, Slayer will measure CPU usage vs. the total available horsepower. This means a single thread can never go past 25% on a quad core machine, for example.

This should be reviewed so:

  1. Threads show their percentage of use for 1 core, which can go from 0 to 100% (hogging one core)
  2. Apps show their usage of each of the available cores. The single bar could be replaced by 4 thinner ones, for each CPU.
@diversys diversys added the bug label Mar 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants