NVIDIA / go-nvml

Go Bindings for the NVIDIA Management Library (NVML)
Apache License 2.0
290 stars 62 forks source link

API #106

Closed wade-liwei closed 5 months ago

wade-liwei commented 6 months ago

do you have GPU model、GPU mem、GPU mem used percent、GPU used percent interface?

wade-liwei commented 6 months ago

I found out the func: GetMemoryInfo GetName and GetVgpuUtilization(LastSeenTimeStamp uint64)

Could you please give me an example for LastSeenTimeStamp param?

wade-liwei commented 6 months ago

I have resolved the above problem.

Right now, I want to get the GPU FLOT,Please help me.