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 column shows peculiar activity #40

Closed
markelog opened this issue Mar 14, 2017 · 5 comments
Closed

CPU column shows peculiar activity #40

markelog opened this issue Mar 14, 2017 · 5 comments
Labels

Comments

@markelog
Copy link

markelog commented Mar 14, 2017

Not sure what that's supposed to mean:

screen shot 2017-03-14 at 18 13 20

@bcicen
Copy link
Owner

bcicen commented Mar 14, 2017

On multicore systems, this is representative of the container processes utilizing 100% of at least two cores during the current polling interval.

e.g. on a four-core system, a container at 200% CPU utilization would put your total system utilization at 50%

@markelog
Copy link
Author

I see..., should we show 50% instead of 200% then? :)

@bcicen
Copy link
Owner

bcicen commented Mar 15, 2017

The current behavior is general accepted, as CPU% for containers running on differently configured hosts would provide differing metrics for identical workloads otherwise.

Per-CPU breakdown usage is a possible feature for future releases.

@rjmunro
Copy link

rjmunro commented Jan 9, 2018

Is there a way to fix the graphs so that I can differentiate containers using 100% CPU from those using 400% CPU at a glance? Currently once it reaches 100%, it always looks the same?

@bcicen
Copy link
Owner

bcicen commented Jan 11, 2018

The latest v0.7 release includes a -scale-cpu option to display CPU utilization as a % of system total

@bcicen bcicen closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants