Ice 3.7 Slice API Reference
Data Members | List of all members
IceMX::ConnectionMetrics Class Reference

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

defined in <Ice/Metrics.ice>

class ConnectionMetrics extends IceMX::Metrics { ... }

Inheritance diagram for IceMX::ConnectionMetrics:
Inheritance graph
[legend]
Collaboration diagram for IceMX::ConnectionMetrics:
Collaboration graph
[legend]

Data Members

long receivedBytes = 0
 The number of bytes received by the connection. More...
 
long sentBytes = 0
 The number of bytes sent by the connection. More...
 
- Data Members inherited from IceMX::Metrics
int current = 0
 The number of objects currently observed by this metrics. More...
 
int failures = 0
 The number of failures observed. More...
 
string id
 The metrics identifier. More...
 
long total = 0
 The total number of objects observed by this metrics. More...
 
long totalLifetime = 0
 The sum of the lifetime of each observed objects. More...
 

Detailed Description

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

Data Member Documentation

◆ receivedBytes

long receivedBytes = 0

The number of bytes received by the connection.

◆ sentBytes

long sentBytes = 0

The number of bytes sent by the connection.


The documentation for this class was generated from the following file: