I am using cloudsim for my research. I am doing a research on migrating VM in cloud environment. I want calculate network throughput in cloudsim.. how can I do it??
Depending upon the type of service and its scope, throughput is calculated. You can do it on the basis of response time (e.g, for VM migration, service provisioning, resource allocation, etc.).
CloudSim supports VM provisioning at two levels: first, at the host level and second, at the VM level. At the host level, it is possible to specify how much of the overall processing power of each core will be assigned to each VM. At the VM level, the VM assigns a fixed amount of the available processing power to the individual application services (task units) that are hosted within its execution engine.
And at each level, CloudSim implements the time-shared and space-shared provisioning policies.
So, you have to decide which provision you want to use to calculate your throughput.
Plus there is an inbuilt functionalites in Cloudsim to check the throughput based on the above parameters.
I approve the last answer of Johnson Thoudam. To well understand time-shared and space-policies, i recommend to you to read this paper "Bi-objective decision support system for task-scheduling based on genetic algorithm in cloud computing"