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

Grafana Shows Wrong Core_Frequency Value, But Data is Right #789

Open
alastorid opened this issue Jul 16, 2024 · 4 comments
Open

Grafana Shows Wrong Core_Frequency Value, But Data is Right #789

alastorid opened this issue Jul 16, 2024 · 4 comments
Labels

Comments

@alastorid
Copy link

alastorid commented Jul 16, 2024

The system is a DL560G8 with 4x4657LV2. Here's what the Grafana looks like:

image

The metric 7.86e-7 for CPU frequency seems incorrect, as I expect the CPUs to run between 1 to 2.9 GHz, or possibly at 0.8 GHz. I've monitored the dashboard for a while and noticed that the frequency never reaches 2.x GHz, even when the target system is fully loaded.

I checked the data from back-end and the result seems good:

image

Attached are some metric files from the system, along with the prometheus.json dashboard file. Not all data on Grafana are incorrect: for example, DDR read/write and cache hit rates appear correct. I've checked the dashboard file and can't find an obvious reason for the unexpected Core_Frequency value. Any pointers would be appreciated!
Dashbaord

Metrics

P.S. The Grafana instance is running in Docker on a freshly installed Red Hat Enterprise Linux 9.4, launched using the script ./start-prometheus.sh target.txt

@rdementi rdementi added the bug label Jul 16, 2024
@rdementi
Copy link
Contributor

thanks for the report. This looks like a bug to me..

@rdementi
Copy link
Contributor

rdementi commented Jul 16, 2024

this seems to be specific to the way how this pcm data is exposed in prometheus format. The PCM start.sh grafana script (telegraf/inflixdb/grafana stack) shows these metrics correctly.

@rdementi
Copy link
Contributor

I think I have root-caused the issue.

@alastorid
Copy link
Author

Glad to hear it’s been figured out! Looking forward to the update.

rdementi added a commit that referenced this issue Jul 17, 2024
Disable freq metrics for prometheus for a moment
#789
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

2 participants