68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
Plaintext
%META:TOPICINFO{author="RicardoPereira" date="1170088142" format="1.1" version="1.2"}%
|
|
---+++ !ModPerl Setup (low load)
|
|
|
|
*Description:*
|
|
* Evaluated response times of resolver using *ab* (ApacheBench)
|
|
* This setup is using mod_perl.
|
|
* Total Requests: 10
|
|
* Concurrency: 2
|
|
* Requests per second: 83.14 [#/sec] (mean)
|
|
* Time per request: 24.056 [ms] (mean)
|
|
|
|
*Command:*:
|
|
|
|
<pre>ab -n 10 -c 2 http://tdwgbox.tdwg.gbif.org/authority/metadata/?lsid=urn:lsid:lsid.tdwg.gbif.org:standards:64</pre>
|
|
|
|
*Output:*
|
|
|
|
|
|
<pre>
|
|
[root@condor ]# ab -n 10 -c 2 http://tdwgbox.tdwg.gbif.org/authority/metadata/
|
|
?lsid=urn:lsid:lsid.tdwg.gbif.org:standards:64
|
|
This is ApacheBench, Version 2.0.41-dev <$Revision: 1.2 $> 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 tdwgbox.tdwg.gbif.org (be patient).....done
|
|
|
|
|
|
Server Software: Apache/2.0.52
|
|
Server Hostname: tdwgbox.tdwg.gbif.org
|
|
Server Port: 80
|
|
|
|
Document Path: /authority/metadata/?lsid=urn:lsid:lsid.tdwg.gbif.org:st
|
|
andards:64
|
|
Document Length: 3632 bytes
|
|
|
|
Concurrency Level: 2
|
|
Time taken for tests: 0.120278 seconds
|
|
Complete requests: 10
|
|
Failed requests: 0
|
|
Write errors: 0
|
|
Total transferred: 37930 bytes
|
|
HTML transferred: 36320 bytes
|
|
Requests per second: 83.14 [#/sec] (mean)
|
|
Time per request: 24.056 [ms] (mean)
|
|
Time per request: 12.028 [ms] (mean, across all concurrent requests)
|
|
Transfer rate: 307.62 [Kbytes/sec] received
|
|
|
|
Connection Times (ms)
|
|
min mean[+/-sd] median max
|
|
Connect: 0 0 0.0 0 0
|
|
Processing: 23 23 0.7 23 24
|
|
Waiting: 23 23 0.5 23 24
|
|
Total: 23 23 0.7 23 24
|
|
|
|
Percentage of the requests served within a certain time (ms)
|
|
50% 23
|
|
66% 24
|
|
75% 24
|
|
80% 24
|
|
90% 24
|
|
95% 24
|
|
98% 24
|
|
99% 24
|
|
100% 24 (longest request)
|
|
</pre>
|
|
|