View Single Post
  #14  
Old 07-13-2011, 01:47 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,585
Can also do "lsof -p <pid_of_100&#37;_cpu>", then

kill -USR2 -p <pid_of_100%_cpu>

to turn on debug logging dynamically, Log Level must be set to "DEBUG", and "Debug Level" "NONE".

If it is too big, please send the log file to bug@litespeedtech...
Reply With Quote