How to identify a particular queue
Sergio Gutierrez <[email protected]> Sun, 11 Dec 2016 13:57:52 -0500
| Newsgroups | gmane.network.simulator.isi |
|---|---|
| Message-ID | <CAO7Dj-ch1J0BbCoRst6Tpuj=VAcgXnPXfvdkeV1k6Tikq6Tzrw@mail.gmail.com> |
Hello all. I am implementing a simulation where I am using a custom queue type, which is actually an array of queues. If I use the standard queue-monitor command, it provides me overall statistics of the main queue, but I would like to collect statistics about the occupation of the individual queues of that array. Is there any way to overload the QueueMonitor to do this? Or, how could I identify the queue within the C++ code in order to instrument it with simple printf commands to generate the statistics? Thanks in advance for your help. -- Sergio GutiƩrrez