• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

automated monitoring

Jan Čihák

New Member
Joined
Sep 29, 2015
Messages
2 (0.00/day)
Hello, I need to know the OID under which are GPU-Z sensors for GPU-LOAD memory utilization. I need to monitor these parameters using SNMP.


thanks
 
The sensors are not exported to OID
 
Shared memory is kind of a non-starter for people like me who don't use .NET languages. Either we need a third option out of GPU-Z or another .NET application that can read GPU-Z shared memory and provide more interfaces for getting that data, be it a REST interface, a TCP socket, or something along those lines. Either way, as I understand it, GPU-Z can only output to a file or be accessed via shared memory. I have to say though, a RESTful interface for getting GPU-Z data as JSON would be very nice.

Now that I say that, I did a google search and came by this.
http://www.hwinfo.com/forum/Thread-Introducing-Remote-Sensor-Monitor-A-RESTful-Web-Server
 
Shared memory is kind of a non-starter for people like me who don't use .NET languages. Either we need a third option out of GPU-Z or another .NET application that can read GPU-Z shared memory and provide more interfaces for getting that data, be it a REST interface, a TCP socket, or something along those lines. Either way, as I understand it, GPU-Z can only output to a file or be accessed via shared memory. I have to say though, a RESTful interface for getting GPU-Z data as JSON would be very nice.

Now that I say that, I did a google search and came by this.
http://www.hwinfo.com/forum/Thread-Introducing-Remote-Sensor-Monitor-A-RESTful-Web-Server

Looks promising , thank you :)
 
Looks promising , thank you :)
You're welcome. Let me know how it turns out as I might consider using it myself if it works well. There was another member that wanted to put sensor data into a database and I can see a tool like this making that job a lot more feasible as well.
 
and it would have more stuff for PRTG
 
Shared memory is kind of a non-starter for people like me who don't use .NET languages. Either we need a third option out of GPU-Z or another .NET application that can read GPU-Z shared memory and provide more interfaces for getting that data, be it a REST interface, a TCP socket, or something along those lines. Either way, as I understand it, GPU-Z can only output to a file or be accessed via shared memory. I have to say though, a RESTful interface for getting GPU-Z data as JSON would be very nice.

Now that I say that, I did a google search and came by this.
http://www.hwinfo.com/forum/Thread-Introducing-Remote-Sensor-Monitor-A-RESTful-Web-Server

Can .NET output to JSON? I don't see why not. The libraries should be available.
 
Back
Top