Apologies if I&#39;m misunderstanding you because I&#39;m gooned on cold medicine.<br><br>Have you tried specifying what queueinfoitem values you want, i.e. something like:<br><br>[jerryk@CoachZ ~]$ sudo rabbitmqctl list_queues name messages_ready messages_unacknowledged messages consumers <br>
Listing queues ...<br>queuebar��� 0��� 0��� 0��� 0<br>queuefoo��� 0��� 0��� 0��� 0<br>queuebaz��� 0��� 0��� 0��� 0<br><br>If you look at the output of `rabbitmqctl help` you&#39;ll see the various fields you can ask for when listing queues, exchanges, bindings, etc.<br>
<br>Also the HTTP management API is a rich source of such data if you&#39;re writing monitoring or analysis kit.� It requires you only to make web service-ish requests of it, and be able to crack the relatively readable JSON it gives back...<br>
<br>Best regards,<br>Jerry<br><br><br><br><div class="gmail_quote">On Thu, May 24, 2012 at 1:31 PM, Mark Seger <span dir="ltr">&lt;<a href="mailto:mjseger@gmail.com" target="_blank">mjseger@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;m brand new to rabbit and have started looking at the management options with an eye towards developing a collectl plugin (that&#39;s collectl with an L nor a D):�<a href="http://collectl.sourceforge.net/" target="_blank">http://collectl.sourceforge.net/</a><div>

<br></div><div>Anyhow I finally figured out how to get into the web interface and am currently looking at a display that shows:</div><div>Ready: 6�Unacknowledged: 29 Total: 35 and 4 msgs delivered/sec and 4 acknowledged per sec. �So far so good.</div>

<div><br></div><div>Now I want to try to display those same values using the cli, rabbitmqadmin and try as I may, I can&#39;t get anything remotely that looks like those numbers. �I tried all the list commands and in fact most, other than users, nodes and bindings produced any real output other than &#39;connections&#39; and &#39;channels&#39; which both listed a ton of output. �Am I doing something wrong?</div>

<div><br></div><div>Then I discovered a collectd plugin which from the source I can see uses rabbitmgctl, so I tried that. �Not much more luck there but when I tried the &#39;report&#39; command it went on forever. �;) �The collectd plugin looks like it does a command using list_queues so how come I&#39;m not getting output either here or with the rabbitmqadmin command?</div>

<div><br></div><div>As I said, I&#39;m a newbie so I&#39;m sure I&#39;m getting something wrong that&#39;s very basic...</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-mark</div><div><br></div>
</font></span><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br>