<div class="gmail_quote">On Sun, Mar 28, 2010 at 4:04 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Neeraj Agarwal a écrit :<br>
<div class="im"><br>
> On the "Runtime Information" page, we have records of the number of queries<br>
> processed like "select", "update", etc so we can store this information<br>
> somewhere and generate graphs based on this data?<br>
<br>
</div>This page sends SHOW GLOBAL STATUS and the server returns the exact<br>
number of each command it has received at this point, for example<br>
<br>
Com_select      15897667<br>
<br>
But SHOW GLOBAL STATUS is sent from phpMyAdmin when someone looks at<br>
this page. It's a web page, triggered by a human so we cannot predict at<br>
which point in time phpMyAdmin would be invoked, to generate/store the<br>
current stats.<br></blockquote><div>We can have a cron job installed. <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>