Class VmAllocationPolicyMigrationBestFitStaticThreshold

All Implemented Interfaces:
VmAllocationPolicyMigration, VmAllocationPolicy

public class VmAllocationPolicyMigrationBestFitStaticThreshold extends VmAllocationPolicyMigrationStaticThreshold
A VmAllocationPolicy that uses a Static CPU utilization Threshold (THR) to detect host under and VmAllocationPolicyMigrationStaticThreshold.getOverUtilizationThreshold(Host) over} utilization.

It's a Best Fit policy which selects the Host having the most used amount of CPU MIPS to place a given VM, disregarding energy consumption.

Since:
CloudSim Plus 1.0
Author:
Anton Beloglazov, Manoel Campos da Silva Filho