Interface | Description |
---|---|
UtilizationModel |
The UtilizationModel interface needs to be implemented in order to provide a
fine-grained control over resource usage by a Cloudlet.
|
Class | Description |
---|---|
UtilizationModelAbstract |
An abstract implementation of
UtilizationModel . |
UtilizationModelDynamic |
A Cloudlet
UtilizationModel that allows to increase the utilization of the related resource along
the simulation time. |
UtilizationModelFull |
A
UtilizationModel that according to which, a Cloudlet always utilizes
a given allocated resource from its Vm at 100%, all the time. |
UtilizationModelPlanetLab |
Defines a resource utilization model based on a
PlanetLab
Datacenter workload (trace) file.
|
UtilizationModelStochastic |
Implements a model, according to which a Cloudlet generates
random resource utilization every time frame.
|
Enum | Description |
---|---|
UtilizationModel.Unit |
Defines the unit of the resource utilization.
|
CPU
, Ram
and
Bandwidth
,
defining how a given resource is used by a Cloudlet
along the simulation time.
The most basic utilization model that can be used for any of the mentioned resources
is the UtilizationModelFull
.
Copyright © 2015–2019 Systems, Security and Image Communication Lab - Instituto de Telecomunica����es (IT) - Universidade da Beira Interior (UBI) - Instituto Federal de Educa����o Ci��ncia e Tecnologia do Tocantins (IFTO). All rights reserved.