logging server execution time
Posted by: John Zandbergen
Date: November 02, 2005 04:46AM

Hi all,

My program is doing a lot of queries. In order to get a better overview of the server-load it generates, I would like to log the server-time per query executed. This would help me determine if we should skip some queries (and/or build redundant data into the database).

Is there a field in some data structure that I can use to get the time it took to execute the mysql_query() or mysql_store_result() ?

Thanks,
John

Options: ReplyQuote


Subject
Views
Written By
Posted
logging server execution time
755
November 02, 2005 04:46AM


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.