public interface SystemInfo
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
SystemInfo.Builder
A builder of SystemInfo. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
coreCount()
Returns number of CPU cores. 
 | 
int | 
cpuCount()
Returns number of CPUs. 
 | 
int | 
cpuSpeed()
Returns CPU speed in MHz. 
 | 
int | 
totalMemory()
Returns the total amount of memory in Mega Bytes. 
 | 
int coreCount()
int cpuCount()
int cpuSpeed()
int totalMemory()