Hi,
I read this journal paper: Anton Beloglazov, and Rajkumar Buyya, "Optimal Online Deterministic Algorithms and Adaptive Heuristics for Energy and Performance Efficient Dynamic Consolidation of Virtual Machines in Cloud Data Centers", Concurrency and Computation: Practice and Experience, 2011.
I have a question about the VM selection policy "MMT".
MMT is to migrate a VM that requires the minimum time to complete compared to other VMs.
And the time consumed = Memory of VM / Bandwidth of host.
But how can I get the actual memory usage of VM in CloudSim? We didn't run a guest OS actually.
Does your workload data contain memory usage? I just know the workload data simulates a real CPU utilization of a VM.
In a real scenario, I can deploy a VM and monitor its memory usage in VM monitor.
How about the MMT implementation in CloudSim? Do you use random memory usage model or real workload data?
If permitted, could you provide the source code about this section?
---
By the way. The workload data provided by CoMon, PlanetLab, is not free to get anymore.
http://comon.cs.princeton.edu/Any alternative workload data source suggested?
Best regards,
Scribe Hwang