From 9eefc5c772177de1370508ca21645f29e6b01e37 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 14 Aug 2021 20:26:50 +0200 Subject: [PATCH] Default commit message, part of an automated flow. --- before and after cache.md | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/before and after cache.md b/before and after cache.md index f7a706c1a..1870bd17e 100644 --- a/before and after cache.md +++ b/before and after cache.md @@ -49,7 +49,7 @@ Percentage of the requests served within a certain time (ms) 100% 2497 (longest request) ``` -- after [[caching]] +- after [[nginx caching]] ``` flancian@paramita:/etc/nginx/sites-enabled$ ab -n 100 -c 10 https://1.anagora.org/index This is ApacheBench, Version 2.3 <$Revision: 1879490 $> @@ -67,34 +67,34 @@ Server Temp Key: X25519 253 bits TLS Server Name: 1.anagora.org Document Path: /index -Document Length: 86661 bytes +Document Length: 86773 bytes Concurrency Level: 10 -Time taken for tests: 2.709 seconds +Time taken for tests: 2.907 seconds Complete requests: 100 Failed requests: 0 -Total transferred: 8685300 bytes -HTML transferred: 8666100 bytes -Requests per second: 36.91 [#/sec] (mean) -Time per request: 270.912 [ms] (mean) -Time per request: 27.091 [ms] (mean, across all concurrent requests) -Transfer rate: 3130.81 [Kbytes/sec] received +Total transferred: 8696500 bytes +HTML transferred: 8677300 bytes +Requests per second: 34.39 [#/sec] (mean) +Time per request: 290.748 [ms] (mean) +Time per request: 29.075 [ms] (mean, across all concurrent requests) +Transfer rate: 2920.98 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max -Connect: 83 85 1.7 85 91 -Processing: 164 170 4.2 169 194 -Waiting: 54 56 1.2 55 61 -Total: 248 255 4.8 254 279 +Connect: 83 87 11.4 85 196 +Processing: 165 171 6.8 170 208 +Waiting: 54 56 2.2 56 65 +Total: 249 259 13.7 255 364 Percentage of the requests served within a certain time (ms) - 50% 254 - 66% 256 - 75% 258 - 80% 258 - 90% 261 - 95% 265 - 98% 266 - 99% 279 - 100% 279 (longest request) + 50% 255 + 66% 257 + 75% 260 + 80% 262 + 90% 275 + 95% 276 + 98% 303 + 99% 364 + 100% 364 (longest request) ``` \ No newline at end of file