high load - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: high load (/thread-5631.html) Pages: 1 2 |
high load - laddu - 02-05-2009 09:40 PM hello, I am encountering some high load on my server: Code: top - 13:38:03 up 1 day, 53 min, 2 users, load average: 30.79, 20.56, 15.28 Found some similar threads where the solution was to upgrade php. I am currently with the latest php version as you can see: Code: php -v I can see that php-cgi is causing the issue. Any idea about I can resolve this ? Regards RE: high load - BeNe - 02-05-2009 10:20 PM Which OS do you use ? Is FastCGI or fcgid running ? Greez BeNe RE: high load - laddu - 02-05-2009 10:29 PM CentOS release 5.2 (Final) apache 19258 0.0 0.1 12292 3272 ? S 14:27 0:00 /usr/sbin/fcgi- I think fcgi is running. RE: high load - nuke3d - 02-05-2009 11:00 PM Well, seems like you're having problems with the HDD. All the CPU time is spent on IO wait, that's not normal. Is it constantly like that? RE: high load - laddu - 02-05-2009 11:01 PM Sorry FastCGI was waorking. I now replaced the line with fcgid module. I will update this with my result (02-05-2009 11:00 PM)nuke3d Wrote: Well, seems like you're having problems with the HDD. All the CPU time is spent on IO wait, that's not normal. Is it constantly like that? It is working in some kind of loops. the memory goes down to 35mb and all the sites are returning 500 internal error, and after that it gets free a little bit, and so on Now I am with fcgid instead of fastcgi. RE: high load - laddu - 02-06-2009 12:45 AM Also found this: Quote:Feb 5 16:41:16 ns1 ispcp_daemon[1530]: child 1530 started ! I finished testing HDD with smartctl and all passed Quote:[root@ns1 ~]# smartctl -d ata -H /dev/sda1 Any better tool ? Any suggestion ? RE: high load - ephigenie - 02-06-2009 01:14 AM It doesn't mean your hdd is broken. Quote:Cpu(s): 0.7%us, 0.8%sy, 0.0%ni, 4.8%id, 93.6%wa, 0.0%hi, 0.0%si, 0.0%stthe 93,6% WA just means that your processor is waiting 93,6% of its time for its harddrive to handle over requested data. It could be that there's some IO intensive third party process going on, using less CPU cycles but produces a lot of IO requests. At some point its just too much for your harddrive - and it cannot handle that load - thats why the whole server load gets high. Because nearly everything will slow down then ... RE: high load - laddu - 02-06-2009 01:18 AM Do you know any way to find witch process is creating so much wa ? RE: high load - KeNt - 02-06-2009 01:37 AM (02-06-2009 01:18 AM)laddu Wrote: Do you know any way to find witch process is creating so much wa ? # top Shift + p RE: high load - nuke3d - 02-06-2009 02:25 AM 1.1GB swap used... Do you have a process that eats all your ram? Probably your system is swapping constantly. |