APC IP DSLAM User's Guide Page 511

  • Download
  • Add to my manuals
  • Print
  • Page
    / 603
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 510
503
Size
Size of the queue i.e the total number of
unsigned words (4 bytes) in the queue.
Available Size
Available size of the queue i.e. number of
unsigned words (4 bytes) free in the queue.
Pending Msgs
Number of messages present in the queue.
Msg Type
Type of the messages in the queue. If it is
FIXED, then all the messages in the queue are
of a fixed size. If it is VARIABLE , then the
messages present in the queue can be of
varying size.
Msg Size
Size of the message in number of unsigned
words (4 bytes). If the msg type is fixed, then it
tells the exact size of each message , else if the
msg type is variable then it tells the maximum
message size.
Suspend Type
The task suspended type. Task suspend type
on the queue can be either FIFO (First In First
Out) or Priority.
Tasks Waiting
Number of tasks waiting on this queue.
FirstTaskName
Name of the first suspended task on this queue.
TotalMsgIn
Total number of messages enqueued i.e. the
number of messages send to this queue (since
its creation ). This is a running counter and
never decrements.
TotalMsgOut
Total number of messages dequed i.e. the
number of messages received from this
queue(since creation). This is a running counter
and never decrements.
DropCount
Number of messages dropped i.e. total number
of times message send to this queue failed.
This is a running counter and never
decrements.
WaterMark
WaterMark of the queue i.e the maximum
number of unsigned words (4 bytes) that has
been present in this queue at some point in
time.
LastMsgInFailPtr
Address of the message buffer that failed to
enqueue in the queue lastly.
LastSender
Name of the module which has lastly (i.e. most
recently) send the message to the queue.
LastRecvr
Name of the module which has lastly (ie. most
recently)recieved the message from the queue.
LastSenderFail
Name of the module which has lastly failed to
send the message to the queue.
LastRecvFail
Name of the module which has lastly failed to
receive the message from the queue.
Threshold
Threshold Value set for the queue, in number
of unsigned words (4 bytes).
ThresholdHitCount
Number of times threshold has been hit for the
queue.
LastMsgOutTime
The system time when the message was lastly
received from the queue.
LastMsgInTime
The system time when the message was lastly
send to the queue.
LastMsgOutFailTime
The system time when the message receiving
from the queue has lastly failed.
Page view 510
1 2 ... 506 507 508 509 510 511 512 513 514 515 516 ... 602 603

Comments to this Manuals

No comments