Joe,
You will probably need more info, but if you have time give it a try and
if you run into problems we could contact greg ames from the ASF.
Thanks,
JJ
>>> [EMAIL PROTECTED] 1/12/2004 9:45:50 AM >>> Jean-Jacques Clar wrote:
> Attached are 2.0.48 numbers on RH AS 2.1 and 3.0. > Apache is build with worker MPM and default options on both versions. Thanks for posting these measurements. I was happy to see that performance stays pretty flat as the system got overloaded. The AS 3.0 8 CPU curve sags a little but it's not too bad. What did you use for ThreadsPerChild? The default? It's 25. The reason I ask is I did some scalability measurements maybe a year ago and saw a lot of CPU usage in linuxthreads with a high number (maybe 1000) for ThreadsPerChild. It was in some pthread mutex unlock function, doing a serial search for the highest priority thread to wake up. This is pointless in our case because all the worker threads are the same priority. I'm hoping that this problem is fixed in the new pthread library, but haven't verified it. > C: > Apache is servicing more requests per sec on 2.1 on 1 and 2 CPUs, 3.0 is > picking up the slack between 2 and 4 CPUs. > Prefork still serving static requests faster than worker (6300 req/sec > on RH 2.1 on 8 CPUs). I'm very curious to know why prefork is beating worker. Could you get a profile of the CPU usage for both cases? I've had good luck with oprofile. I had a little trouble compiling its kernel module on RH AS 2.1 due to 2.5 kernel features that RedHat backported, but you can edit oprofile's module/compat.h to get around that. Greg |
- 2.0.48 worker mpm on RH3 NPTL results Jean-Jacques Clar
- Re: 2.0.48 worker mpm on RH3 NPTL results Joe Orton
- Re: 2.0.48 worker mpm on RH3 NPTL results gregames
- Re: 2.0.48 worker mpm on RH3 NPTL results Scott Lamb
- Re: 2.0.48 worker mpm on RH3 NPTL results Brian Akins
- Re: 2.0.48 worker mpm on RH3 NPTL results Jean-Jacques Clar
- RE: 2.0.48 worker mpm on RH3 NPTL results Peter J. Cranstone
- RE: 2.0.48 worker mpm on RH3 NPTL results Jean-Jacques Clar
- Re: 2.0.48 worker mpm on RH3 NPTL results Jean-Jacques Clar
- Jean-Jacques Clar