novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit 7626ffb308cd696985caebc6278eeda7155d8fb2
parent e1976b1606be1831108eb2e801525d7011260545
Author: Ryan Wolf <rwolf@borderstylo.com>
Date:   Fri, 13 Apr 2012 19:06:34 -0700

Added sample benchmarks

Diffstat:
MREADME.md | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -34,3 +34,62 @@ Running on appspot 4. Seed the server with starting data. I'd suggest a different password than "bees": ```$ curl http://moe:$PASSWORD@$APPID.appspot.com/yes``` 5. Visit $APPID.appspot.com in your browser to behold your new novelty server. + +Sample Benchmarks +=== + + $ ab -n 1000 -c 20 http://$APPID.appspot.com/ + This is ApacheBench, Version 2.3 <$Revision: 655654 $> + Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ + Licensed to The Apache Software Foundation, http://www.apache.org/ + + Benchmarking $APPID.appspot.com (be patient) + Completed 100 requests + Completed 200 requests + Completed 300 requests + Completed 400 requests + Completed 500 requests + Completed 600 requests + Completed 700 requests + Completed 800 requests + Completed 900 requests + Completed 1000 requests + Finished 1000 requests + + + Server Software: Google + Server Hostname: $APPID.appspot.com + Server Port: 80 + + Document Path: / + Document Length: 730 bytes + + Concurrency Level: 20 + Time taken for tests: 13.121 seconds + Complete requests: 1000 + Failed requests: 0 + Write errors: 0 + Total transferred: 875000 bytes + HTML transferred: 730000 bytes + Requests per second: 76.21 [#/sec] (mean) + Time per request: 262.424 [ms] (mean) + Time per request: 13.121 [ms] (mean, across all concurrent requests) + Transfer rate: 65.12 [Kbytes/sec] received + + Connection Times (ms) + min mean[+/-sd] median max + Connect: 54 66 9.2 63 131 + Processing: 125 195 75.5 153 695 + Waiting: 124 195 75.4 153 695 + Total: 181 261 76.7 223 756 + + Percentage of the requests served within a certain time (ms) + 50% 223 + 66% 269 + 75% 316 + 80% 332 + 90% 388 + 95% 412 + 98% 437 + 99% 446 + 100% 756 (longest request)