rack capacity
rack_capacityQuick rack space and weight sizing calculator for homelab and small data center racks. Enter your devices with their height in rack units, weight, and wattage to get total utilization, remaining free space, weight totals in lbs and kg, and recommended PDU count based on the NEC 80% continuous load rule (1920W per 20A/120V PDU). Estimates cable management overhead at 2U per 10U of installed gear. Outputs total_watts that chains into power_cost and cooling_btu for full infrastructure planning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| devices | Yes | List of devices to place in the rack | |
| rack_units | No | Total rack height in rack units (standard is 42U) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| free_u | Yes | Remaining empty rack units | |
| used_u | Yes | Total rack units consumed by devices | |
| overhead_u | Yes | Estimated cable management overhead in rack units (2U per 10U of gear) | |
| total_watts | Yes | Total power draw of all devices in watts | |
| total_weight_kg | Yes | Total weight of all devices in kilograms | |
| utilization_pct | Yes | Percentage of rack space used by devices | |
| effective_free_u | Yes | Free rack units after subtracting cable management overhead | |
| total_weight_lbs | Yes | Total weight of all devices in pounds | |
| recommended_pdu_count | Yes | Recommended number of PDUs (each PDU = 80% of 20A/120V = 1920W) |