(CPU summation value / (<chart default update interval in seconds> * 1000)) * 100 = CPU ready %
is how we turn it into a percent
so if your seeing 5000 ms cpu ready in the realtime chart then we would go
(5000/(20*1000))*100 = 25%
if we then had 4 vCPUs we would 25 / 4 = 6.25%
Cheers