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, 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.

Regards, Cor


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to