Default commit message, part of an automated flow.

This commit is contained in:
2021-08-14 20:37:23 +02:00
parent f32aa834fc
commit 4051d3a68f
+100
View File
@@ -97,4 +97,104 @@ Percentage of the requests served within a certain time (ms)
98% 303 98% 303
99% 364 99% 364
100% 364 (longest request) 100% 364 (longest request)
```
- in [[thecla]], before and after for same config change, with [[async search]] already deployed
```
flancian@paramita:/etc/nginx/sites-enabled$ ab -n 100 -c 10 https://anagora.org/index
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking anagora.org (be patient).....done
Server Software: nginx/1.14.2
Server Hostname: anagora.org
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-CHACHA20-POLY1305,2048,256
Server Temp Key: X25519 253 bits
TLS Server Name: anagora.org
Document Path: /index
Document Length: 42600 bytes
Concurrency Level: 10
Time taken for tests: 8.310 seconds
Complete requests: 100
Failed requests: 0
Total transferred: 4279200 bytes
HTML transferred: 4260000 bytes
Requests per second: 12.03 [#/sec] (mean)
Time per request: 830.959 [ms] (mean)
Time per request: 83.096 [ms] (mean, across all concurrent requests)
Transfer rate: 502.90 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 63 66 2.8 65 76
Processing: 313 716 772.1 431 3046
Waiting: 312 715 772.2 430 3045
Total: 378 782 773.8 496 3120
Percentage of the requests served within a certain time (ms)
50% 496
66% 528
75% 538
80% 554
90% 2674
95% 2885
98% 3018
99% 3120
100% 3120 (longest request)
```
```
flancian@paramita:/etc/nginx/sites-enabled$ ab -n 100 -c 10 https://anagora.org/index
This is ApacheBench, Version 2.3 <$Revision: 1879490 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking anagora.org (be patient).....done
Server Software: nginx/1.14.2
Server Hostname: anagora.org
Server Port: 443
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-CHACHA20-POLY1305,2048,256
Server Temp Key: X25519 253 bits
TLS Server Name: anagora.org
Document Path: /index
Document Length: 42600 bytes
Concurrency Level: 10
Time taken for tests: 1.352 seconds
Complete requests: 100
Failed requests: 0
Total transferred: 4279200 bytes
HTML transferred: 4260000 bytes
Requests per second: 73.96 [#/sec] (mean)
Time per request: 135.205 [ms] (mean)
Time per request: 13.521 [ms] (mean, across all concurrent requests)
Transfer rate: 3090.79 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 63 67 3.1 67 80
Processing: 42 52 38.3 44 393
Waiting: 40 46 12.2 42 95
Total: 105 120 38.2 111 458
Percentage of the requests served within a certain time (ms)
50% 111
66% 112
75% 114
80% 117
90% 143
95% 153
98% 215
99% 458
100% 458 (longest request)
``` ```