public interface StatisticsProviderMBean
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllStats(int level)
Operation exposed for management
|
int |
getCLIOQueueSize()
Method description
|
float[] |
getCLPacketsPerSecHistory()
Method description
|
int |
getCLQueueSize()
Method description
|
int |
getClusterCacheSize()
Method description
|
float |
getClusterCompressionRatio()
Method description
|
long |
getClusterNetworkBytes()
Method description
|
float |
getClusterNetworkBytesPerSecond()
Method description
|
long |
getClusterPackets()
Method description
|
float |
getClusterPacketsPerSec()
Method description
|
List<String> |
getComponentsNames()
Get Attribute exposed for management
|
Map<String,String> |
getComponentStats(String compName,
int level)
Operation exposed for management
|
int |
getConnectionsNumber()
Method description
|
int[] |
getConnectionsNumberHistory()
Method description
|
int |
getCPUsNumber()
Method description
|
float |
getCPUUsage()
Method description
|
float[] |
getCPUUsageHistory()
Method description
|
Map<String,Object> |
getCurStats(String[] statsKeys)
Method description
|
long |
getDirectMemUsed()
Method description
|
long[] |
getDirectMemUsedHistory()
Method description
|
float |
getHeapMemUsage()
Method description
|
float[] |
getHeapUsageHistory()
Method description
|
long |
getIQAuthNumber()
Method description
|
long |
getIQOtherNumber()
Method description
|
float |
getIQOtherNumberPerSec()
Method description
|
long |
getMessagesNumber()
Method description
|
float |
getMessagesNumberPerSec()
Method description
|
String |
getName()
Get Attribute exposed for management
|
float |
getNonHeapMemUsage()
Method description
|
long |
getPresencesNumber()
Method description
|
float |
getPresencesNumberPerSec()
Method description
|
long |
getProcesCPUTime()
Method description
|
long |
getQueueOverflow()
Method description
|
int |
getQueueSize()
Method description
|
int |
getServerConnections()
Method description
|
int[] |
getServerConnectionsHistory()
Method description
|
long |
getSMPacketsNumber()
Method description
|
float |
getSMPacketsNumberPerSec()
Method description
|
float[] |
getSMPacketsPerSecHistory()
Method description
|
int |
getSMQueueSize()
Method description
|
Map<String,LinkedList<Object>> |
getStatsHistory(String[] statsKeys)
Method description
|
String |
getSystemDetails()
Method description
|
long |
getUptime()
Method description
|
Map<String,String> getAllStats(int level)
level - Statistics level, 0 - All, 500 - Medium, 800 - Minimaljava.util.Map<String, String>int getCLIOQueueSize()
intfloat[] getCLPacketsPerSecHistory()
float[]int getCLQueueSize()
intint getClusterCacheSize()
intfloat getClusterCompressionRatio()
floatlong getClusterNetworkBytes()
longfloat getClusterNetworkBytesPerSecond()
floatlong getClusterPackets()
longfloat getClusterPacketsPerSec()
floatList<String> getComponentsNames()
List<String>Map<String,String> getComponentStats(String compName, int level)
compName - The component name to provide statistics forlevel - Statistics level, 0 - All, 500 - Medium, 800 - Minimaljava.util.Map<String, String>int getConnectionsNumber()
intint[] getConnectionsNumberHistory()
int[]int getCPUsNumber()
intfloat getCPUUsage()
floatfloat[] getCPUUsageHistory()
float[]Map<String,Object> getCurStats(String[] statsKeys)
statsKeys - is a String[]Map<String,Object>long getDirectMemUsed()
longlong[] getDirectMemUsedHistory()
long[]float getHeapMemUsage()
floatfloat[] getHeapUsageHistory()
float[]long getIQAuthNumber()
longlong getIQOtherNumber()
longfloat getIQOtherNumberPerSec()
floatlong getMessagesNumber()
longfloat getMessagesNumberPerSec()
floatString getName()
Stringfloat getNonHeapMemUsage()
floatlong getPresencesNumber()
longfloat getPresencesNumberPerSec()
floatlong getProcesCPUTime()
longlong getQueueOverflow()
longint getQueueSize()
intint getServerConnections()
intint[] getServerConnectionsHistory()
int[]long getSMPacketsNumber()
longfloat getSMPacketsNumberPerSec()
floatfloat[] getSMPacketsPerSecHistory()
float[]int getSMQueueSize()
intMap<String,LinkedList<Object>> getStatsHistory(String[] statsKeys)
statsKeys - is a String[]Map<String,LinkedList<Object>>String getSystemDetails()
Stringlong getUptime()
longCopyright © 2016 "Tigase, Inc.". All rights reserved.