Planet Technology IDL-2401 Network Card User Manual


 
IDL series User Guide
568
pool has been failed.
MemFreeFailCount
The number of times the memory deallocation to
the pool has been 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.
ThresholdCOunt
Number of times the threshold value has been hit
for this memory pool.
LastMemAllocTime
The system time when memory was lastly
allocated from the pool.
LastMemFreeTime
The system time when memory was lastly freed
into the pool.
LastMemAllocFailTime
The system time when the last memory
allocation from the pool has failed.
LastMemFreeFailTime
The system time when the last memory
deallocation has failed.
ThresholdHitTime
The system time when threshold of the pool has
hit most recently.
Example 2:
For fixed size memory pool
$ get rmon mpool FTSK142
Output:
Name : FTSK142 Size : 280
Partion Size : 20 Allocated : 1
Free : 9
Tasks Waiting : 0 Suspend Type : FIFO
StartAddr : 0x5307e40 FirstTaskName : -
FirstAllocator : TSK1 LastAllocator : TSK1
LastDellocater : TSK1 LastFailUser : -
LastFailDellocater : - WaterMark : 84
TotalMemAlloc : 3 TotalMemFree : 2
MemAllocFailCount : 0 MemFreeFailCount : 0
MPoolType : PARTTION Threshold : 280
Threhold Count : 0
LastMemAllocTime : Thu Jan 01 00:02:34 1970
LastMemFreeTime : Thu Jan 01 00:02:49 1970