![]() |
Ice 3.8
Slice API Reference
|
Provides information on servant dispatches. More...
defined in <Ice/Metrics.ice>
class DispatchMetrics extends IceMX::Metrics { ... }


Data Members | |
| long | replySize = 0 |
| The size of the replies. This corresponds to the size of the marshaled output and return parameters. | |
| long | size = 0 |
| The size of the incoming requests. This corresponds to the size of the marshaled input parameters. | |
| int | userException = 0 |
| The number of dispatches that failed with a user exception. | |
| 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 servant dispatches.
Definition at line 136 of file Metrics.ice.