I am the developer of rig-monitor (see here: https://bitcointalksearch.org/topic/new-free-rig-monitor-40-alpha-released-2128602) and I a, looking o add EWBF support to it. Could someone share an example of the json output together with an example of the API query?
Thanks a lot
http://192.168.1.16:42000/getstat
{
"method": "getstat",
"error": null,
"start_time": 1527870255,
"current_server": "localhost:9998",
"available_servers": 1,
"server_status": 1,
"result": [{
"gpuid": 0,
"cudaid": 0,
"busid": "0000:01:00.0",
"name": "GeForce GTX 1080",
"gpu_status": 2,
"solver": 0,
"temperature": 68,
"gpu_power_usage": 195,
"speed_sps": 512,
"accepted_shares": 10010,
"rejected_shares": 0,
"start_time": 1527976217
}, {
"gpuid": 1,
"cudaid": 1,
"busid": "0000:81:00.0",
"name": "GeForce GTX 1080",
"gpu_status": 2,
"solver": 0,
"temperature": 62,
"gpu_power_usage": 198,
"speed_sps": 506,
"accepted_shares": 10956,
"rejected_shares": 0,
"start_time": 1527870256
}, {
"gpuid": 2,
"cudaid": 2,
"busid": "0000:82:00.0",
"name": "GeForce GTX 1080",
"gpu_status": 2,
"solver": 0,
"temperature": 64,
"gpu_power_usage": 197,
"speed_sps": 508,
"accepted_shares": 10898,
"rejected_shares": 0,
"start_time": 1527870256
}
]
}