Mysqlメモ
code:shell
// 時間のかかってるQueryを長い順からlimit100する
select * from INFORMATION_SCHEMA.PROCESSLIST order by time desc limit 100