How to get the response time of each query in Mysql?
Posted by: ZZZ ZZZ
Date: March 03, 2016 03:44AM

I need to get the information of queries.
Currently, I use the SQL:
select * from mysql.general_log where command_type='Query';
which returns the list of queries.

But I can not get the response_time of each query.

Is there any way to get the response_time of each query? Thanks a lot.

Options: ReplyQuote


Subject
Written By
Posted
How to get the response time of each query in Mysql?
March 03, 2016 03:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.