One StreamMBean instance exists in the system, to provide information
related to the data push activity of the Server. It is created at startup by
Lightstreamer Server and lasts until the shutdown of the Server.
The main services provided by this MBean are:
- Statistics about update events received from the Data Adapters, i.e. "inbound" events (like
getCumulInboundEvents()
).
- Statistics about "inbound" update events as transformed by the optional handling by the Preprocessor, i.e. "PreProc outbound" events like
getOutboundPreprocEventFrequency()
).
- Statistics about update events sent to the clients, i.e. "item updates", cumulated on all sessions (like
getCumulItemUpdates()
).
- Statistics about network throughput (here also named "bandwidth") due to the update events sent to the clients (like
getMaxBandwidthKbps()
).
- Statistics about update events due to be sent to the clients but not sent, as conflated (i.e. "filtered") or lost for overflow (like
getNewFilteredEvents()
).
- Statistics about messages sent by the clients through "sendMessage", and the related network throughput (like
getCumulMessageBytes()
).
StreamMBean name:
"com.lightstreamer:type=Stream"