Just because the CPU is running at a 100% does not at all mean the CPU is overloaded.
All it means is that there is one or more threads executing continuously on all CPUs. You have no way of know what that means for HTTP response times. 100% CPU usage for any Linux daemon is perfectly normal if that daemon is busy. Since your hitting the server hard running automated tests one would expect to see 100% CPU usage. CPU usages and server load are not the same thing. You need to make judgments based upon the HTTP response times, and not worry about thread activity, because visitors will only know how long it takes their browsers to get an HTTP response. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
