|
Home > Archive > Apache Server configuration support > July 2006 > Apache Server Testing Tool?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache Server Testing Tool?
|
|
| mostro713@gmail.com 2006-07-26, 7:33 pm |
| Hello,
Can someone recommend a tool to load test Apache Server?
I want need a tool that will simulate a high amount of chunked
downloads.
Thanks in advance.
| |
| Newsgroup Poster 2006-07-27, 7:32 am |
| /usr/local/apache/bin/ab
<mostro713@gmail.com> wrote in message news:1153954949.337291.49420@i42g2000cwa.googlegroups.com...
> Hello,
>
> Can someone recommend a tool to load test Apache Server?
>
> I want need a tool that will simulate a high amount of chunked
> downloads.
>
> Thanks in advance.
>
| |
| Ohmster 2006-07-31, 1:25 am |
| "Newsgroup Poster" <dont.need@my.address.ok> wrote in news:eaa1k2$p9a$1
$8302bc10@news.demon.co.uk:
> /usr/local/apache/bin/ab
>
Wow, I learn so much just be reading in here. Can you give me a real world
example of how to use this command? Just to try it out. Thanks.
--
~Ohmster
| |
| Ohmster 2006-07-31, 1:25 am |
| Ohmster <notareal@emailaddress.com> wrote in
news:Xns9810D4306E2A0MyBigKitty@216.77.188.18:
>
> Wow, I learn so much just be reading in here. Can you give me a real
> world example of how to use this command? Just to try it out. Thanks.
>
Never mind, I found help here:
http://www.debianhelp.co.uk/apacheab.htm
Look at how cool, it works!
[ohmster@ohmster ~]$ ab -kc 10 -t 30 http://localhost/
This is ApacheBench, Version 2.0.41-dev <$Revision: 1.141 $> 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)
Completed 5000 requests
Completed 10000 requests
Completed 15000 requests
Completed 20000 requests
Completed 25000 requests
Finished 25589 requests
Server Software: Apache/2.0.53
Server Hostname: localhost
Server Port: 80
Document Path: /
Document Length: 1408 bytes
Concurrency Level: 10
Time taken for tests: 30.4540 seconds
Complete requests: 25589
Failed requests: 0
Write errors: 0
Keep-Alive requests: 25339
Total transferred: 43797128 bytes
HTML transferred: 36029312 bytes
Requests per second: 852.84 [#/sec] (mean)
Time per request: 11.726 [ms] (mean)
Time per request: 1.173 [ms] (mean, across all concurrent requests)
Transfer rate: 1425.45 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 1.5 0 32
Processing: 1 11 3.4 11 427
Waiting: 0 10 2.2 10 144
Total: 1 11 3.8 11 427
Percentage of the requests served within a certain time (ms)
50% 11
66% 11
75% 11
80% 11
90% 12
95% 14
98% 20
99% 24
100% 427 (longest request)
[ohmster@ohmster ~]$
--
~Ohmster
|
|
|
|
|