Try our conversational search powered by Generative AI!

Struct MemoryBufferPool.Counters

Collection of performance counters

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 9.12.2
Syntax
public struct Counters

Fields

BuffersAllocated

The total numbers of buffers allocated

Declaration
public long BuffersAllocated
Field Value
Type Description
System.Int64

BuffersAllocatedFromPool

The number of buffers that were re-used from the pool

Declaration
public long BuffersAllocatedFromPool
Field Value
Type Description
System.Int64

HighWaterMark

The most number of buffers that we have had saved for re-use

Declaration
public long HighWaterMark
Field Value
Type Description
System.Int64

WeakReferencesReclaimed

The number of times a WeakReference was reclaimed by the system before we could re-use

Declaration
public long WeakReferencesReclaimed
Field Value
Type Description
System.Int64

Extension Methods