Search papers, labs, and topics across Lattice.
CloudyGUI is a novel Python-based framework designed to facilitate the testing and validation of resource management strategies in dynamic cloud computing environments. By employing a three-stage pipeline that integrates workload generation, prediction using XGBoost and LSTM, and an auto-scaling system based on the MAPE loop, it effectively simulates real-world workloads. Validation results demonstrate that CloudyGUI's generated workloads align closely with actual datasets, confirming its practical utility with minimal overhead compared to traditional command-line tools.
CloudyGUI enables researchers to simulate cloud auto-scaling with unprecedented ease and accuracy, bridging a critical gap in resource management tools.
Purpose: Cloud computing environments are highly dynamic, creating major challenges for resource management. Accurate workload prediction is therefore essential for effective auto-scaling. To address this, we present CloudyGUI, a Python simulation framework with an easy-to-use GUI that allows researchers to test and validate resource management strategies. Methods: This framework employs a three-stage pipeline: workload generation, prediction (utilizing XGBoost and LSTM), and an auto-scaling system based on the MAPE loop. Validation includes internal, intermediate, and external methods to ensure system reliability. Results: CloudyGUI's generated workloads closely match real-world datasets. A two-sample K-S test confirms this alignment, showing strong p-values of 0.19 for CPU and 0.14 for memory. When compared to a command-line tool, the GUI adds only a minimal overhead of 1.4x-4.67x. Furthermore, expert review validates the tool's realism and practical usefulness. Conclusion: CloudyGUI fills a critical gap by providing an accessible and efficient platform for simulating auto-scaling in cloud applications, helping researchers develop advanced cloud management solutions.