Host
implementations
that represent a Physical Machine (PM) is used to run Vm
from different cloud customers
(represented by a DatacenterBroker
).See: Description
Interface | Description |
---|---|
Host |
An interface to be implemented by each class that provides
Physical Machines (Hosts) features.
|
Class | Description |
---|---|
HostSimple |
A Host class that implements the most basic features of a Physical Machine
(PM) inside a
Datacenter . |
HostStateHistoryEntry |
Keeps historic CPU utilization data about a host.
|
Host
implementations
that represent a Physical Machine (PM) is used to run Vm
from different cloud customers
(represented by a DatacenterBroker
).
As each Host can run several VMs, the scheduling of such VMs on the Host's CPU
cores (Pe
) is defined by
a VmScheduler
.
The most basic Host is the HostSimple
.
Specific Host implementations can be power- or network-aware, enabling the simulation
of power consumption and network communication. For more information
see org.cloudbus.cloudsim.datacenters
package documentation.
Copyright © 2015–2018 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.