-
Notifications
You must be signed in to change notification settings - Fork 80
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
Computing WLS-exporter's CPU use using wls_scrape metrics and number of cores #261
Comments
From the README: The exporter produces metrics for monitoring its own performance:
They will not tell you anything useful about the overall CPU use of WebLogic Server, but only the exporter. Is there something unclear about this documentation that could be improved? |
It doesn't appear that dividing by the number of cores tells you anything useful, as indicated by this answer to a related question: https://unix.stackexchange.com/questions/211617/why-is-the-range-of-load-average-not-0-1-for-all-cpus-together |
As they write, the load is about the number of processes running, which I don't need, but the CPU usage. If I don't divide again by the number of cores, I get values far too greater than 1, like 3, 4 5. |
Hi,
I wish to get the CPU use of the WLS-exporter by dividing wls_scrape_cpu_seconds by wls_scrape_duration_seconds and the number of cores, but this formula sends some results above 100%.
Was I wrong ? Thanks for helping me.
The text was updated successfully, but these errors were encountered: