<div dir="ltr">Thanks for your quick reply, Simon.<div>�Simon Pleas read this and, if possible help me�<br><div><br></div><div>I am comparing some hypervisor (hyper-v, xen esxi and kvm.) through rabbitmq.</div><div>my setup is like this.</div>
<div>1. Install the hypervisors on my laptop.</div><div>2. create a virtual machines of windows server 2008 R2 and install the rabbitmq server on this virtual machin.</div><div>3. passing 10,00,000 message from one producer to two consumers. and get the graph on browser.</div>
<div><br></div><div>result: on the basis of time taken to pass the messages and behavior of graph, i am comparing the hypervisors.</div><div><br></div><div><b>Weather this idea is genuine for hypervisor comparison...?</b></div>
<div><b>If notplease suggest me something good to compare the hypervisors.�</b></div></div><div><b><br></b></div><div><b>Looking forward to hear from you.</b></div></div><div class="gmail_extra"><br clear="all"><div>Thanks and Regards.......!<br>
<br>*Varun Kumar*<br><br>+91-933-641-4693/ 7275 99 33 11<br><br></div>
<br><br><div class="gmail_quote">On Wed, May 14, 2014 at 2:58 PM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 14/05/14 09:53, varun kumar manik wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Plz let me know the detail that how we could plot the graph like �the<br>
�attached image.<br>
</blockquote>
<br></div>
I assume you mean "How do I obtain the raw data for the chart so I can<br>
draw it?" rather than "How does the management UI draw charts?"<br>
<br>
You can get this data from the HTTP API as documented here:<br>
<br>
<a href="http://hg.rabbitmq.com/rabbitmq-management/raw-file/4d126a7382d7/priv/www/api/index.html" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-management/raw-file/<u></u>4d126a7382d7/priv/www/api/<u></u>index.html</a><br>

<br>
Note in particular the paragraph:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
URIs which return some forms of numerical data (such as message rates<br>
and queue lengths) can return historical samples. To return samples<br>
you need to set an age and an increment for the samples you want. The<br>
end of the range returned will always correspond to the present. Use<br>
msg_rates_age and msg_rates_incr to return samples for messages sent<br>
and received, data_rates_age and data_rates_incr to return samples<br>
for bytes sent and received, and lengths_age and lengths_incr to<br>
return samples for queue lengths. For example, appending<br>
?lengths_age=3600&lengths_<u></u>incr=60 will return the last hour's data on<br>
queue lengths, with a sample for every minute.<br>
</blockquote>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, Pivotal<br>
</font></span></blockquote></div><br></div>