MySQL find SQL time-consuming bottleneck show profiles

Source: Internet
Author: User

1. First check whether the profiling function is turned on

 like ' %pro% '

Or

SELECT @ @profiling

2. Open Profiling

SET Profiling=1

3. Execute SQL statements
For example:

SELECTTable_schema as 'Db Name',    ROUND(SUM(Data_length+Index_length)/ 1024x768 / 1024x768,3) as 'Db Size (MB)',    ROUND(SUM(Data_free)/ 1024x768 / 1024x768,3) as 'Free Space (MB)'   fromInformation_schema.tablesGROUP  byTable_schema;

4. View Results

SHOW profiles; SHOW Profile All  forQUERY94; 94 is the query ID number. Show Profiles syntax: 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

This article turns from http://blog.csdn.net/k_scott/article/details/8804384

MySQL find SQL time-consuming bottleneck show profiles

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.