APC IP DSLAM User's Guide Page 507

  • Download
  • Add to my manuals
  • Print
  • Page
    / 603
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 506
499
memory pool (since its creation ). This field is a
running counter and it only increments. When
the memory is freed this field is not decremented
rather the TotalMemFree field is incremented.
TotalMemFree
Total amount of memory that has been
deallocted from the memory pool (since its
creation). This is also a running counter.
MemAllocFailCount
The number of times memory allocation from
this 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
LastMemAllocFailTime: -
LastMemFreeFailTime : -
ThresholdHitTime : -
Output field
Field Description
Page view 506
1 2 ... 502 503 504 505 506 507 508 509 510 511 512 ... 602 603

Comments to this Manuals

No comments