BTW what is the formula for calculating the hardware error percentage?
Because the ui seems to be using "(HW / ShareTotal) * 100" a different one from the one i am using "HW * 100 / (diff1 + HW)".
I am just trying to figure out if i have been using the wrong one up till now or if the UI is using the wrong one.