dozzle & dtop: change the way CPU burden is calculated? #5003
Closed
ElectronicBattle
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
I tried making A dropdown would probably help, but it's complicated and would only land in Dozzle. What do you actually want here? Should Dozzle be able to go over 100%? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello all
Short version:
Do you think that the way in which
dozzleanddtopreport CPU use could be selectable; would it be useful?Explanation/description:
I'm a recent convert to
dozzleand very much a novice, anddtoptoo. I see that a heavy use docker container has its CPU utilisation show thus:and for that specific instance (Frigate's docker container):

but dtop for the same machine says

and

htopfor the same machine tends to agree with dozzle:Generally, some software seems to look at the total CPU burden and adds the total per core together to come up with a number greater than 100%, whereas other software does it differently by presumably dividing the total by the number of cores so the result can only ever reach 100%.
In my case, the CPU is
and a figure of a few tens of per cent is certainly true whereas showing 240% isn't!
All reactions