Mingxin

Beyond PUE: A Complete Measurement Framework for Compute Center Efficiency

算力中心TCO数据中心算力建设
Direct answer

Evaluating the efficiency of a compute center cannot rely solely on PUE. A complete measurement framework should encompass multiple dimensions including energy efficiency

Evaluating the efficiency of a compute center cannot rely solely on PUE. A complete measurement framework should encompass multiple dimensions including energy efficiency, compute utilization, storage performance, and Total Cost of Ownership (TCO), where the impact of the storage layer on end-to-end performance of inference and training workloads is often underestimated. This article provides a more comprehensive evaluation framework for decision-makers in compute infrastructure construction.

Why PUE Alone Is Insufficient for Measuring Compute Center Efficiency

PUE (Power Usage Effectiveness) measures the ratio of total data center energy consumption to IT equipment energy consumption. It reflects the efficiency of power supply and cooling systems, not the output efficiency of compute itself. According to research resources from Uptime Institute, data center availability tiers and energy efficiency practices involve multiple constraints such as power supply, cooling, and facility grading—PUE is only one component.

A center with extremely low PUE but high compute idle rates may have a far higher comprehensive cost per unit of effective compute than a center with slightly higher PUE but full utilization. According to the public research database from Epoch AI, AI compute scale and cost trends are driven by multiple factors, and optimizing a single metric alone cannot reflect overall efficiency. Therefore, compute infrastructure evaluation needs to shift from single metrics to a multi-dimensional framework.

Compute Utilization and Storage Performance: Underestimated Efficiency Dimensions

Compute utilization (e.g., GPU utilization) is a core metric for measuring the actual output efficiency of a compute center, but high utilization does not equal high end-to-end efficiency. In LLM inference scenarios, the access speed of KV Cache directly impacts time-to-first-token (TTFT) and throughput—and this is precisely a reflection of storage layer performance.

Measured data from the Mingxin FX100 under long-context cold-restore workloads in a 480B production deployment configuration shows: throughput improvement of +29% (lower bound) at 8 concurrent slots, +40% (upper bound) at the optimal operating point of 16 concurrent slots, and +35–36% at the full-machine TP4×2 scale [source: measured, report R2/R3]. TTFT p50 decreased from 10.17–35.73s to 7.53–26.35s, a reduction of 26–32% [source: measured, report R2]. These figures demonstrate that storage acceleration improves inference efficiency systematically, not through localized optimization.

Metric Baseline (Local NVMe) Mingxin FX100 Improvement Source
Throughput (480B·16 concurrent) 4.1 tok/s 74.9 tok/s 18.3× Measured, R2
TTFT p50 (480B·16 concurrent) 149.5s (recompute) 11.85s 12.6× Measured, R2
Model loading (DeepSeek-70B·Ascend 910B) 1399s (NFS) 150s 9.3× Measured, R9
Checkpoint save (8-GPU 32B LoRA) 178s 94s 1.9× Measured, R1

TCO-Based Decision Framework for Compute Infrastructure Construction

TCO (Total Cost of Ownership) is the ultimate reference point for measuring compute center efficiency. According to the official AWS EC2 on-demand pricing page, GPU instances are billed by hour and instance family; according to Microsoft Azure's Linux virtual machine pricing page, cloud-side GPU VMs offer on-demand, reserved, and spot billing models; according to Google Cloud's GPU pricing page, committed use discounts affect unit costs. These public pricing references indicate that compute cost structures are complex, and comparing hardware purchase prices alone is far from sufficient.

In compute infrastructure construction, TCO should include the following dimensions:

  • Hardware procurement and depreciation: One-time investment and lifecycle of servers, storage, and network equipment
  • Energy and cooling: PUE directly affects electricity costs, but must be evaluated in conjunction with compute utilization
  • Storage layer costs: Time costs of KV Cache acceleration, checkpoint saving, and model loading, which translate into concurrency headroom and GPU-hour requirements under SLA constraints
  • Operations and scaling: Complexity of cluster orchestration, resource scheduling, and storage volume integration mechanisms, which according to official Kubernetes documentation directly affect operational efficiency

