| Algorithm 1: Algorithm to classify VM as Underutilized |
|
Input: Request m, Machine n, Threshold Value. Result: Servers ni having high load. Initialize i, j = 0; ∀ machine, do ∀ Requestm allocated to Machinen; QueueLength += 1; end if Queue length < Threshold then Call RockHyrax Load Balancing Algorithm; end |