Click or drag to resize

PoolStatistics Class

Manager of the pool. Can take or return databuffers so that they don't get garbage collected.
Inheritance Hierarchy
SystemObject
  FM.IceLinkPoolStatistics

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The PoolStatistics type exposes the following members.

Properties
  NameDescription
Public propertyActivePools
Gets the number of pools in use.
Public propertyHitPercentage
Gets the percentage of pool cache hits.
Public propertyMissPercentage
Gets the percentage of pool cache misses.
Public propertyPaddingWasted
Gets the amount of buffer padding that is unused for caller's requested buffers.
Public propertyPendingPoolSize
Gets the total size of all buffers currently in the pool.
Public propertyTotalCalls
Gets the total calls to obtain a DataBuffer.
Public propertyTotalPools
Gets the total pools created.
Public propertyTotalPoolSize
Gets the total size of all buffers allocated in the pool.
Top
Methods
See Also