Class PowerModelHostSimple

java.lang.Object
org.cloudsimplus.power.models.PowerModelHostAbstract
org.cloudsimplus.power.models.PowerModelHostSimple
All Implemented Interfaces:
PowerModel, PowerModelHost

public class PowerModelHostSimple extends PowerModelHostAbstract
Simple power model for hosts with linear power consumption according to the CPU utilization percentage.
Since:
CloudSim Plus 6.0.0
See Also:
  • Constructor Details

    • PowerModelHostSimple

      public PowerModelHostSimple(double maxPower, double staticPower)
      Instantiates a PowerModelHostSimple by specifying its static and max power usage.
      Parameters:
      maxPower - power (in watts) the host consumes under a full load.
      staticPower - power (in watts) the host consumes when idle.
  • Method Details