|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.baka.webvm.analyzer.hostos.Cpu
public final class Cpu
Provides a CPU measurement support.
| Method Summary | |
|---|---|
static boolean |
isHostCpuSupported()
Checks if Host OS CPU usage measurement is supported. |
static boolean |
isHostIOCpuSupported()
Checks if measurer for Host OS CPU IO usage (% of time spent waiting for IO) is supported. |
static boolean |
isJavaCpuSupported()
Checks if measurer for CPU used by the owner java process is supported. |
static CpuUsage |
newHostCpu()
Creates a new measurer for Host OS CPU usage. |
static CpuUsage |
newHostIOCpu()
Creates a new measurer for Host OS CPU IO usage (% of time spent waiting for IO). |
static CpuUsage |
newJavaCpu()
Creates a new measurer for CPU used by the owner java process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CpuUsage newHostCpu()
public static boolean isHostCpuSupported()
public static CpuUsage newHostIOCpu()
public static boolean isHostIOCpuSupported()
public static CpuUsage newJavaCpu()
public static boolean isJavaCpuSupported()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||