NVIDIA / dcgm-exporter

NVIDIA GPU metrics exporter for Prometheus leveraging DCGM
Apache License 2.0
923 stars 159 forks source link

Is RTX4090 supported? #404

Closed fzyzcjy closed 3 weeks ago

fzyzcjy commented 3 weeks ago

Hi thanks for the tool! https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/getting-started.html says:

DCGM currently supports the following products and environments: ... All Maxwell and newer non-datacenter (e.g. GeForce or Quadro) GPUs

Thus I guess the answer is yes. However, from some issues in this repo, it seems GeForce cards are not supported. I personally also fail to do so...

glowkey commented 3 weeks ago

Not all DCGM features are supported on RTX4090, specifically profiling metrics. See the note on "Platform Support" in the DCGM documentation: https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/feature-overview.html#platform-support

fzyzcjy commented 3 weeks ago

I see, thank you!