cloudsimplus/cloudsimplus

Support VM startup/shutdown delay and boot overhead

manoelcampos opened this issue · 0 comments

  • Introduces Vm.startupDelay to indicate how long the VM boot process must take.
  • Introduces a BootModel class and Vm.bootModel attribute to indicate how VM will use CPU and RAM during boot time
    (if the Vm.startupDelay is set).

Examples Available

Related Issues