I recently conducted a quick analysis of a VMware vSphere–based virtual datacenter for a customer, and here’s what I found.
The average monthly electricity consumption of a single vCPU is 1.4 kWh, which translates to approximately $0.4
The datacenter of my customer is located in Central Europe, and they pay 0.33 USD for 1 kWh of electricity in a Tier 3 datacenter facility (UPS + cooling included in energy cost).
Here are my questions for the broader worldwide infrastructure community.
- Q1: How much do you pay for electricity in your data center or server facility?
- Q2: What are the statistics of your cluster (CPU, memory, # of VMs, # of vCPUs)?
- Q3: How much power do your physical servers consume on average?
For vSphere Cluster statistics, you can use the PowerCLI script Get-ClusterDensity. I use it to compare virtual cluster metrics (# of VMs, # of vCPUs) with the actual power consumption of physical servers, which you can obtain from your hardware’s management tools.
If you want to dive deeper into my quick analysis, read on.