Package oshi.driver.linux.proc
Class CpuInfo
java.lang.Object
oshi.driver.linux.proc.CpuInfo
Utility to read CPU info from 
/proc/cpuinfo- 
Method SummaryModifier and TypeMethodDescriptionGets the board manufacturer, model, version, and serial number from/proc/cpuinfostatic StringGets the CPU manufacturer from/proc/cpuinfo
- 
Method Details- 
queryCpuManufacturerGets the CPU manufacturer from/proc/cpuinfo- Returns:
- The manufacturer if known, null otherwise
 
- 
queryBoardInfoGets the board manufacturer, model, version, and serial number from/proc/cpuinfo- Returns:
- A quartet of strings for manufacturer, model, version, and serial number. Each one may be null if unknown.
 
- 
queryFeatureFlags
 
-