Maison > base de données > tutoriel mysql > Mysql自带profiling性能分析工具使用分享_MySQL

Mysql自带profiling性能分析工具使用分享_MySQL

WBOY
Libérer: 2016-06-01 13:23:08
original
1086 Les gens l'ont consulté

bitsCN.com 1. show variables like '%profiling%';(查看profiling信息)    
Mysql自带profiling性能分析工具使用分享_MySQL
 2. set profiling=1;(开启profiling)
Mysql自带profiling性能分析工具使用分享_MySQL
 3. 执行SQL查询 例:select goods_name from ecs_goods where goods_id Mysql自带profiling性能分析工具使用分享_MySQL 4. show profile for query 4;
Mysql自带profiling性能分析工具使用分享_MySQL
 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 bitsCN.com

source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal