Host how can we execute according to the cloudlets arrival time when there are multiple VMs

时光怂恿深爱的人放手 提交于 2019-12-24 18:31:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!