Is there a way to monitor SQL query response times?

Here's my current my.cnf relating to logs, but I only see response
times in the slow query log, and even then, the response time is
rounded to the nearest second.

log=/logs/mysql.log
log-error=/logs/mysql-error.log
log-slow-queries=/logs/mysql-slow-queries.log
long-query-time=0
log-slow-admin-statements

What is the best way to monitor response times of SQL queries?

Thanks in advance,

Masao

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

Reply via email to