prometheus-community / windows_exporter

Prometheus exporter for Windows machines
MIT License
2.86k stars 683 forks source link

GPU metrics (NVIDIA specifically) #457

Closed zhenisduissekov closed 8 months ago

zhenisduissekov commented 4 years ago

Hello!

Thank you very much for the wmi_exporter. I have been using it for almost two months and its been very useful. I wonder if there is any possibility to get GPU metrics? I have NVIDIA card and really want to monitor it. NVIDIA offers an extension NVIDIA WMI. Is it possible to scrape these parameters?

source: https://www.nvidia.com/content/quadro_fx_product_literature/wp-06953-001-v02.pdf

regards Zhenis

carlpett commented 4 years ago

Hi @zhenisduissekov, Thanks for the suggestion! From a quick look at the linked document, it seems we should be able to read parts of it, at least. Some of their examples include invoking methods on WMI objects, which we don't support, but anything that is possible to show in perfmon should be possible in the exporter! I personally do not have an environment with a supported GPU, however, so we'd need someone to contribute the code.

zhenisduissekov commented 4 years ago

Hello Martin!

thank you for your reply. In fact, I can create a remote access to workstation with GPU (NVIDIA) and will be happy to contribute some money for your help.

regards Zhenis.

30 янв. 2020 г., в 01:36, Calle Pettersson notifications@github.com написал(а):

Hi @zhenisduissekov https://github.com/zhenisduissekov, Thanks for the suggestion! From a quick look at the linked document, it seems we should be able to read parts of it, at least. Some of their examples include invoking methods on WMI objects, which we don't support, but anything that is possible to show in perfmon should be possible in the exporter! I personally do not have an environment with a supported GPU, however, so we'd need someone to contribute the code.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/martinlindhe/wmi_exporter/issues/457?email_source=notifications&email_token=AMSX66VFSIPZHION5LUIAP3RAHLD3A5CNFSM4KNCH7IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKIO7BA#issuecomment-579923844, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMSX66UINEITBFCWTKXWG7TRAHLD3ANCNFSM4KNCH7IA.

zhenisduissekov commented 4 years ago

Hi If you like we can chat over email or whatsapp my email is zduissekov@gmail.com whatsapp +77017539889

elurex commented 4 years ago

In current Windows 10 Pro 1909, it is capable showing gpu usage via wmi (which is built into windows already)

image

github-actions[bot] commented 9 months ago

This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.