Package org.cloudbus.cloudsim.power

  • Interface Summary
    Interface Description
    PowerAware<T extends PowerModel>
    Interface for power-aware entities such as Hosts, Datacenters and other entities that can be introduced.
  • Class Summary
    Class Description
    PowerMeasurement
    Power consumption measurement produced by a PowerModel, consisting of a static and a dynamic fraction (in Watts).
    PowerMeter
    Periodically measures the current power usage of one or more PowerAware entities, according to a defined interval, storing the results.