Manoel Campos
Manoel Campos
When a finished VM is re-submitted to start executing again, its arrival time is updated by the broker to the current simulation time, but the creation time is not. It...
## Expected behavior When a Cloudlet is waiting to receive packets from another Cloudlet, there must be a maximum time that the Cloudlet must wait for that packet. ## Actual...
# ISSUE: ## Actual behaviour and expected behavior Consider a scenario where we have 1 host with 2 PEs and 4 VMs each one requesting these 2 PEs. The paper...
Remove the `broker0.setFailedVmsRetryDelay(-1)` in CostsExample1 to check that. That may happen because VMs are never destroyed when become idle. And since events to retry VM creation may be arriving all...
Check [org.cloudsimplus.builders.tables](https://github.com/manoelcampos/cloudsimplus/tree/master/cloudsim-plus/src/main/java/org/cloudsimplus/builders/tables) package. A new set of classes can be created based on TextTable related classes. ## Related Issues - #328 - #329
Check [org.cloudsimplus.builders.tables](https://github.com/manoelcampos/cloudsimplus/tree/master/cloudsim-plus/src/main/java/org/cloudsimplus/builders/tables) package. A new set of classes can be created based on TextTable related classes. ## Related Issues - #328 - #330
The regular Cloudlet workflow is as follow: - a Cloudlet is submitted to a VM and may wait in a queue until the VM has enough PEs to execute the...
A `HostSimple` is created providing the Bandwidth (BW) capacity that is allocated to it. Such BW is represented as a `Resource` object that is created from the `bw` param given...
`VmAllocationPolicy` implementations use lots of `Maps` to associate the number of free PEs for each Host and `Lists` of these PEs which are free. After CloudSim Plus, all this information...