Class VmAllocationPolicyMigrationStaticThreshold

java.lang.Object
All Implemented Interfaces:
VmAllocationPolicyMigration, VmAllocationPolicy
Direct Known Subclasses:
VmAllocationPolicyMigrationBestFitStaticThreshold, VmAllocationPolicyMigrationWorstFitStaticThreshold

public class VmAllocationPolicyMigrationStaticThreshold
extends VmAllocationPolicyMigrationAbstract
A VM allocation policy that uses a static CPU utilization threshold to detect host over utilization. It's a First Fit policy which selects the first Host found with most efficient power usage to place a given VM.

If you are using any algorithms, policies or workload included in the power package please cite the following paper:

Since:
CloudSim Toolkit 3.0
Author:
Anton Beloglazov