[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo13
Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there workers busy if HTTPERF have finished the test ?? Ricardo -- View thi

[us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there workers busy if HTTPERF have finished the test ?? Ricardo

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Eric Covener
On Wed, Dec 9, 2009 at 7:03 AM, ricardo13 wrote: > > Hi, > > I'm doing some tests with a web server and using HTTPERF. > My doubt is, when HTTPERF finishes the test I see the output page of > mod_status and there are some busy_workers, for example, 30 workers are > busy. > > Why are there workers

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
For example, I ran the follow command with HTTPERF #httperf --server www --num-conns 1000 --rate 200 When finished the test, the HTTPERF showed me the results. In the same instant, I reload the web page of mod_status and busy_worker = 30. After 5 seconds, busy_worker was like 1. Ricardo On We

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Tom Evans
On Wed, Dec 9, 2009 at 12:24 PM, ricardo figueiredo wrote: > For example, > I ran the follow command with HTTPERF > #httperf --server www --num-conns 1000 --rate 200 > When finished the test, the HTTPERF showed me the results. > In the same instant, I reload the web page of mod_status and busy_wor

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Mark Watts
On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: > For example, > > > I ran the follow command with HTTPERF > #httperf --server www --num-conns 1000 --rate 200 > > > When finished the test, the HTTPERF showed me the results. > In the same instant, I reload the web page of mod_status

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread André Warnier
Eric Covener wrote: On Wed, Dec 9, 2009 at 7:03 AM, ricardo13 wrote: Hi, I'm doing some tests with a web server and using HTTPERF. My doubt is, when HTTPERF finishes the test I see the output page of mod_status and there are some busy_workers, for example, 30 workers are busy. Why are there w

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo13
Maybe ?? Ricardo Mark Watts wrote: > > On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: >> For example, >> >> >> I ran the follow command with HTTPERF >> #httperf --server www --num-conns 1000 --rate 200 >> >> >> When finished the test, the HTTPERF showed me the results. >> In

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread ricardo figueiredo
I configured KeepAlive like Off. Didn't change !!! But it works when I configured KeepAliveTimeout to 0. Ricardo On Wed, Dec 9, 2009 at 10:30 AM, ricardo13 wrote: > > Maybe ?? > > Ricardo > > > Mark Watts wrote: > > > > On Wed, 2009-12-09 at 10:24 -0200, ricardo figueiredo wrote: > >> For exam