summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/cpu.rb
Commit message (Expand)AuthorAgeFilesLines
* Update rubocop-performance requirement from 1.15.2 to 1.16.0 (#1784)dependabot[bot]2023-02-201-1/+1
* Use a minimum of 1 thread per core for CPU total calculation (#1756)Stan Hu2022-09-061-1/+2
* Fall back to /proc/cpuinfo if lscpu doesn't have CPU totalsStan Hu2022-08-241-4/+12
* Fix spelling mistakeTim Smith2021-10-161-1/+1
* Gather CPU info from lscpu and merge data into cpu attribute namespace (#1454)Lance Albertson2021-04-191-34/+245
* Misc RuboCop cleanup of the codebaseTim Smith2020-11-231-19/+19
* Use strip instead of split($/) to cleanup shelloutTim Smith2020-11-181-2/+2
* Simplify all our splitsTim Smith2020-11-171-4/+4
* Collapse duplicate branches in case statementsTim Smith2020-11-061-3/+1
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Target Mode OhaiLamont Granquist2020-10-011-4/+4
* Fix another redundant regexrubocop_RedundantParenthesesTim Smith2020-09-081-1/+1
* Resolve RuboCop Style/RedundantParentheses warningsTim Smith2020-09-081-1/+1
* Remove Copyright DatesLamont Granquist2020-08-271-1/+1
* Gate more of the external requiresTim Smith2020-08-091-1/+1
* Use .match? when we don't need the resultTim Smith2020-07-061-1/+1
* fix unrelated chefstyle issuesLamont Granquist2020-05-121-1/+1
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-6/+6
* Unify the cpu pluginPhil Dibowitz2018-10-031-0/+416
* Refactoring away from plugins that just load os::plugin, as it's redundant nowAdam Jacob2008-12-121-20/+0
* refactored plugins to allow per-platform plugins in per-platform directoriesBenjamin Black2008-12-121-44/+1
* Adding Sid derieved plugins, specs for pluginsAdam Jacob2008-12-031-0/+63