问题
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
回答1:
Cloudlets are scheduled on the base of arrival, not on the base of VMs. 1st cloudlet is bound to the first VM and second to 2nd VM and so on. If you want to bound cloudlet to specific VM use broker.bindCloudletToVm(cloudlet id, vm id) function.
来源:https://stackoverflow.com/questions/51732399/host-how-can-we-execute-according-to-the-cloudlets-arrival-time-when-there-are-m