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

The base class for metrics. More...

defined in <Ice/Metrics.ice>

class Metrics { ... }

Inheritance diagram for IceMX::Metrics:

Data Members

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

The base class for metrics.

A metrics object represents a collection of measurements associated to a given a system.

Definition at line 23 of file Metrics.ice.


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