Re: 2.0.48 worker mpm on RH3 NPTL results

2004-02-10 Thread Jean-Jacques Clar
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

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-29 Thread Brian Akins
In our testing RH3 was horrible -- worse than 2.1. However, a system with a stock 2.6 kernel with glic2.3.3 with nptl performed comfortable better than 2.1 YMMV -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-28 Thread Scott Lamb
On Jan 12, 2004, at 10:45 AM, [EMAIL PROTECTED] wrote: 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

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-13 Thread gregames
Jean-Jacques Clar wrote: I never used any profiling tools on Linux, but will like to learn as much as possible in that field. Since I have to start from scratch, Is oprofile the best one or do you have any other suggestions? oprofile is my favorite for Linux because: * it's open source and the

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-12 Thread gregames
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

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-12 Thread Jean-Jacques Clar
What did you use for ThreadsPerChild? The default? yes we used the default values for the worker threading model. 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

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-09 Thread Joe Orton
On Wed, Jan 07, 2004 at 02:49:15PM -0700, 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. C: Apache is servicing more requests per sec on 2.1 on 1 and 2 CPUs, 3.0 is picking up the slack

Re: 2.0.48 worker mpm on RH3 NPTL results

2004-01-09 Thread Jean-Jacques Clar
HyperThreading enabled or not when limited to 1/2 CPUs, if these are HTCPUs? That can make a difference (either way) when benchmarking IIRC. CPUs are not HT.

RE: 2.0.48 worker mpm on RH3 NPTL results

2004-01-09 Thread Peter J. Cranstone
1. What was the CPU utilization during the tests 2. What size of file was being benched? Regards, Peter From: Jean-Jacques Clar [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 9:29 AM To: [EMAIL PROTECTED] Subject: Re: 2.0.48 worker mpm on RH3

RE: 2.0.48 worker mpm on RH3 NPTL results

2004-01-09 Thread Jean-Jacques Clar
1. What was the CPU utilization during the tests I think CPU utilization is above 90% during the test, at least on my 4 CPUs box, which is not the one used to gather the submitted results. I could find out but will be delighted to have more details on what you are exactly looking for based on

2.0.48 worker mpm on RH3 NPTL results

2004-01-07 Thread Jean-Jacques Clar
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. C: Apache is servicing more requests per secon 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