If we have 50 cloudlets,10 VMs and one Host how can we execute them according to the cloudlets arrival time, not to the VM orders in the host. note that I using cloudsim simulator
Asked
Active
Viewed 169 times
0
-
Can you give us an example of what you've tried already? – redhotspike Aug 07 '18 at 17:37
-
I tried to update CloudSimExample1 code in clouddim, I create 50 cloudlets In each loop I assign it to random VM, then I sent them to the broker. In the broker I resorted cloudlets based on cloudlets arrival time But when I run the simulator the result are executed according to vm order Note that I using CloudletSchedulerSpaceShared for the VMs – محمد علي الزيادنه Aug 07 '18 at 18:16