SaaS CMS has officially launched! Learn more now.

Class MemoryBufferPool.Counters

Collection of performance counters

Inheritance
System.Object
MemoryBufferPool.Counters
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class Counters : ValueType

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