PoolStatistics Properties |
The PoolStatistics type exposes the following members.
Name | Description | |
---|---|---|
ActivePools |
Gets the number of pools in use.
| |
HitPercentage |
Gets the percentage of pool cache hits.
| |
MissPercentage |
Gets the percentage of pool cache misses.
| |
PaddingWasted |
Gets the amount of buffer padding that is unused for caller's requested buffers.
| |
PendingPoolSize |
Gets the total size of all buffers currently in the pool.
| |
TotalCalls |
Gets the total calls to obtain a DataBuffer.
| |
TotalPools |
Gets the total pools created.
| |
TotalPoolSize |
Gets the total size of all buffers allocated in the pool.
|