Hi There,
A useful feature that might solve some of the "I'm building a web service to show stats" or "I'm building an android app to show stats" would be to add an option to push data to an external time series database, such as graphite or influxdb. From there, people can use their own visualisation tools to display the data - either cloud-based, or local. This might also help with some of the difficulties people have had with the remote server third party extensions that are abandoned.
The insertion of data to the services is quite straightforward - either via HTTP for influxdb - https://docs.influxdata.com/influxdb/v1.2/guides/writing_data/ or just feeding it straight at the socket for graphite - http://graphite.readthedocs.io/en/latest/feeding-carbon.html
Presently I'm polling MSI Afterburner's remote server via collectd, inserting into influxdb and displaying via grafana - http://i.imgur.com/2ZyNhdn.png but it's intelegant, and MSI Afterburner doesn't have the same quality of sensors as HWInfo.
Cheers,
yumcimil
A useful feature that might solve some of the "I'm building a web service to show stats" or "I'm building an android app to show stats" would be to add an option to push data to an external time series database, such as graphite or influxdb. From there, people can use their own visualisation tools to display the data - either cloud-based, or local. This might also help with some of the difficulties people have had with the remote server third party extensions that are abandoned.
The insertion of data to the services is quite straightforward - either via HTTP for influxdb - https://docs.influxdata.com/influxdb/v1.2/guides/writing_data/ or just feeding it straight at the socket for graphite - http://graphite.readthedocs.io/en/latest/feeding-carbon.html
Presently I'm polling MSI Afterburner's remote server via collectd, inserting into influxdb and displaying via grafana - http://i.imgur.com/2ZyNhdn.png but it's intelegant, and MSI Afterburner doesn't have the same quality of sensors as HWInfo.
Cheers,
yumcimil