<div class="gmail_quote">On Sun, Mar 28, 2010 at 4:13 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;">
<div class="im">Neeraj Agarwal a écrit :<br>
> On Sun, Mar 28, 2010 at 4:04 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Neeraj Agarwal a écrit :<br>
>><br>
>>> On the "Runtime Information" page, we have records of the number of<br>
>> queries<br>
>>> processed like "select", "update", etc so we can store this information<br>
>>> somewhere and generate graphs based on this data?<br>
>> 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>
>><br>
> We can have a cron job installed.<br>
<br>
</div>I know, but isn't this outside the scope of phpMyAdmin? I mean, not<br>
everyone has this level of access to his server, and not all servers<br>
support cron anyway (might be a non-Linux server).<br></blockquote><div>Most of the hosting providers provide cron support and we can ask the user to set it up for us if he wants to enjoy this feature and I guess he will do that for the extra benefits he get! After all everybody needs diagnostics.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I cannot forbid you to put this in your proposal, though :)<br>
<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® 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>