Ice 3.6 Slice API Reference
|
The base class for metrics. More...
Defined in <Ice/Metrics.ice>
class Metrics { ... }
Data Members | |
int | current = 0 |
The current number of objects 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 that were observed by this metrics. More... | |
long | totalLifetime = 0 |
The sum of the lifetime of each observed objects. More... | |
The base class for metrics.
A metrics object represents a collection of measurements associated to a given a system.
int current = 0 |
The current number of objects 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 that were observed by this metrics.
long totalLifetime = 0 |
The sum of the lifetime of each observed objects.
This does not include the lifetime of objects which are currently observed.