Power management of devices: when should i switch off?

  • Authors:
  • Ajay Gulati

  • Affiliations:
  • VMware Inc, Palo Alto, CA, USA

  • Venue:
  • Proceedings of the twenty-seventh ACM symposium on Principles of distributed computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Increasing power costs has renewed interest in software based power optimizations. One of the key question that any software based mechanism needs to decide is: How long should I wait before changing the power state of a device? In this paper, we study the solution space of this problem based on the workload history and device characteristics. We model the workload as a distribution of idle times (collected online) and the device characteristics using break-even time. Our analysis shows that one should not do any power savings if the mean of the distribution is lower than break even time. We also show that being greedy, (i.e. wait time = 0) gives the highest power savings for most of the well known distributions. Our model is also able to capture special cases such as bimodal distributions.