
show global status like
'%threads_running%';
10
show status like
'%threads_created%';
show status like 'connections';
threads_created/connections
thread_cache_size
show status like
'Innodb_buffer_pool_read_reques
ts';
show status like
‘Innodb_buffer_pool_reads';
Innodb_buffer_pool_reads/
Innodb_buffer_pool_read_request
s
innodb_buffer_pool_size
statewait for xxx
lock
show engine innodb status;
LATEST DETECTED
DEADLOCK
show engine innodb status;
TRANSACTIONS
ACTIVE
show global status like
‘%opened_tables%';
show variables like
'%table_open_cache%';
opened_tables
table_open_cache
show variables like
‘%query_cache%’
show global status like '%tmp%';
Created_tmp_tables
Created_tmp_disk_tables
Created_tmp_files
Group By
show variables like ‘log-bin’
文档被以下合辑收录
相关文档
评论