Class: Facter::Resolvers::Macosx::Processors

Inherits:
BaseResolver show all
Defined in:
lib/facter/resolvers/macosx/processor_resolver.rb

Overview

Since:

  • 2.0.0

Constant Summary collapse

ITEMS =

Since:

  • 2.0.0

{ logical_count: 'hw.logicalcpu_max',
physical_count: 'hw.physicalcpu_max',
brand: 'machdep.cpu.brand_string',
speed: 'hw.cpufrequency_max' }.freeze

Method Summary

Methods inherited from BaseResolver

invalidate_cache, log, resolve, subscribe_to_manager