Just a second...

SessionMetrics

Session metrics.

Object name format

The objectName for MBeans of this type is of the following form: com.pushtechnology.diffusion:type=SessionMetrics,server="server_name"[,name="metric collector name"]

Attributes

Name Type Read/Write Description
connectedSessions long read Current number of connected sessions.
inboundBytes long read Session data received from the network in bytes.
inboundMessages long read Session messages received from the network.
openSessions long read Current number of sessions.
outboundBytes long read Session data sent to the network in bytes.
outboundMessages long read Session messages sent to the network.
peakSessions long read Peak number of connected sessions.
totalSessions long read Total sessions opened since the server started.