Ice 3.7 Slice API Reference
Interfaces | Classes | Structs | Exceptions | Modules | Sequences | Dictionaries
Metrics.ice File Reference
#include <Ice/BuiltinSequences.ice>
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

 IceMX
 The Ice Management eXtension facility.
 

Sequences

sequence< MetricsFailures > IceMX::MetricsFailuresSeq
 A sequence of MetricsFailures. More...
 
sequence< Metrics > IceMX::MetricsMap
 A metrics map is a sequence of metrics. More...
 

Dictionaries

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