Hetzner returns CPU usage% with each core adding 100% #156

Closed
opened 2022-12-31 06:41:30 +02:00 by inex · 1 comment

This leads to CPU usage graphs going out of bounds. I've fixed it with with

maxY: ((data.map((e) => e.value).reduce(max)-1) / 100).ceil() * 100.0,

But it is not an effective solution, as it doesn't take into account how much cores do we actually have.

AFAIK Digital Ocean does not do that.

This leads to CPU usage graphs going out of bounds. I've fixed it with with ```dart maxY: ((data.map((e) => e.value).reduce(max)-1) / 100).ceil() * 100.0, ``` But it is not an effective solution, as it doesn't take into account how much cores do we actually have. AFAIK Digital Ocean does not do that.
inex added the
Bug
label 2022-12-31 06:41:30 +02:00
NaiJi added the
Priority
Low
label 2023-08-03 09:12:57 +03:00
NaiJi self-assigned this 2023-08-03 09:14:24 +03:00
Collaborator

Is pending on 272.

Is pending on [272](https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/272).
NaiJi closed this issue 2023-08-07 16:41:38 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SelfPrivacy/selfprivacy.org.app#156
There is no content yet.