Parent

Pangea::HostMetrics

The metrics associated with a host

xen-api: Class host_metrics

Public Instance Methods

memory_free() click to toggle source

(Not documented)

# File lib/pangea/objects.rb, line 249
    def memory_free
      ref_call :get_memory_free
    end
memory_total() click to toggle source

(Not documented)

# File lib/pangea/objects.rb, line 245
    def memory_total
      ref_call :get_memory_total
    end
to_s() click to toggle source

(Not documented)

# File lib/pangea/objects.rb, line 253
    def to_s
      "Total Memory: #{Pangea::Util.humanize_bytes(memory_total)}\n" +
      "Free Memory: #{Pangea::Util.humanize_bytes(memory_free)}"
    end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.