Looking into PUE calculation for a small datacenter, I have here some questions :
- With standard air-cooled servers, it is simple, get the power draw of the servers (i.e. IT power), get the power draw of the total facility (i.e. facility power). Divide the latter by the former, you get your PUE.
- With servers cooled by a building-level system with a cold water delivery circuit and heat exchangers. I am a bit confused whether the water cooler is considered as part of the IT equipment or part of the facility equipment.
If I ask it is because mechanically transporting the heat using water can lead to significant gain in overall efficiency but, if I understand it right, it can negatively affect the PUE if the external part is not counted as IT equipment. This seems to me that there is then a flaw in the metric. I would like here to see here whether it is indeed flawed or whether my understanding is failing.
Let me illustrate with an example, I do on one single server and simple architecture just for the sake of simplicity, but the general idea remains the same :
Server 1 :
- 200W of power consumption, excluding the fans (i.e. M/B + CPU + RAM + storage | in other words, the actual computing power)
- 30W of fans in the server.
- 50W of incurred extra facility power (lighting, efficiency of the power delivery, building ventilation...)
I get here a PUE of 280/230 = 1.22
Server 2 :
- 200W of power consumption, excluding the fans, (i.e. same hardware as Server 1)
- 10W for the water circulating pump, located in the server
- 20W of fans, located on the external water cooling unit, here just a simple radiator with low speed fans (as we are able to work with bigger slower fan instead of the high speed in the air-cooled server) .
- 50W of incurred extra facility power (lighting, efficiency of the power delivery, building ventilation,...)
I get here a PUE of 280/210 = 1.33
In both I have same hardware and same overall facility power, yet, the PUE is quite different.
So, should I take PUE ratings with a pinch of salt when considering datacenter?
Extra question : is there a metric that calculate the Total power / Computing power? or something like that?