Package sk.iway.iwcm.system.monitoring
Class CpuInfo
java.lang.Object
sk.iway.iwcm.system.monitoring.CpuInfo
CpuInfo.java
  Obsahuje informacie o vyuziti procesora pre cely system a proces webjetu
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintGet number of CPU coresintGet total CPU usageintGet process CPU usage for the Java Virtual Machine process
- 
Constructor Details- 
CpuInfopublic CpuInfo()
 
- 
- 
Method Details- 
getCpuUsagepublic int getCpuUsage()Get total CPU usage- Returns:
 
- 
getCpuUsageProcesspublic int getCpuUsageProcess()Get process CPU usage for the Java Virtual Machine process- Returns:
 
- 
getCpuCountpublic int getCpuCount()Get number of CPU cores- Returns:
 
 
-