Realiyuniowait总是莫名其妙的很高
怎么监测哪个进程在大量访问IO啊
-------------------------
Realiyuniowait总是莫名其妙的很高
安装了个iotop可以侦测到高负载的io进程,发现了,httpd有时居然占用很高的读,看了一下httpd的状态,似乎与“httpd -DFOREGROUND”有关。还没搞清楚根本原因。
root@iZ25ojt6c4fZ dt-the7]# systemctl status httpd
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: active (running) since 一 2015-09-21 17:41:52 CST; 5s ago
Process: 2983 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 1687 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Main PID: 2988 (httpd)
Status: "Processing requests..."
CGroup: /system.slice/httpd.service
├─2988 /usr/sbin/httpd -DFOREGROUND
├─2990 /usr/sbin/httpd -DFOREGROUND
├─2991 /usr/sbin/httpd -DFOREGROUND
├─2992 /usr/sbin/httpd -DFOREGROUND
├─2993 /usr/sbin/httpd -DFOREGROUND
└─2994 /usr/sbin/httpd -DFOREGROUND
-------------------------
Realiyuniowait总是莫名其妙的很高
网站只有一个Wordpress没有数据和访问量,但发现经常httpd大量的读操作,日志都关闭了也是如此。尤其是在Wordpress后台操作的时候。为什么啊,愁死了。Mysql等都没有数据