Hi,
I recently started using CloudSim. I want to assigned cloudlets to vm based on their existing utilization. For the said purpose, I thought to do modification in the submitCloudlets() method in the Broker class.In this method, I am calling the getTotalUtilizationofCpu() method of each vm to check its current utilization. However, I am getting 0. I thought, this way, I will check the current utilization of each vm and then will assign cloudlet to specific vm. I don't know why I am getting 0 ? Any idea of how to achieve this ?
Regards,
au