|
Ice 3.7 Slice API Reference
|
The base class for metrics. More...
defined in <Ice/Metrics.ice>
class Metrics { ... }

Data Members | |
| 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... | |
The base class for metrics.
A metrics object represents a collection of measurements associated to a given a system.
| 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.
This includes the number of currently observed objects and the number of objects observed in the past.
| long totalLifetime = 0 |
The sum of the lifetime of each observed objects.
This does not include the lifetime of objects which are currently observed, only the objects observed in the past.