Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我们有 50 个小云,10 个虚拟机和一个主机,我们如何根据小云的到达时间而不是主机中的虚拟机命令来执行它们。请注意,我使用 cloudsim 模拟器
Cloudlet 是在到达的基础上安排的,而不是在 VM 的基础上。第一个 cloudlet 绑定到第一个 VM,第二个绑定到第二个 VM,依此类推。如果要将 cloudlet 绑定到特定 VM,请使用 broker.bindCloudletToVm(cloudlet id, vm id) 函数。