cloudsimplus icon indicating copy to clipboard operation
cloudsimplus copied to clipboard

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

Results 47 cloudsimplus issues
Sort by recently updated
recently updated
newest added

## Actual behavior When running VerticalVmRamScalingExample, the following error is prompted and it does not scale according to ram usage. > INFO 160.22: VerticalVmScalingSimple: 0 Ram deallocated from Vm 0:...

bug
help wanted

### Discussed in https://github.com/cloudsimplus/cloudsimplus/discussions/390 Originally posted by **ulfaric** August 3, 2022 Hi, I could not find examples that show how to use root switch and aggregate switch, for connecting data...

feature
network

# ISSUE ## Actual behavior According to the example "VerticalVmCpuScalingExample.java" provided, when the number of VM cores is changed to 1, the scaling action is not as expected. Further checking...

resource-utilization
improvement
Vm

Host's state history stores data about CPU utilization and allocated and requested MIPS. The `host.getStateHistory()` method just returns a List containing the data. If the user wants to compute some...

enhancement
good-first-issue
resource-utilization
design

# ISSUE: The `VmAllocationPolicyMigrationAbstract.optimizeAllocation()` method destroys and creates VMs into their current placed Hosts only to compute a new placement for VMs for under and overloaded Hosts. VMs from those...

enhancement
performance
design
VmAllocationPolicy
accuracy

# IMPROVEMENT CloudSim Plus is a discrete event simulation framework that relies on tagged message passing to notify SimEntity objects when specific events happen. Each SimEvent is tagged with a...

enhancement
design

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