摘要:
1、连接mysql数据库mysql -uroot -p -h127.0.0.1 -P3306 2、列出所有sessionshow full processlist; 3、查看20条执行时间最长的SQLselect * from information_schema.PROCESSLIST ORDER 阅读全文
摘要:
linux:Centos 6.6 dstat:0.7.0 注意,有这个提醒:Color support is disabled, python-curses is not installed good了下这个问题,说是bug。。。 但是我仔细对比了服务器,发现dstat用的是python2.7并不是 阅读全文