I already found a solution for "Most unixes" via cmdline "cat /proc/cpuinfo", but a pure-ruby solution would be nicer...
|
|
|
|
|
|
|
Surely if you can You may just need to detect what platform you're on dynamically and either:
That last line can use:
Then use info's NumberOfProcessors item. |
|||
|
|
on Mac: thiago-pradis-macbook:~ tchandy$ hwprefs cpu_count 2 |
||
|
|
|
|
This facter gem is the best, it's not platform specific and designed to do this exact thing. |
||
|
|
|
with JRuby you can check it with the following Java code:
|
||
|
|
