Open wishbone1138 opened 7 years ago
Agreed. Let's keep this open until all miners are updated
Implemented in miner-ewbf and miner-claymore. Right now I'm only writing out -1 to active_gpus, total_hr, and total_hr_dcoin (if applies). In addition, I'm only writing minersystem[module] and not minergpu[module]. It wouldn't be hard to write out the gpu as well, I'm just not sure it's necessary?
Cool. I'll add this to the sgminer os soon as I finish the profitability script
Supported added to sgminer
I think we can close this one, right?
I think I want to write out the GPU metrics too. The reason I say that is our gpu temp/fan speeds will stick at their current values unless those are also written in some way. It might be nice to see those go to -1 as well to indicate that we're no longer getting a measurement? I could write this out based on the "isntalled_gpu" parameter and just write out that many gpu metrics with -1 for temp, hr, and fan speed. thoughts?
This is an example of what I mean. You'll see -1 for kinko2 but the temp is obviously "stuck".
TODO: add a write out for miner_gpu for number of gpus in conf file. Will write -1 for temp and fan speed.
I propose we write a -1 when we cannot connect for our monitoring tools. It might help differentiate between a rig running at 0 and a rig that cannot be reached for some reason? Maybe test this idea out just on minersystem[module] for total_hr? other ideas?