Class Processor

All Implemented Interfaces:
Resource, ResourceCapacity, ResourceManageable

public final class Processor extends ResourceManageableAbstract
A Central Unit Processing (CPU) attached to a Vm and which can have multiple cores (Pes). It's a also called a Virtual CPU (vCPU).
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Field Details

  • Constructor Details

    • Processor

      public Processor(Vm vm, double pesMips, long numberOfPes)
      Instantiates a Processor for a given VM.
      Parameters:
      vm - the Vm the processor will belong to
      pesMips - MIPS of each Pe
      numberOfPes - number of Pes (the processor capacity)
  • Method Details