|
Measures reported by MemoryQueueTest
The MemoryQueueTest monitors the health of the SMS memory queue. It is to this SMS Memory Queue thread that a component adds an object when waiting and another component picks the object for its function and removes it from the queue. The measures
made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Objects_dequeued |
The number of objects that the destination component has removed from the queue |
Number |
  |
| Objects_enqueued |
The number of objects that the source component has added to the queue |
Number |
  |
|