码迷,mamicode.com
首页 > 数据库 > 详细

Mysql自带profiling性能分析工具

时间:2016-05-27 14:45:45      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:

Mysql自带profiling性能分析工具

 
1. show variables like ‘%profiling%‘;(查看profiling信息)  www.2cto.com  

技术分享
 
2. set profiling=1;(开启profiling)

技术分享
 
3. 执行SQL查询 
例:select goods_name from ecs_goods where goods_id <5000;
 
show  profiles;

技术分享
 
4. show profile for query 4;

技术分享
 
show profile 的格式如下:
SHOW PROFILE [type [, type] ... ]
     [FOR QUERY n]
     [LIMIT row_count [OFFSET offset]]
 
type:
     ALL
| BLOCK IO
| CONTEXT SWITCHES
| CPU
| IPC
| MEMORY
| PAGE FAULTS
| SOURCE
| SWAPS

Mysql自带profiling性能分析工具

标签:

原文地址:http://www.cnblogs.com/perTest/p/5534432.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!