0

In my machine three GPUs are connected.ie, Tesla M2090. I want to get the usage of that GPUs. There is a tool called NVIDIA SMI which show shows the GPU usage. But when i tried to run the Option nvidia-smi.exe -d (I want to know memory and GPU Utilization). Please help

Driver version : 275.65 OS: Windows Server 2008 R2

Sijo
  • 619
  • 1
  • 7
  • 25

1 Answers1

2

Yes I got it by following

https://developer.nvidia.com/sites/default/files/akamai/cuda/files/CUDADownloads/NVML_cuda5/nvidia-smi.4.304.pdf

I give the command as follows

nvidia-smi.exe -q -d MEMORY,UTILIZATION
talonmies
  • 70,661
  • 34
  • 192
  • 269
Sijo
  • 619
  • 1
  • 7
  • 25