Big Data Workload Profiling for Energy-Aware Cloud Resource Management
Milan Parikh, Aniket Abhishek Soni, Sneja Mitinbhai Shah, Ayush Raj Jha
TL;DR
The paper addresses rising energy consumption in data-center big data processing by proposing a workload-aware, predictive VM-placement framework that profiles CPU, memory, and I/O behavior from historical logs and real-time telemetry. It predicts energy-per-placement with $\hat{E}(W_i, h) = f_{\theta}(W_i, R_h)$ and ranks candidates to minimize total energy under SLA constraints, enabling adaptive consolidation. Experimental evaluation across Hadoop MapReduce, Spark MLlib, and ETL workloads shows energy savings of 15–20% with negligible SLA violations, validating the practicality of telemetry-driven workload profiling for green cloud operation. The approach is hardware-agnostic and compatible with DVFS and container orchestration, offering a scalable path to sustainable, multi-tenant cloud data centers.
Abstract
Cloud data centers face increasing pressure to reduce operational energy consumption as big data workloads continue to grow in scale and complexity. This paper presents a workload aware and energy efficient scheduling framework that profiles CPU utilization, memory demand, and storage IO behavior to guide virtual machine placement decisions. By combining historical execution logs with real time telemetry, the proposed system predicts the energy and performance impact of candidate placements and enables adaptive consolidation while preserving service level agreement compliance. The framework is evaluated using representative Hadoop MapReduce, Spark MLlib, and ETL workloads deployed on a multi node cloud testbed. Experimental results demonstrate consistent energy savings of 15 to 20 percent compared to a baseline scheduler, with negligible performance degradation. These findings highlight workload profiling as a practical and scalable strategy for improving the sustainability of cloud based big data processing environments.
