RE: question about "Queries per second avg"

2007-04-06 Thread Jerry Schwartz
ncorporated 195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 > -Original Message- > From: C.R.Vegelin [mailto:[EMAIL PROTECTED] > Sent: Friday, April 06, 2007 4:46 AM > To: Christophe Gregoir > Cc: mysql@lists.mysql.com > Subject: Re: quest

Re: question about "Queries per second avg"

2007-04-06 Thread Mogens Melander
> >> Question rephrased: how do you explain 0.05 q/s = 20 s/q >> with an immediate response ? >> >> Cor >> >> - Original Message - From: "Christophe Gregoir" >> <[EMAIL PROTECTED]> >> To: "C.R.Vegelin" <[EMAIL PROTECTED]&

Re: question about "Queries per second avg"

2007-04-06 Thread Micah Stevens
It's just telling you how many queries per second on average the server is receiving. This says nothing about how long it takes to execute a particular query. -Micah On 04/06/2007 01:22 AM, C.R.Vegelin wrote: Hi List, Using printf(" System status: %s\n", mysqli_stat($link)); in a PHP script,

Re: question about "Queries per second avg"

2007-04-06 Thread Christophe Gregoir
t;Christophe Gregoir" <[EMAIL PROTECTED]> To: "C.R.Vegelin" <[EMAIL PROTECTED]> Cc: Sent: Friday, April 06, 2007 8:35 AM Subject: Re: question about "Queries per second avg" C.R.Vegelin wrote: ... How should I interpret "Queries per second avg&quo

Re: question about "Queries per second avg"

2007-04-06 Thread Christophe Gregoir
PROTECTED]> Cc: Sent: Friday, April 06, 2007 8:35 AM Subject: Re: question about "Queries per second avg" C.R.Vegelin wrote: ... How should I interpret "Queries per second avg" ? How about as 'queries per second on average' :) -- MySQL Gener

Re: question about "Queries per second avg"

2007-04-06 Thread C.R.Vegelin
07 8:35 AM Subject: Re: question about "Queries per second avg" C.R.Vegelin wrote: ... How should I interpret "Queries per second avg" ? How about as 'queries per second on average' :) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: question about "Queries per second avg"

2007-04-06 Thread Christophe Gregoir
C.R.Vegelin wrote: ... How should I interpret "Queries per second avg" ? How about as 'queries per second on average' :) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

question about "Queries per second avg"

2007-04-06 Thread C.R.Vegelin
Hi List, Using printf(" System status: %s\n", mysqli_stat($link)); in a PHP script, says: "Queries per second avg: 0.051". This means that a query takes about 20 seconds ? But the query result is given immediately. How should I interpret "Queries per second avg" ? I'm using version 5.0.15 NT. Reg