Class/Module Index [+]

Quicksearch

Facter::Processors::Linux

Public Instance Methods

get_physical_processor_count() click to toggle source
# File lib/facter/processors/os.rb, line 75
def get_physical_processor_count
  if count = count_physical_cpu_from_sysfs
    count
  else
    count_physical_cpu_from_cpuinfo
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.