How Do I Run CloudSim

This article is considered as the illustration to run the project in cloud simulator and all the required steps are derived by our technical experts.

Step: 1 Code in CloudSim

For your reference, we have highlighted code in CloudSim which is used to create and schedule the virtual machines.

int numberOfVmsAllocated = 0;

int i = 0;

 

final List<Integer> availableDatacenters = getDatacenterIdsList();

 

for (Vm pm : getVmList()) {

int datacenterId = availableDatacenters.get(i++ % availableDatacenters.size());

String datacenterName = CloudSim.getEntityName(datacenterId);

 

if (!getVmsToDatacentersMap().containsKey(pm.getId())) {

Log.printLine(CloudSim.clock() + “: ” + getName() + “: Trying to Create VM #” + pm.getId() + ” in ” + datacenterName);

sendNow(datacenterId, CloudSimTags.VM_CREATE_ACK, pm);

numberOfVmsAllocated++;

}

}

 

setVmsRequested(numberOfVmsAllocated);

setVmsAcks(0);

Step: 2 Run CloudSim

To run the CloudSim project in NetBeans, we have to right click the project and we have to select the Run option.

Running CloudSim

Finally, we have highlighted the result that is acquired through the execution of CloudSim environment.

Result of CloudSim Execution

We are here to assist you to acquire the appropriate results in your research process, reach us for the research aids.

Opening Time

9:00am

Lunch Time

12:30pm

Break Time

4:00pm

Closing Time

6:30pm

  • award1
  • award2