| Literature DB >> 28837094 |
Abstract
In sensory swarms, minimizing energy consumption under performance constraint is one of the key objectives. One possible approach to this problem is to monitor application workload that is subject to change at runtime, and to adjust system configuration adaptively to satisfy the performance goal. As today's sensory swarms are usually implemented using multi-core processors with adjustable clock frequency, we propose to monitor the CPU workload periodically and adjust the task-to-core allocation or clock frequency in an energy-efficient way in response to the workload variations. In doing so, we present an online heuristic that determines the most energy-efficient adjustment that satisfies the performance requirement. The proposed method is based on a simple yet effective energy model that is built upon performance prediction using IPC (instructions per cycle) measured online and power equation derived empirically. The use of IPC accounts for memory intensities of a given workload, enabling the accurate prediction of execution time. Hence, the model allows us to rapidly and accurately estimate the effect of the two control knobs, clock frequency adjustment and core allocation. The experiments show that the proposed technique delivers considerable energy saving of up to 45%compared to the state-of-the-art multi-core energy management technique.Entities:
Keywords: dynamic voltage frequency scaling (DVFS); energy minimization; multi-core processor; runtime resource management; self-adaptation; sensory swarm
Year: 2017 PMID: 28837094 PMCID: PMC5620963 DOI: 10.3390/s17091955
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1(a) A multi-frame task example and (b) its fork-join model representation.
Figure 2Overall framework of the proposed self-adaptive multi-core sensory swarm node.
Figure 3Comparisons of our proposed approach with the Baseline and Exhaustive approaches under smooth workload (Heart-Wall): (a) performance, (b) hardware configurations, and (c) energy consumptions.
Figure 4Comparisons of our proposed approach with the Baseline and emphExhaustive approaches under heavily varying workload (Object-tracking): (a) performance, (b) hardware configurations, and (c) energy consumptions.
Figure 5Energy efficiency of two approaches in performance per watt.