Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.5.6
-
Component/s: None
-
Labels:None
-
Environment:
Windows
Description
Add a windows::cpu plugin, similar to the other os::cpu plugins:
"cpu": {
"real": 1,
"total": 2,
"0": {
"cores": 2,
"model": "3851",
"model_name": "x64 Family 6 Model 15 Stepping 11",
"family": "1",
"physical_id": "CPU0",
"mhz": "2201",
"vendor_id": "GenuineIntel",
"cache_size": "4096 KB",
"stepping": "11"
}
},
New plugin at: http://github.com/dougm/ohai/tree/OHAI-193