Apologies if I'm misunderstanding you because I'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'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'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"><<a href="mailto:mjseger@gmail.com" target="_blank">mjseger@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm brand new to rabbit and have started looking at the management options with an eye towards developing a collectl plugin (that'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'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 'connections' and 'channels' 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 'report' command it went on forever. ;) The collectd plugin looks like it does a command using list_queues so how come I'm not getting output either here or with the rabbitmqadmin command?</div>
<div><br></div><div>As I said, I'm a newbie so I'm sure I'm getting something wrong that'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>