Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceMX::RemoteMetrics Class Reference

Provides information on invocations that are specifically sent over Ice connections. More...

defined in <Ice/Metrics.ice>

class RemoteMetrics extends IceMX::ChildInvocationMetrics { ... }

Inheritance diagram for IceMX::RemoteMetrics:
Collaboration diagram for IceMX::RemoteMetrics:

Additional Inherited Members

Data Members inherited from IceMX::ChildInvocationMetrics
long replySize = 0
 The size of the invocation reply.
long size = 0
 The size of the invocation. This corresponds to the size of the marshaled input parameters.
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.

Detailed Description

Provides information on invocations that are specifically sent over Ice connections.

Remote metrics are embedded within InvocationMetrics.

Definition at line 169 of file Metrics.ice.


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