Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

get-counters "\GPU engine" return wrong value #38

Open
zhongxie opened this issue Jun 21, 2022 · 2 comments
Open

get-counters "\GPU engine" return wrong value #38

zhongxie opened this issue Jun 21, 2022 · 2 comments

Comments

@zhongxie
Copy link

zhongxie commented Jun 21, 2022

Below is the result of my windows_exporter:
image.

From powershell:
image

As you can see, "utilization_percentage" is similar to "running_time", That is what the issue looks like.

@leoluk
Copy link
Owner

leoluk commented Jun 21, 2022

What's wrong with it? Looks like the percentage is multiplied by 100, which seems right.

@zhongxie
Copy link
Author

zhongxie commented Jun 22, 2022

What's wrong with it? Looks like the percentage is multiplied by 100, which seems right.
@leoluk leoluk
Sorry, replied so late due to time difference.
Running time is accumulation of gpu engine working time works since PC boot, right?
Utilization_percentage is percentage of GPU working time in a period of time, right?
But Utilization_percentage is always equal to (Running time / 10,000,000) in perflib_exporter.
For example, when running time accumulates to 21448023900, Utilization_percentage will be 2144.8023900 % over 100%
Refrenced link: prometheus-community/windows_exporter#1005

@zhongxie zhongxie reopened this Jun 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants