IP DSLAM
571
Command Syntax:
get rmon mpool threshold
Parameters:
None
Example:
$ get rmon mpool threshold
Output:
Task Name : TSK1
Mpool Name : FTSK143
Pool Type : PARTITION
ThresholdHitTimeStamp :Thu Jan 01 00:20:53 1970
Event Type : Allocation Fail
Output field:
Field
Description
Task Name
Name of the module which tries to allocate or
deallocate from memory pool during a critical
event.
MPool Name
The name of memory pool.
Pool Type
Type of memory pool. DYNAMIC for variable
size of memory pool and PARTITION for fixed
size memory pool.
ThresholdHitTimeStamp
The system time at which event logging is done.
Event Type
Cause of event logging.
Its value can be:
Allocation Fail - If allocation from pool has
failed.
Deallocation Fail - If deallocation from pool has
failed.
Threshold Hit - If threshold value of pool has
been hit while allocation.