I want to simulate a simple VM migration in cloudsim (or other cloud simulators), to evaluate some parameters such as time of migration by considering the volume of VM process (likes RAM, Storage, etc) or number of tasks applied on the cloudlet, etc.
can any body help me in this ? any suggest or web reference will be appreciated.
cloudsim FAQ
One of the cloudsim classes you can you for vm migration
clousim programs basic structure
I would suggest you to go through the cloudsim API to get familiar with the cloudsim packages/classes in order to understand as to which methods and classes will be useful to develop your algorithm/idea/program.