cloudsimplus / cloudsimplus

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples

Home Page:https://cloudsimplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support VM startup/shutdown delay and boot overhead

manoelcampos opened this issue · 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