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.
有没有办法在cloudsim中找出VM上的cloudlet数量?
有一种方法可以getVmId()为 您提供将在其上安排Class Cloudlet的 VM 的 ID 。cloudlet
getVmId()
Class Cloudlet
cloudlet
cloudlet.getVmId()
返回:VM Id 或 -1 如果 Cloudlet 未分配给 VM
通过设置计数器,您可以计算在特定 VM 上运行的小云的数量。