Host how can we execute according to the cloudlets

2019-08-31 02:50发布

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条回答
放我归山
2楼-- · 2019-08-31 03:16

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.

查看更多
登录 后发表回答