calculate_pue
Calculate Power Usage Effectiveness (PUE) for a data centre or server room to assess efficiency, estimate annual costs, and receive engineering recommendations.
Instructions
Calculate Power Usage Effectiveness (PUE) for a data centre or server room. Returns PUE score, efficiency rating, annual cost estimate, and engineering recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cooling_kw | Yes | Total cooling system power in kW. Example: 200 | |
| it_load_kw | Yes | IT equipment power draw in kW. Example: 500 | |
| lighting_kw | Yes | Lighting power in kW. Example: 1.5 | |
| ups_losses_kw | Yes | UPS and power distribution losses in kW. Example: 25 |