Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
Metrics.ice File Reference
Include dependency graph for Metrics.ice:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Interfaces

interface  IceMX::MetricsAdmin
 The metrics administrative facet interface. More...

Classes

class  IceMX::ChildInvocationMetrics
 Provides information on child invocations. More...
class  IceMX::CollocatedMetrics
 Provides information on invocations that are collocated. More...
class  IceMX::ConnectionMetrics
 Provides information on the data sent and received over Ice connections. More...
class  IceMX::DispatchMetrics
 Provides information on servant dispatch. More...
class  IceMX::InvocationMetrics
 Provide measurements for proxy invocations. More...
class  IceMX::Metrics
 The base class for metrics. More...
class  IceMX::RemoteMetrics
 Provides information on invocations that are specifically sent over Ice connections. More...
class  IceMX::ThreadMetrics
 Provides information on the number of threads currently in use and their activity. More...

Structs

struct  IceMX::MetricsFailures
 A structure to keep track of failures associated with a given metrics. More...

Exceptions

exception  IceMX::UnknownMetricsView
 Raised if a metrics view cannot be found. More...

Modules

namespace  IceMX
 The Ice Management eXtension facility.

Sequences

sequence< MetricsFailuresIceMX::MetricsFailuresSeq
 A sequence of MetricsFailures.
sequence< MetricsIceMX::MetricsMap
 A metrics map is a sequence of metrics.

Dictionaries

dictionary< string, MetricsMapIceMX::MetricsView
 A metrics view is a dictionary of metrics map.
dictionary< string, int > IceMX::StringIntDict
 A dictionary of strings to integers.