Interface CpuSamplerPlugin
-
- All Known Implementing Classes:
LinuxCpuSamplerPlugin
public interface CpuSamplerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static String
AIX
static String
FREEBSD
static String
LINUX
static String
MAC_OS
static String
MAC_OS_X
static String
OS_2
static String
POWERPC
static String
SOLARIS
static String
WINDOWS_2000
static String
WINDOWS_95
static String
WINDOWS_CE
static String
WINDOWS_NT
static String
WINDOWS_XP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCpuUtilizationStats()
void
start()
void
stop()
-
-
-
Field Detail
-
WINDOWS_2000
static final String WINDOWS_2000
- See Also:
- Constant Field Values
-
WINDOWS_NT
static final String WINDOWS_NT
- See Also:
- Constant Field Values
-
WINDOWS_XP
static final String WINDOWS_XP
- See Also:
- Constant Field Values
-
WINDOWS_95
static final String WINDOWS_95
- See Also:
- Constant Field Values
-
WINDOWS_CE
static final String WINDOWS_CE
- See Also:
- Constant Field Values
-
LINUX
static final String LINUX
- See Also:
- Constant Field Values
-
SOLARIS
static final String SOLARIS
- See Also:
- Constant Field Values
-
AIX
static final String AIX
- See Also:
- Constant Field Values
-
FREEBSD
static final String FREEBSD
- See Also:
- Constant Field Values
-
MAC_OS
static final String MAC_OS
- See Also:
- Constant Field Values
-
MAC_OS_X
static final String MAC_OS_X
- See Also:
- Constant Field Values
-
POWERPC
static final String POWERPC
- See Also:
- Constant Field Values
-
OS_2
static final String OS_2
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCpuUtilizationStats
String getCpuUtilizationStats()
-
start
void start()
-
stop
void stop()
-
-