Click or drag to resize

RuntimeMetric Class

Reports runtime-level instrumentation values.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.metric
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class RuntimeMetric : MetricEvent

The RuntimeMetric type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeMetric
Ctor.
Top
Properties
  NameDescription
Public propertyInputCount
Returns input count since runtime initialization, cumulative.
Public propertyInputCountDelta
Returns input count since last reporting period.
Public propertyRuntimeURI
Returns the runtime URI.
(Inherited from MetricEvent.)
Public propertyScheduleDepth
Returns schedule depth.
Public propertyTimestamp
Returns runtime timestamp.
Top
See Also