https://bz.apache.org/bugzilla/show_bug.cgi?id=62903

--- Comment #2 from Erik Wasser <[email protected]> ---
The bug(?) is still there.

Some things have changes:

* Apache Version = 2.4.58-1ubuntu8.11
* OS = Ubuntu 24.04
* Container = LXD

Add this to the apache2.service

[Service]
TasksMax=225

And start the benchmark with `ab -kc 1000 -t 60 http://IP.IP.IP.IP/ 2>&1 | ts`

May 12 08:08:48 This is ApacheBench, Version 2.3 <$Revision: 1903618 $>
May 12 08:08:48 Copyright 1996 Adam Twiss, Zeus Technology Ltd,
http://www.zeustech.net/
May 12 08:08:48 Licensed to The Apache Software Foundation,
http://www.apache.org/
May 12 08:08:48 
May 12 08:08:48 Benchmarking IP.IP.IP.IP (be patient)
May 12 08:08:49 Completed 5000 requests
May 12 08:08:50 Completed 10000 requests
May 12 08:08:51 Completed 15000 requests
May 12 08:08:53 Completed 20000 requests
May 12 08:08:54 Completed 25000 requests
May 12 08:08:55 Completed 30000 requests
May 12 08:08:56 Completed 35000 requests
May 12 08:08:58 Completed 40000 requests
May 12 08:08:59 Completed 45000 requests

Please notice the pause here between these lines.

May 12 08:10:00 Finished 49705 requests
May 12 08:10:00 
May 12 08:10:00 
May 12 08:10:00 Server Software:        Apache
May 12 08:10:00 Server Hostname:        IP.IP.IP.IP
May 12 08:10:00 Server Port:            80
May 12 08:10:00 
May 12 08:10:00 Document Path:          /
May 12 08:10:00 Document Length:        24924 bytes
May 12 08:10:00 
May 12 08:10:00 Concurrency Level:      1000
May 12 08:10:00 Time taken for tests:   71.913 seconds
May 12 08:10:00 Complete requests:      49705
May 12 08:10:00 Failed requests:        301
May 12 08:10:00    (Connect: 0, Receive: 0, Length: 301, Exceptions: 0)
May 12 08:10:00 Keep-Alive requests:    49365
May 12 08:10:00 Total transferred:      1244587370 bytes
May 12 08:10:00 HTML transferred:       1231345296 bytes
May 12 08:10:00 Requests per second:    691.18 [#/sec] (mean)
May 12 08:10:00 Time per request:       1446.801 [ms] (mean)
May 12 08:10:00 Time per request:       1.447 [ms] (mean, across all concurrent
requests)
May 12 08:10:00 Transfer rate:          16901.16 [Kbytes/sec] received
May 12 08:10:00 
May 12 08:10:00 Connection Times (ms)
May 12 08:10:00               min  mean[+/-sd] median   max
May 12 08:10:00 Connect:        0    1   8.9      0     112
May 12 08:10:00 Processing:     6  376 3580.3     20   57023
May 12 08:10:00 Waiting:        5  414 4058.3     13   57018
May 12 08:10:00 Total:          6  377 3588.0     20   57130
May 12 08:10:00 
May 12 08:10:00 Percentage of the requests served within a certain time (ms)
May 12 08:10:00   50%     20
May 12 08:10:00   66%     24
May 12 08:10:00   75%     28
May 12 08:10:00   80%     29
May 12 08:10:00   90%     36
May 12 08:10:00   95%     56
May 12 08:10:00   98%    151
May 12 08:10:00   99%  15009
May 12 08:10:00  100%  57130 (longest request)

Other things haven't changed:

The error.log contains still this error message:

[Tue May 12 08:10:06.415072 2026] [mpm_worker:error] [pid 3035275:tid
125231809791872] (11)Resource temporarily unavailable: AH00283: fork: Unable to
fork new process

So my 2 questions from the original are still valid. And I add 2 more
questions:

3. Why the pause in the output of the benchmark?
4. Why are there errors showning up in the benchmark?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to