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

mysql简单性能排查

时间:2015-01-04 14:55:57      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:

mysql> show processlist;

mysql> show status;

mysql> show status like ‘Slow_queries‘;

mysql> show status like ‘Threads_created‘; 

mysql> show engine innodb status\G; 

mysql> show global status like ‘table_locks%‘;

mysql> show status like ‘%lock%‘; 

===================================

mysql> show global status like ‘open_files‘;  

mysql> show variables like ‘open_files_limit‘;  

==================================

mysql> show status like ‘Slave_running‘;

mysql> show status like ‘Threads_connected‘;

mysql> show status like ‘Threads_running‘;

mysql> show status like ‘Aborted_clients‘;

mysql> show status like ‘Questions‘;

mysql> show status like ‘Handler_%‘;

mysql> show status like ‘Opened_tables‘;

mysql> show status like ‘Select_full_join‘;

 

mysql简单性能排查

标签:

原文地址:http://www.cnblogs.com/taosim/p/4201026.html

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