In CloudSim, how to assign the RAM and CPU usage of all cloudlets ? How to get the total utilization of ram and Mips for all VM(s)?
Asked
Active
Viewed 620 times
1 Answers
0
There's a method of class Vm
getTotalUtilizationOfCpuMips(double time)
Get utilization created by all cloudlets running on this VM in MIPS. You can calculate total utilization of particular VM and so you can find total utilization Mips of all. Same is documented here You can also refer this

Chanda Korat
- 2,453
- 2
- 19
- 23