12 2015 档案
摘要:前言:假设如果有个服务器几十个链接突然达到上千个链接,show processlist,general_log,还有慢查询日志这些都不能用,你怎么把这些链接过来的SQL情况了解清楚,如果你觉得那些好用的都无法使用,这不可能的事情,总会留下啥蛛丝马迹,既然说不能用,那么就无法下手了吗,图样图森破,其实
阅读全文
摘要:注意事项 --critical-load type: Array; default: Threads_running=50 Examine SHOW GLOBAL STATUS after every chunk, and abort if the load is too high. The opt
阅读全文
摘要:SELECTr.trx_id waiting_trx_id,r.trx_mysql_thread_id waiting_thread,LEFT (r.trx_query, 20) waiting_query,concat(concat(lw.lock_type, ' '),lw.lock_mode)...
阅读全文