Class VmUtilizationHistory

  • All Implemented Interfaces:
    UtilizationHistory

    public class VmUtilizationHistory
    extends Object
    implements UtilizationHistory
    Stores resource utilization data for a specific Vm.
    Since:
    CloudSim Plus 1.4
    Author:
    Anton Beloglazov, Manoel Campos da Silva Filho
    • Constructor Detail

      • VmUtilizationHistory

        public VmUtilizationHistory​(Vm vm,
                                    boolean enabled)
        Instantiates the class to store resource utilization history for a specific Vm.
        Parameters:
        vm - the vm to instantiates the object to store utilization history
        enabled - true if the history must be enabled by default, enabling usage history to be collected and stored; false if it must be disabled to avoid storing any history, in order to reduce memory usage
      • VmUtilizationHistory

        public VmUtilizationHistory​(Vm vm)