Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
810 stars 492 forks source link

Container placement policies most/least terminology #103

Open manuelstein opened 6 years ago

manuelstein commented 6 years ago

IMHO, in package org.cloudbus.cloudsim.container.containerPlacementPolicies, the classes ContainerPlacementPolicyMostFull and ContainerPlacementPolicyLeastFull are not implemented as named. MostFull selects the ContainerVm with the most available MIPS while LeastFull selects the least available MIPS. (see LeastFull, MostFull)

manuelstein commented 6 years ago

106 provides a hotfix that keeps using available MIPS (a maintained ContainerVM variable)