Any way to get a more in-depth statistical analysis automated enough to host it somewhere like p2pool.info?
It's possible to automate it. Don't know if p2Pool.info could host it though.
If someone else wants to develop it, I would be happy to host it on p2pool.info.
The easiest way to incorporate it into p2pool.info would be for it to be entirely client side (running in the browser, i.e. written in javascript). Maybe using something like
D3.js to draw the graphs. As a reminder (it's posted somewhere else in this thread but hard to find), all of the data that p2pool.info has about blocks and round lengths, etc, are available in JSON from here:
http://p2pool.info/blocks?all=trueIf someone does this, feel free to message me and I'll help get it on the site. Or if someone wants to develop this and host it elsewhere, I'm also happy to link to it from p2pool.info so that people will find it more easily. Just let me know what you prefer.
I only have experience in R and a little python. If someone wants to set something like this up I can write scripts in R to provide data or static graphs, or else explain what data you need and how to calculate it.
I still think that the charts on p2Pool are great - much better than available at most pools. Maybe that's the problem - so much data that miners interpret the data in a way that it wasn't meant to be used.
"Luck" graphs are good at helping miners reconcile what they've earned with what they should have earned, but shouldn't be used to look for problems with the pool. There's no automated way to analyse the data for problems without generating many different analyses and teaching miners to understand them. It's not a simple task.