Method: NewRelic::Agent::SystemInfo.processor_info_bsd
- Defined in:
- lib/new_relic/agent/system_info.rb
.processor_info_bsd ⇒ Object
100 101 102 103 104 105 106 |
# File 'lib/new_relic/agent/system_info.rb', line 100 def self.processor_info_bsd @processor_info = { num_physical_packages: nil, num_physical_cores: nil, num_logical_processors: sysctl_value('hw.ncpu') } end |