LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-08-2003, 10:53 AM   #1
markus1982
Senior Member
 
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467

Rep: Reputation: 46
apache benchmarks (apache v13 / apache v20) ; large differences between benchmarking


Today I did some benchmarking on Apache v1.3.27 and Apache v2.0.44. All of those benchmarks were done on Debian 3.0-stable ... not much of I difference ... I thought, but here comes the weird stuff.

Benchmarks done with the ab of Apache v1.3.27:

Quote:
Apache v1.3.27
This is ApacheBench, Version 1.3d <$Revision: 1.67 $> apache-1.3
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)


Server Software: Apache/1.3.27
Server Hostname: localhost
Server Port: 80

Document Path: /
Document Length: 1456 bytes

Concurrency Level: 1000
Time taken for tests: 10.371 seconds
Complete requests: 2000
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3894996 bytes
HTML transferred: 3034304 bytes
Requests per second: 192.85 [#/sec] (mean)
Time per request: 5185.50 [ms] (mean)
Time per request: 5.19 [ms] (mean, across all concurrent requests)
Transfer rate: 375.57 [Kbytes/sec] received

Connnection Times (ms)
min mean[+/-sd] median max
Connect: 5 342 676.6 267 8074
Processing: 445 851 364.4 758 5041
Waiting: 392 851 364.5 758 5040
Total: 445 1193 827.8 1052 9174

Percentage of the requests served within a certain time (ms)
50% 1052
66% 1118
75% 1157
80% 1321
90% 1423
95% 1545
98% 2149
99% 5963
100% 9174 (last request)
Quote:
Apache v2.0.44
This is ApacheBench, Version 1.3d <$Revision: 1.67 $> apache-1.3
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)


Server Software: Apache/2.0.44
Server Hostname: localhost
Server Port: 80

Document Path: /
Document Length: 1456 bytes

Concurrency Level: 1000
Time taken for tests: 5.506 seconds
Complete requests: 2000
Failed requests: 0
Broken pipe errors: 0
Total transferred: 3807495 bytes
HTML transferred: 2919280 bytes
Requests per second: 363.24 [#/sec] (mean)
Time per request: 2753.00 [ms] (mean)
Time per request: 2.75 [ms] (mean, across all concurrent requests)
Transfer rate: 691.52 [Kbytes/sec] received

Connnection Times (ms)
min mean[+/-sd] median max
Connect: 2 31 224.0 10 3042
Processing: 62 347 52.6 356 416
Waiting: 16 346 52.6 356 416
Total: 62 378 227.2 367 3393

Percentage of the requests served within a certain time (ms)
50% 367
66% 373
75% 382
80% 388
90% 393
95% 399
98% 405
99% 434
100% 3393 (last request)

Okay and now the exact same tests but with the ab of Apache v2.0.44:

Quote:
Apache v1.3.27
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.121 $> apache-2.0
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)


Server Software: Apache/1.3.27
Server Hostname: localhost
Server Port: 80

Document Path: /
Document Length: 1456 bytes

Concurrency Level: 1000
Time taken for tests: 36.840408 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 3738000 bytes
HTML transferred: 2912000 bytes
Requests per second: 54.29 [#/sec] (mean)
Time per request: 18420.204 [ms] (mean)
Time per request: 18.420 [ms] (mean, across all concurrent requests)
Transfer rate: 99.08 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 16 221.6 0 2999
Processing: 105 12722 5436.8 13969 22873
Waiting: 30 8768 5414.0 7343 19634
Total: 105 12738 5438.6 13973 22877

Percentage of the requests served within a certain time (ms)
50% 13973
66% 16914
75% 17005
80% 17056
90% 17238
95% 19651
98% 22700
99% 22795
100% 22877 (longest request)
Quote:
Apache v2.0.44
This is ApacheBench, Version 2.0.40-dev <$Revision: 1.121 $> apache-2.0
Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)


Server Software: Apache/2.0.44
Server Hostname: localhost
Server Port: 80

Document Path: /
Document Length: 1456 bytes

Concurrency Level: 1000
Time taken for tests: 36.863370 seconds
Complete requests: 2000
Failed requests: 0
Write errors: 0
Total transferred: 3798000 bytes
HTML transferred: 2912000 bytes
Requests per second: 54.25 [#/sec] (mean)
Time per request: 18431.684 [ms] (mean)
Time per request: 18.432 [ms] (mean, across all concurrent requests)
Transfer rate: 100.59 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 16 221.6 0 2999
Processing: 343 11661 5936.1 13019 21774
Waiting: 37 7813 5365.0 6495 18710
Total: 343 11678 5939.9 13019 21774

Percentage of the requests served within a certain time (ms)
50% 13019
66% 15945
75% 16051
80% 16067
90% 18776
95% 21750
98% 21769
99% 21771
100% 21774 (longest request)
I did not do any optimization for these two benchmarks, just configure, make and make install nothing more!



So which version should I trust ?
ab of Apache v13 or ab of Apache v20 ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail from Apache being rejected - Cannot route to sender apache@localhost.localdomain jimwillsher Linux - Networking 2 01-19-2006 12:41 AM
Apache 1.3.33 (debian built) and Apache SSL does not respond to the proper ports lqorg_user Linux - Networking 0 11-06-2005 04:11 PM
help ~~~ apache forks a large number of process and slow down tclwp Linux - Software 2 03-06-2005 08:12 AM
Apache Server won't serve up large files perrond Linux - Networking 4 06-21-2004 10:53 AM
differences between Apache 2.0.47 in comparison to Apache 1.3.28 installation? rohanrohanrohan Linux - Newbie 2 11-06-2003 01:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration