tytanick - can you have total watts, total hash consumed by all rigs in the dashboard? Thanks
You mean summary stats that will show total wattage and total hashing speed ?
This is something that i want to implement soon in rig List at the top.
I want to make some kind of summaries like that.
But currently we are focusing on gathering all those data as 1 minute samples and then we want to show those to user as graph statistics
So when we will finish those things user will be able to see total rigs wattage on graph and few oter things like graphs per gpu :temperature, fanspeed.
If the rig was online, how much gpus were in the rig in every minute to see if something is failing and few other things.
So yeah we are doing that but it will require some time as we need to make this super optimized so it will work fast
Please be patient as this requires a lot of tests, a LOT !.
I have done with my dev already like 20 tests of performance of what method of storing stats from all customers rigs will be efficient in time and capacity.
We will be storing first one hour of samples in REDIS and then making 10 minute average samples that will be saved in mysql (for period of 30 days).
After that those 10 minute samples will be averaged into 1 hour samples and stored for a period of 1 or even 2 years.
If you have any suggestions or requests citronick please let me know.