A Decentralized and Self-Adaptive Approach for Monitoring Volatile Edge Environments
Shashikant Ilager, Jakob Fahringer, Alessandro Tundo, Ivona Brandić
TL;DR
This paper tackles the limitations of centralized monitoring in volatile edge environments by proposing DEMon, a completely decentralized and self-adaptive monitoring system. DEMon combines a gossip-based information dissemination layer with a Leaderless Quorum Consensus (LQC) retrieval mechanism to ensure fast, trustworthy access to monitoring data without a central controller. The authors implement a lightweight Python prototype (SR, IDC, IRC, DQC) and validate it through extensive container-based experiments and a Raspberry Pi edge-use-case, demonstrating fast convergence, low resource usage, and robust data retrieval even under high node churn or failures. The work offers practical impact for edge and IoT deployments by enabling scalable, trustable, and low-overhead monitoring that supports latency-sensitive offloading and resource management, while outlining future directions for richer query support and security features.
Abstract
Edge computing provides resources for IoT workloads at the network edge. Monitoring systems are vital for efficiently managing resources and application workloads by collecting, storing, and providing relevant information about the state of the resources. However, traditional monitoring systems have a centralized architecture for both data plane and control plane, which increases latency, creates a failure bottleneck, and faces challenges in providing quick and trustworthy data in volatile edge environments, especially where infrastructures are often built upon failure-prone, unsophisticated computing and network resources. Thus, we propose DEMon, a decentralized, self-adaptive monitoring system for edge. DEMon leverages the stochastic gossip communication protocol at its core. It develops efficient protocols for information dissemination, communication, and retrieval, avoiding a single point of failure and ensuring fast and trustworthy data access. Its decentralized control enables self-adaptive management of monitoring parameters, addressing the trade-offs between the quality of service of monitoring and resource consumption. We implement the proposed system as a lightweight and portable container-based system and evaluate it through experiments. We also present a use case demonstrating its feasibility. The results show that DEMon efficiently disseminates and retrieves the monitoring information, addressing the challenges of edge monitoring.
