Class DatabaseMetrics
Inheritance
System.Object
DatabaseMetrics
Assembly: Telerik.OpenAccess.dll
Syntax
public sealed class DatabaseMetrics : ContextMetrics, IComparable<DatabaseMetrics>
Properties
Declaration
public int Connection_Active { get; }
Property Value
Declaration
public int Connection_Bad { get; }
Property Value
Declaration
public int Connection_Close { get; }
Property Value
Declaration
public int Connection_Expired { get; }
Property Value
Declaration
public int Connection_Idle { get; }
Property Value
Declaration
public int Connection_MaxActive { get; }
Property Value
Declaration
public int Connection_Obtained { get; }
Property Value
Declaration
public int Connection_ObtainedFail { get; }
Property Value
Declaration
public int Connection_ObtainedWait { get; }
Property Value
Declaration
public int Connection_Open { get; }
Property Value
Declaration
public int Connection_Timeout { get; }
Property Value
Declaration
public int Connection_Validate { get; }
Property Value
Declaration
public int Context_Active { get; }
Property Value
Declaration
public int Context_Idle { get; }
Property Value
Declaration
public int Context_MaxActive { get; }
Property Value
Declaration
public int Context_Obtained { get; }
Property Value
Declaration
public int Context_Open { get; }
Property Value
Declaration
public int Context_Returned { get; }
Property Value
Declaration
public int Events_Count { get; }
Property Value
Declaration
public int Events_LastId { get; }
Property Value
Declaration
public int L2Cache_Cluster_Receive { get; }
Property Value
Declaration
public int L2Cache_Cluster_Send { get; }
Property Value
Declaration
public int L2Cache_Object_Add { get; }
Property Value
Declaration
public int L2Cache_Object_Entries { get; }
Property Value
Declaration
public int L2Cache_Object_FillRatio { get; }
Property Value
Declaration
public int L2Cache_Object_Hit { get; }
Property Value
Declaration
public int L2Cache_Object_HitRatio { get; }
Property Value
Declaration
public int L2Cache_Object_Max { get; }
Property Value
Declaration
public int L2Cache_Object_Miss { get; }
Property Value
Declaration
public int L2Cache_Object_Remove { get; }
Property Value
Declaration
public int L2Cache_Query_Add { get; }
Property Value
Declaration
public int L2Cache_Query_Entries { get; }
Property Value
Declaration
public int L2Cache_Query_FillRatio { get; }
Property Value
Declaration
public int L2Cache_Query_Hit { get; }
Property Value
Declaration
public int L2Cache_Query_HitRatio { get; }
Property Value
Declaration
public int L2Cache_Query_Max { get; }
Property Value
Declaration
public int L2Cache_Query_Miss { get; }
Property Value
Declaration
public int L2Cache_Query_Remove { get; }
Property Value
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
Declaration
public override bool Equals(object obj)
Parameters
Returns
Overrides
System.Object.Equals(System.Object)
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()