Working with Session Statistics

The Solace Java RTO API provides various statistics for each session, which can be useful when debugging applications. For a list of all supported session statistics, see the Solace Java RTO API documentation.

In the Solace Java RTO API, use:

  • SessionHandle.getTxStats(...) - Gets the session transmit (TX) statistics.
  • SessionHandle.getRxStats(...) - Gets the session receive (RX) statistics.
  • FlowHandle.getRxStats(...) - Gets the flow RX statistics.