Chapter 12. Appendix I - Statistics description

Table of Contents

Data source statistics
User repository statistics of {repo}
Auth repository statistics of {repo}
Statistics common to custom {compname} component repositories
Statistics common to components
Component statistics
AMP
bosh
c2s
cl-comp
eventbus
message-archive
message-router
monitor
muc
proxy
pubsub
repo-factory
rest
s2s
sess-man
vhost-man
ws2s

Statistics are divided between data sources, components and processors. You may see the same statistics collected for multiple components which are defined in common components section. Note that statistics are defined by {$component}/statistic so if you wanted Max queue size on pubsub, you would look for pubsub/Max queue size. Statistics will not be provided by components that are not enabled.

Data source statistics

Data sources used to access data storages such as JDBC (databases) or MongoDB provide statistics related to stability of connections to data storage and number of open connections.

Statistics NameDescriptionStatistics LevelFormatList of Possible Statistics

Number of active data sources

Number of defined and active data sources (i.e. connection pools). This is not a number of connections to data sources as it varies and is listed separately for every defined data source.

FINE

Integer

dataSource/Number of data sources

Number of connections for {dataSourceName}

Number of connections for defined data source.

FINE

String

dataSource/{dataSourceName}/uri

Number of failed reconnections for {dataSourceName}

Number of reconnections that has failed since start to the defined data source.

FINE

Integer

dataSource/{dataSourceName}/failed reconnections

Number of reconnections for {dataSourceName}

Number of reconnections for defined data source.

FINE

Integer

dataSource/{dataSourceName}/reconnections

URI of {dataSourceName}

Returns URI of defined data source.

FINE

String

dataSource/{dataSourceName}/uri