NVIDIA / gpu-monitoring-tools

Tools for monitoring NVIDIA GPUs on Linux
Apache License 2.0
1.02k stars 301 forks source link

nvml.Device should support more method for detail request #62

Open mozhata opened 4 years ago

mozhata commented 4 years ago

at nvml.go#L433L433

I try get 8 devices' status by call func (d *Device) Status() (status *DeviceStatus, err error) in range, and cost 1 second to complete it

and I only care about MemoryInfo, I think it's better support more detail method