Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 72 words in the discussion.

Trending Topics

#gpus#gpu#building#monitoring#metrics#tool#nvidia#hardware#realized#test

Discussion (1 Comments)Read Original on HackerNews

rnts08β€’about 8 hours ago
I was building a hardware monitoring and metrics tool and realized that I have no way to test if I get the right information out from nvidia gpus via nvml metrics without using deployed gpus, so I made a mock gpu driver that allows you to present a gpu in a desired state as a real gpu to a linux system. It creates and overloads the libnvidia.so* files and simply construct a scenario from json that is hot-swappable when it is running.

It is a useful tool and easy to use if you're building monitoring or telemetry for nvidia gpus.