摘要:
http://www.bubuko.com/infodetail-1047166.html Mysql的全部线程Select count(*) from information_schema.processlist; select left(host,instr(host,‘:‘)-1) asip, 阅读全文
posted @ 2017-07-09 18:14
勤奋的蓝猫
阅读(4)
评论(0)
推荐(0)
摘要:
iotop命令是一个用来监视磁盘I/O使用状况的top类工具。iotop具有与top相似的UI,其中包括PID、用户、I/O、进程等相关信息。Linux下的IO统计工具如iostat,nmon等大多数是只能统计到per设备的读写情况,如果你想知道每个进程是如何使用IO的就比较麻烦,使用iotop命令 阅读全文
posted @ 2017-07-09 17:52
勤奋的蓝猫
阅读(25)
评论(0)
推荐(0)