Package org.cloudbus.cloudsim.power


package org.cloudbus.cloudsim.power
Provides classes and interfaces for the power-consumption module. They are used to:
  1. represent objects having power capabilities (PowerAware);
  2. model how physical/virtual elements consume power; or
  3. enable automatic power consumption data collection.
  • Class
    Description
    Interface for power-aware entities such as Hosts, Datacenters and other entities that can be introduced.
    Power consumption measurement produced by a PowerModel, consisting of a static and a dynamic fraction (in Watts).
    Periodically measures the current power usage of one or more PowerAware entities, according to a defined interval, storing the results.