Manoel Campos

Results 32 issues of 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...

bug
help wanted
DatacenterBroker
Vm

## 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...

enhancement
help wanted
feature
good-first-issue

# 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...

bug
help wanted
good-first-issue
VmScheduler

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...

bug
enhancement
in-progress
good-first-issue
DatacenterBroker

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

help wanted
feature
good-first-issue

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

help wanted
feature
good-first-issue

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...

enhancement
good-first-issue

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...

enhancement
network
resource-utilization

`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...

enhancement

Fix #69

bug