public interface StatisticsProviderMBean
Map<String,String> getAllStats(int level)
level
- Statistics level, 0 - All, 500 - Medium, 800 - Minimaljava.util.Map<String, String>
int getCLIOQueueSize()
float[] getCLPacketsPerSecHistory()
int getCLQueueSize()
int getClusterCacheSize()
float getClusterCompressionRatio()
long getClusterNetworkBytes()
float getClusterNetworkBytesPerSecond()
long getClusterPackets()
float getClusterPacketsPerSec()
List<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()
int[] getConnectionsNumberHistory()
int getCPUsNumber()
float getCPUUsage()
float[] getCPUUsageHistory()
long getDirectMemUsed()
long[] getDirectMemUsedHistory()
float getHeapMemUsage()
float[] getHeapUsageHistory()
long getIQAuthNumber()
long getIQOtherNumber()
float getIQOtherNumberPerSec()
long getMessagesNumber()
float getMessagesNumberPerSec()
String getName()
float getNonHeapMemUsage()
long getPresencesNumber()
float getPresencesNumberPerSec()
long getProcesCPUTime()
long getQueueOverflow()
int getQueueSize()
int getServerConnections()
int[] getServerConnectionsHistory()
long getSMPacketsNumber()
float getSMPacketsNumberPerSec()
float[] getSMPacketsPerSecHistory()
int getSMQueueSize()
Map<String,LinkedList<Object>> getStatsHistory(String[] statsKeys)
String getSystemDetails()
long getUptime()
Copyright © 2018 "Tigase, Inc.". All rights reserved.