MySQL Forums
Forum List  »  Performance

measuring components of query execution time such disk io, processor time etc.?
Posted by: Rizwan Mian
Date: August 02, 2011 02:10PM

Hi Guys,

I am building a queuing network model of my MySQL database. And I need to determine service demands of different types of queries on MySQL. For that, I need to measure different components of execution time of a query. That is, execution time of a query broken down into its components such as processor time, disk io, memory io etc.

I know I can measure execution time of a query using the Query log, Query browser, or the benchmark factory. However, I need to measure the components of execution time. Is there a way for me to get that information out of MySQL please?

I have looked through MySQL forums, documentation and the web.

--
Rizwan Mian
Graduate Student
Computer Science
Queens University
http://ca.linkedin.com/in/rizwanmian

Options: ReplyQuote


Subject
Views
Written By
Posted
measuring components of query execution time such disk io, processor time etc.?
3174
August 02, 2011 02:10PM


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.