MySQL Forums
Forum List  »  Performance

Re: COUNT_STAR, SUM_TIMER_WAIT
Posted by: Øystein Grøvlen
Date: January 05, 2015 04:27AM

Hi,

If query is correct and the necessary data collection is enabled, it means that the slave threads have never waited for any events.

However, you should verify that you have enabled what is needed to monitor the wait events.

Also, you should verify by looking at the content of the threads table, that the name of the slave threads match what you assume in this query. (The query as it is presented here, also have some errors. E.g, I assume that performance_schema,threads should actually be performance_schema).

Øystein Grøvlen,
Senior Principal Software Engineer,
MySQL Group, Oracle,
Trondheim, Norway

Options: ReplyQuote


Subject
Views
Written By
Posted
2037
December 26, 2014 02:08AM
Re: COUNT_STAR, SUM_TIMER_WAIT
1073
January 05, 2015 04:27AM


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.