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

Provides information on servant dispatch. More...

defined in <Ice/Metrics.ice>

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

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

Data Members

long replySize = 0
 The size of the dispatch reply. More...
 
long size = 0
 The size of the dispatch. More...
 
int userException = 0
 The number of dispatch that failed with a user exception. 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 servant dispatch.

Data Member Documentation

◆ replySize

long replySize = 0

The size of the dispatch reply.

This corresponds to the size of the marshalled output and return parameters.

◆ size

long size = 0

The size of the dispatch.

This corresponds to the size of the marshalled input parameters.

◆ userException

int userException = 0

The number of dispatch that failed with a user exception.


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