Package org.cloudsimplus.power


package org.cloudsimplus.power

Provides classes and interfaces for the power-consumption module. They are used to:

  • represent objects having power capabilities (PowerAware);
  • model how physical/virtual elements consume power; or
  • 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
    invalid reference
    interval
    , storing the results.