Research Article
Energy-Efficient Resource Allocation and Migration in Private Cloud Data Centre
Algorithm 2
LNP overloaded virtual machines in private cloud.
| VM consumption ← calculated | | VM overall facility ← calculated | | Over Consumed VMList ← calculated | | for all VM in VMList do | | VM overall facility.find.TotalVM use LNP | | VM Consumption. Find LNP Operation | | if (VM Consumption ≥ VM overall facility) then | | Add VM to overfull VMsList | | end if | | end for | | Return overfull VMsList | | Input: VMList = List of VMs = LNP Operation | | Output: overfull VMs file |
|