Skip to main content
. 2023 Mar 27;23(7):3488. doi: 10.3390/s23073488
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