Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


IceMX::ConnectionMetrics

Overview

class ConnectionMetrics extends IceMX::Metrics

Provides information on the data sent and received over Ice connections.

Data Member Index

receivedBytes — The number of bytes received by the connection.
sentBytes — The number of bytes sent by the connection.

Data Members

long receivedBytes;

The number of bytes received by the connection.

long sentBytes;

The number of bytes sent by the connection.


  • No labels