If it is possible that PRTG can monitor Graphic as same as monitoring CPU, Memory?


Article Comments

You can see what stats are available through WMI with the query Select * FROM win32_videocontroller and the WMI Tester. Once you find the information you are looking for, you could set up a custom WMI sensor or you can use the perfomance counter stats from the server with a custom perf counter sensor.


Apr, 2014 - Permalink

Hi, need to monitor 6 linux workstation's GPU usage. These are all Nvidia K2000 graphic card. I can use nvidia-smi to get GPU data. How can I import these data in PRTG?


Apr, 2014 - Permalink

out of the box this is not available in PRTG, sorry.

You would have to use a custom script to gather the date from the SMI and then run that script in a custom sensor in PRTG

https://www.paessler.com/manuals/prtg/exe_script_sensor.htm

https://www.paessler.com/manuals/prtg/exe_script_advanced_sensor.htm


Apr, 2014 - Permalink