Research Article
Energy-Efficient Resource Allocation and Migration in Private Cloud Data Centre
Algorithm 3
LNP Under filled Virtual Machines in Private Cloud.
| VM Consumption ← calculated | | VM overall facility ← calculated | | Subordinate Threshold ←calculated | | for all VM in VMList do | | VM T overall facility = find. TotalVM use LNP | | VM Consumption = VM.get. Consumption | | Subordinate Threshold = VM. Overall facility | | if (VM Consumption ≤ l Subordinate Threshold) then | | Count VM to under-loaded VMs List | | end if | | end for | | Return underloadedVMsList | | Input: VMList = List of VMs = LNP Operation | | Output: overfull VMs file |
|