Hi all,
I have a question here, the simulation result shows as below, in the red lines,
There is no output...
I could not understand that what's the meaning of this information.
what's wrong with this ? and why should I do bind here?
Even though I added below lines before starting the simulation, I still got the same results.
broker0.bindCloudletToVm(cloudlet0.getCloudletId(),vm0.getId());
broker1.bindCloudletToVm(cloudlet1.getCloudletId(),vm1.getId());
broker1.bindCloudletToVm(cloudlet1.getCloudletId(),vm2.getId());
broker0.bindCloudletToVm(cloudlet0.getCloudletId(),vm3.getId());
Could you help me ? Any clues or experience?
Thanks in advance.
The results:
0.0: Broker: Cloud Resource List received with 1 resource(s)
0.0: Broker: Cloud Resource List received with 1 resource(s)
0.0: Broker: Trying to Create VM #0 in Datacenter_0
0.0: Broker: Trying to Create VM #3 in Datacenter_0
0.0: Broker: Trying to Create VM #1 in Datacenter_0
0.0: Broker: Trying to Create VM #2 in Datacenter_0
0.1: Broker: VM #0 has been created in Datacenter #2, Host #0
0.1: Broker: VM #3 has been created in Datacenter #2, Host #1
0.1: Broker: Postponing execution of cloudlet 0: bount VM not available
0.1: Broker: VM #1 has been created in Datacenter #2, Host #0
0.1: Broker: VM #2 has been created in Datacenter #2, Host #1
0.1: Broker: Postponing execution of cloudlet 1: bount VM not available
Simulation: No more future events
CloudInformationService: Notify all CloudSim entities for shutting down.
Datacenter_0 is shutting down...
Broker is shutting down...
Broker is shutting down...
Simulation completed.
Simulation completed.
========== OUTPUT ==========
Cloudlet ID STATUS Data center ID VM ID Time Start Time Finish Time ProcessingCost Cloudlethistory waitingtime
========== OUTPUT ==========
Br,
Linda