mysqldumpslow: What does these fields indicate..?

淺唱寂寞╮ 提交于 2019-12-12 18:06:55

问题


Recently we have started on optimizing live slow queries. As part of that, we thought to use mysqldumpslow to prioritize slow queries. I am new to this tool. I am able to understand some basic info, but I would like to know what exactly the below fields in the out put will tell us.

OUTPUT: Count: 6 Time=22.64s (135s) Lock=0.00s (0s) Rows=1.0 (6)

What about the below fields ?

Time : Is it the average time taken of all these 6 times of occurance...?
135s : What is this 135 seconds....?
Rows=1.0 (6): again what does this mean...?

I didn't find a better explanation. Really thanks in advance. Regards, UDAY

来源:https://stackoverflow.com/questions/10070098/mysqldumpslow-what-does-these-fields-indicate

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!