![]() |
Ice 3.8
Slice API Reference
|
Provides information on the data sent and received over Ice connections. More...
defined in <Ice/Metrics.ice>
class ConnectionMetrics extends IceMX::Metrics { ... }
Data Members | |
long | receivedBytes = 0 |
The number of bytes received by the connection. | |
long | sentBytes = 0 |
The number of bytes sent by the connection. | |
Data Members inherited from IceMX::Metrics | |
int | current = 0 |
The number of objects currently observed by this metrics. | |
int | failures = 0 |
The number of failures observed. | |
string | id |
The metrics identifier. | |
long | total = 0 |
The total number of objects observed by this metrics. | |
long | totalLifetime = 0 |
The sum of the lifetime of each observed objects. |
Provides information on the data sent and received over Ice connections.
Definition at line 193 of file Metrics.ice.