Heim > Datenbank > MySQL-Tutorial > Mysql自带profiling性能分析工具使用分享_MySQL

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

WBOY
Freigeben: 2016-06-01 13:23:08
Original
1072 Leute haben es durchsucht

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

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage