Thread: Server Load!
View Single Post
  #17  
Old 05-16-2009, 06:20 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Looks like PHP processes are going into a infinite loop or some thing very CPU intensive.

Quote:
Cpu0 : 7.5%us, 5.5%sy, 87.1%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu1 : 5.5%us, 6.0%sy, 88.5%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu2 : 4.0%us, 2.5%sy, 93.5%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Cpu3 : 11.4%us, 7.5%sy, 80.1%ni, 0.0%id, 0.0%wa, 0.0%hi, 1.0%si, 0.0%st
CPU idle is 0 percent

Quote:
30845 nobody 17 1 115m 11m 5680 R 47.8 0.1 0:59.91 lsphp5
try strace the PHP processes on top of the "top" output
do
Quote:
strace -tt -T -p 30845
to find out what is the PHP process doing.
Reply With Quote