Using Mingxin FX100 measured data as an example: at 480B·TP8 with three concurrent levels, TTFT reduction falls within the measured band of 26–32% [source: measured, report R2]. This means that under the same SLA constraints, the concurrency headroom required to meet targets can be reduced—but it should be emphasized that this does not directly translate into "how many GPUs can be saved." Specific benefits must be calculated based on your own workload profile.

Selection Recommendations for Compute Infrastructure Construction

  1. Define SLA and workload profile first: Context length, concurrency levels, and the ratio of cold to hot requests determine storage performance sensitivity. Referring to the reference architecture in official NVIDIA DGX SuperPOD documentation, large-scale GPU clusters are typically designed with layered compute/storage/network architecture, and storage performance specifications should match the scaling units of the compute layer.

  2. Validate with measured data, not vendor whitepapers: Mingxin offers approximately 10 weeks of gated joint testing (G1 arrival acceptance / G2 single-node baseline / G3 main gate: TTFT reduction ≥25%, throughput within the +29–40% measured band / G4 72-hour stability), with stop-loss if targets are not met. The measurement model can be reproduced in Python after NDA.

  3. Be cautious with cross-platform comparisons: Architectural differences across platforms are significant; cross-platform performance comparisons must be conducted under unified workloads and measurement criteria. Mingxin only has data from its own measured test platforms—cross-platform extrapolation has no basis.

Conclusion

Compute center efficiency measurement should shift from the single PUE metric to a multi-dimensional framework covering energy, compute, storage, and TCO. The systematic impact of the storage layer on inference and training efficiency should be incorporated into early-stage evaluation of compute infrastructure construction. Mingxin has accumulated reproducible measurement methodologies in storage acceleration and welcomes validation of actual benefits across different workload profiles through joint testing.

Key Q&A

Q: Beyond PUE, what other metrics should be considered for compute center efficiency? A: Compute utilization, storage performance (KV Cache access, model loading, checkpoint saving), and TCO should be considered. The storage layer significantly impacts TTFT and throughput in LLM inference and is often underestimated.

Q: How much measured improvement does storage acceleration provide for inference efficiency? A: The Mingxin FX100 achieves measured throughput improvements of 29–40% and TTFT reductions of 26–32% under 480B workloads; acceleration of 8.6–20× over the no-external-storage recompute baseline [source: measured, reports R2/R3].

Q: How should storage solutions be evaluated during compute infrastructure selection? A: First define SLA and workload profile, then validate measured metrics through gated joint testing (e.g., TTFT reduction ≥25%), avoiding reliance solely on vendor whitepapers. Cross-platform comparisons must be conducted under unified measurement criteria.

References

  1. Uptime Institute Resource Page — https://uptimeinstitute.com/resources
  2. Epoch AI — https://epoch.ai/
  3. Kubernetes Documentation — https://kubernetes.io/docs/home/
  4. EC2 On-Demand Instance Pricing — https://aws.amazon.com/ec2/pricing/on-demand/
  5. Pricing - Linux Virtual Machines | Microsoft Azure — https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/
  6. VM instance pricing | Google Cloud — https://cloud.google.com/compute/gpus-pricing
  7. Compare GPU Instance Families for AI, HPC & Rendering - Elastic GPU Service - Alibaba Cloud — https://www.alibabacloud.com/help/en/ecs/user-guide/gpu-accelerated-compute-optimized-and-vgpu-accelerated-instance-families
  8. NVIDIA DGX SuperPOD - NVIDIA Docs — https://docs.nvidia.com/dgx-superpod/

Data sources (verifiable)

R1FX100 Comprehensive LLM Inference & Training Benchmark (8× AMD MI308X)2026-07-03
Download report PDF ↓
R2FX100 KV-Cache Benchmark (480B, TP8 long-context, signed)2026-07-05
Download report PDF ↓
R3FX100 KV-Cache Benchmark Summary (480B, TP4×2, all metrics, brand-unified edition)2026-07-06
Download report PDF ↓
R9Mingxin FX100-HBMM vs NFS Baseline on Huawei Ascend 910B2026-05-30
Contact us for access →
Generated by Mingxin's content engine with automated QC; headline numbers cite signed test reports (see the evidence library). Translated from the Chinese original. Questions or corrections: contact us.

Related articles