
| 
 | memory pool (since its creation ). This is a | 
| 
 | running counter, it always increments never | 
| 
 | decrements. | 
| 
 | 
 | 
| TotalMemFree | Total number of partitions that has been freed | 
| 
 | into the memory pool (since its creation). This is | 
| 
 | a running counter, it always increments never | 
| 
 | decrements. | 
| 
 | 
 | 
| MemAllocFailCount | The number of times partition allocation from this | 
| 
 | pool has failed. | 
| 
 | 
 | 
| MemFreeFailCount | The number of times the partition deallocation to | 
| 
 | the pool has failed. | 
| 
 | 
 | 
| MPoolType | Type of the pool. If the value is DYNAMIC , the | 
| 
 | memory pool is of variable size . If it is | 
| 
 | PARTITION, it is fixed type memory pool. | 
| 
 | 
 | 
| Threshold | Threshold Value set for the memory pool, in | 
| 
 | number of bytes. | 
| 
 | 
 | 
| Threshold Count | Number of times the threshold value has been hit | 
| 
 | for this memory pool. | 
| 
 | 
 | 
| LastMemAllocTime | The last system time when a partition has been | 
| 
 | allocated from the pool. | 
| 
 | 
 | 
| LastMemFreeTime | The last system time when a partition has been | 
| 
 | freed into the pool. | 
| 
 | 
 | 
| LastMemAllocFailTime | The last system time when the partition | 
| 
 | allocation from the pool has failed. | 
| 
 | 
 | 
| LastMemFreeFailTime | The last system time when the partition | 
| 
 | deallocation has failed. | 
| 
 | 
 | 
| ThresholdHitTime | The last system time when threshold of the pool | 
| 
 | has hit. | 
| 
 | 
 | 
Description:
Use this command to get the critical events logged for the memory pool. This command will display 20 entries (maximum) .Events are logged for the memory pool for the following 3 cases:
zMem Pool Allocation Fail.
zMem Pool Deallocation Fail.
zThreshold Hit.
| 570 | IDL series User Guide | 
| 
 | 
 |