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

LoadAverage is displayed incorrectly #963

Closed
StekPerepolnen opened this issue Jul 1, 2024 · 0 comments · Fixed by #978
Closed

LoadAverage is displayed incorrectly #963

StekPerepolnen opened this issue Jul 1, 2024 · 0 comments · Fixed by #978
Assignees

Comments

@StekPerepolnen
Copy link

StekPerepolnen commented Jul 1, 2024

Page Nodes.
It is necessary to ensure that LoadAverage is calculated as
GetLoadAverage(0) * 100 / sysInfo.GetNumberOfCpus()

Currently, the value is displayed as
GetLoadAverage(0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants