Struct MemoryBufferPool.Counters
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Collection of performance counters
Inherited Members
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public struct CountersFields
BuffersAllocated
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The total numbers of buffers allocated
Declaration
public long BuffersAllocatedField Value
| Type | Description | 
|---|---|
| System.Int64 | 
BuffersAllocatedFromPool
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of buffers that were re-used from the pool
Declaration
public long BuffersAllocatedFromPoolField Value
| Type | Description | 
|---|---|
| System.Int64 | 
HighWaterMark
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The most number of buffers that we have had saved for re-use
Declaration
public long HighWaterMarkField Value
| Type | Description | 
|---|---|
| System.Int64 | 
WeakReferencesReclaimed
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The number of times a WeakReference was reclaimed by the system before we could re-use
Declaration
public long WeakReferencesReclaimedField Value
| Type | Description | 
|---|---|
| System.Int64 | 
