Package org.cloudbus.cloudsim.hosts

Provides 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.

Author:
Manoel Campos da Silva Filho
  • Interface Summary 
    Interface Description
    Host
    An interface to be implemented by each class that provides Physical Machines (Hosts) features.
  • Class Summary 
    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.