Parent

Pangea::HostCpu

A Physical CPU

xen-api: Class host_cpu

Public Instance Methods

model_name() click to toggle source

xen-api: host_cpu.get_modelname

CPU Model

# File lib/pangea/objects.rb, line 300
    def model_name
      ref_call :get_modelname
    end
number() click to toggle source

xen-api: host_cpu.get_number

# File lib/pangea/objects.rb, line 275
    def number
      ref_call :get_number
    end
speed() click to toggle source

xen-api: host_cpu.get_speed

CPU Speed in MHz

# File lib/pangea/objects.rb, line 291
    def speed
      ref_call :get_speed
    end
utilisation() click to toggle source

xen-api: host_cpu.get_utilisation

CPU Utilisation

# File lib/pangea/objects.rb, line 309
    def utilisation
      ref_call :get_utilisation
    end
vendor() click to toggle source

xen-api: host_cpu.get_vendor

# File lib/pangea/objects.rb, line 282
    def vendor
      ref_call :get_vendor
    end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.