Use this page as a reference for properties of Object Pool counters.
Counters for this category contain information for Object Pools.
Name | Key | Description | Granularity | Type | Level | Overhead |
ObjectsCreatedCount | objectPoolModule.numCreates.name | The total number of objects created | Per ObjectPool | CountStatistic | All | High |
ObjectsAllocatedCount | objectPoolModule.numAllocates.name | The number of objects requested from the pool | Per ObjectPool | CountStatistic | All | High |
ObjectsReturnedCount | objectPoolModule.numReturns.name | The number of objects returned to the pool | Per ObjectPool | CountStatistic | All | High |
IdleObjectsSize | objectPoolModule.poolSize.name | The average number of idle object instances in the pool | Per ObjectPool | RangeStatistic | All | High |