Last active
July 20, 2020 11:03
-
-
Save DarthSim/37a6ba6eaa2af62f68fd6134cf6ea032 to your computer and use it in GitHub Desktop.
Benchmark of imgproxy on c5 (x86) and c6g (arm) instances of AWS ES2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 579.080 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 253160000 bytes | |
HTML transferred: 251255000 bytes | |
Requests per second: 8.63 [#/sec] (mean) | |
Time per request: 926.528 [ms] (mean) | |
Time per request: 115.816 [ms] (mean, across all concurrent requests) | |
Transfer rate: 426.93 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 331 926 157.5 943 1374 | |
Waiting: 331 925 157.5 943 1373 | |
Total: 331 926 157.5 943 1374 | |
Percentage of the requests served within a certain time (ms) | |
50% 943 | |
66% 1000 | |
75% 1033 | |
80% 1055 | |
90% 1113 | |
95% 1162 | |
98% 1216 | |
99% 1253 | |
100% 1374 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 524.774 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 253160000 bytes | |
HTML transferred: 251255000 bytes | |
Requests per second: 9.53 [#/sec] (mean) | |
Time per request: 839.638 [ms] (mean) | |
Time per request: 104.955 [ms] (mean, across all concurrent requests) | |
Transfer rate: 471.11 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 444 838 92.2 845 1204 | |
Waiting: 444 838 92.2 844 1202 | |
Total: 444 838 92.2 845 1204 | |
Percentage of the requests served within a certain time (ms) | |
50% 845 | |
66% 871 | |
75% 891 | |
80% 903 | |
90% 941 | |
95% 979 | |
98% 1033 | |
99% 1065 | |
100% 1204 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 172.370 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 544765000 bytes | |
HTML transferred: 542870000 bytes | |
Requests per second: 29.01 [#/sec] (mean) | |
Time per request: 275.792 [ms] (mean) | |
Time per request: 34.474 [ms] (mean, across all concurrent requests) | |
Transfer rate: 3086.37 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 64 276 53.6 277 486 | |
Waiting: 64 275 53.6 277 486 | |
Total: 65 276 53.6 277 486 | |
Percentage of the requests served within a certain time (ms) | |
50% 277 | |
66% 299 | |
75% 313 | |
80% 322 | |
90% 343 | |
95% 361 | |
98% 381 | |
99% 396 | |
100% 486 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 134.574 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 544765000 bytes | |
HTML transferred: 542870000 bytes | |
Requests per second: 37.15 [#/sec] (mean) | |
Time per request: 215.319 [ms] (mean) | |
Time per request: 26.915 [ms] (mean, across all concurrent requests) | |
Transfer rate: 3953.18 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 105 215 30.4 215 366 | |
Waiting: 104 215 30.4 215 366 | |
Total: 105 215 30.4 215 366 | |
Percentage of the requests served within a certain time (ms) | |
50% 215 | |
66% 227 | |
75% 235 | |
80% 239 | |
90% 252 | |
95% 265 | |
98% 281 | |
99% 291 | |
100% 366 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 800.765 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 241070000 bytes | |
HTML transferred: 239160000 bytes | |
Requests per second: 6.24 [#/sec] (mean) | |
Time per request: 1281.225 [ms] (mean) | |
Time per request: 160.153 [ms] (mean, across all concurrent requests) | |
Transfer rate: 293.99 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 329 1280 111.4 1285 1704 | |
Waiting: 329 1279 111.4 1284 1701 | |
Total: 329 1280 111.4 1286 1704 | |
Percentage of the requests served within a certain time (ms) | |
50% 1286 | |
66% 1328 | |
75% 1353 | |
80% 1371 | |
90% 1414 | |
95% 1454 | |
98% 1493 | |
99% 1524 | |
100% 1704 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 626.411 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 240860000 bytes | |
HTML transferred: 238950000 bytes | |
Requests per second: 7.98 [#/sec] (mean) | |
Time per request: 1002.258 [ms] (mean) | |
Time per request: 125.282 [ms] (mean, across all concurrent requests) | |
Transfer rate: 375.50 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 386 1001 116.6 1012 1455 | |
Waiting: 386 999 116.6 1010 1455 | |
Total: 387 1001 116.6 1012 1456 | |
Percentage of the requests served within a certain time (ms) | |
50% 1012 | |
66% 1054 | |
75% 1077 | |
80% 1095 | |
90% 1136 | |
95% 1174 | |
98% 1228 | |
99% 1260 | |
100% 1456 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 17.498 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 40120000 bytes | |
HTML transferred: 38245000 bytes | |
Requests per second: 285.75 [#/sec] (mean) | |
Time per request: 27.997 [ms] (mean) | |
Time per request: 3.500 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2239.12 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 9 28 7.4 27 62 | |
Waiting: 9 28 7.4 27 62 | |
Total: 9 28 7.4 27 62 | |
Percentage of the requests served within a certain time (ms) | |
50% 27 | |
66% 31 | |
75% 32 | |
80% 34 | |
90% 38 | |
95% 41 | |
98% 45 | |
99% 48 | |
100% 62 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 16.959 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 40120000 bytes | |
HTML transferred: 38245000 bytes | |
Requests per second: 294.82 [#/sec] (mean) | |
Time per request: 27.135 [ms] (mean) | |
Time per request: 3.392 [ms] (mean, across all concurrent requests) | |
Transfer rate: 2310.19 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 12 27 6.6 27 97 | |
Waiting: 12 27 6.5 26 97 | |
Total: 12 27 6.6 27 97 | |
Percentage of the requests served within a certain time (ms) | |
50% 27 | |
66% 29 | |
75% 31 | |
80% 32 | |
90% 36 | |
95% 38 | |
98% 42 | |
99% 44 | |
100% 97 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 4 | |
Time taken for tests: 759.291 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 403293000 bytes | |
HTML transferred: 402907000 bytes | |
Requests per second: 1.32 [#/sec] (mean) | |
Time per request: 3037.165 [ms] (mean) | |
Time per request: 759.291 [ms] (mean, across all concurrent requests) | |
Transfer rate: 518.70 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 1792 3029 72.2 3030 3337 | |
Waiting: 1792 3028 72.2 3030 3337 | |
Total: 1792 3029 72.2 3030 3337 | |
Percentage of the requests served within a certain time (ms) | |
50% 3030 | |
66% 3050 | |
75% 3062 | |
80% 3069 | |
90% 3094 | |
95% 3121 | |
98% 3162 | |
99% 3198 | |
100% 3337 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 4 | |
Time taken for tests: 329.769 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 400276000 bytes | |
HTML transferred: 399890000 bytes | |
Requests per second: 3.03 [#/sec] (mean) | |
Time per request: 1319.075 [ms] (mean) | |
Time per request: 329.769 [ms] (mean, across all concurrent requests) | |
Transfer rate: 1185.36 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 1049 1315 62.4 1307 1656 | |
Waiting: 1049 1314 62.3 1307 1655 | |
Total: 1049 1315 62.4 1307 1656 | |
Percentage of the requests served within a certain time (ms) | |
50% 1307 | |
66% 1326 | |
75% 1341 | |
80% 1353 | |
90% 1388 | |
95% 1422 | |
98% 1473 | |
99% 1514 | |
100% 1656 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 4 | |
Time taken for tests: 169.211 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 17946000 bytes | |
HTML transferred: 17561000 bytes | |
Requests per second: 5.91 [#/sec] (mean) | |
Time per request: 676.845 [ms] (mean) | |
Time per request: 169.211 [ms] (mean, across all concurrent requests) | |
Transfer rate: 103.57 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 395 675 42.3 672 828 | |
Waiting: 395 674 42.3 672 828 | |
Total: 395 675 42.3 672 828 | |
Percentage of the requests served within a certain time (ms) | |
50% 672 | |
66% 689 | |
75% 702 | |
80% 708 | |
90% 727 | |
95% 744 | |
98% 775 | |
99% 789 | |
100% 828 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 4 | |
Time taken for tests: 138.994 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 18791000 bytes | |
HTML transferred: 18406000 bytes | |
Requests per second: 7.19 [#/sec] (mean) | |
Time per request: 555.974 [ms] (mean) | |
Time per request: 138.994 [ms] (mean, across all concurrent requests) | |
Transfer rate: 132.02 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 344 554 38.8 550 760 | |
Waiting: 344 554 38.6 550 759 | |
Total: 344 554 38.8 550 760 | |
Percentage of the requests served within a certain time (ms) | |
50% 550 | |
66% 560 | |
75% 571 | |
80% 577 | |
90% 598 | |
95% 623 | |
98% 647 | |
99% 677 | |
100% 760 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 181.827 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 161460000 bytes | |
HTML transferred: 159565000 bytes | |
Requests per second: 27.50 [#/sec] (mean) | |
Time per request: 290.923 [ms] (mean) | |
Time per request: 36.365 [ms] (mean, across all concurrent requests) | |
Transfer rate: 867.18 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 86 291 46.7 288 501 | |
Waiting: 85 290 46.7 288 500 | |
Total: 86 291 46.7 288 501 | |
Percentage of the requests served within a certain time (ms) | |
50% 288 | |
66% 309 | |
75% 321 | |
80% 330 | |
90% 350 | |
95% 371 | |
98% 390 | |
99% 401 | |
100% 501 (longest request) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Concurrency Level: 8 | |
Time taken for tests: 166.366 seconds | |
Complete requests: 5000 | |
Failed requests: 0 | |
Total transferred: 162380000 bytes | |
HTML transferred: 160485000 bytes | |
Requests per second: 30.05 [#/sec] (mean) | |
Time per request: 266.186 [ms] (mean) | |
Time per request: 33.273 [ms] (mean, across all concurrent requests) | |
Transfer rate: 953.16 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 136 266 44.3 264 438 | |
Waiting: 136 265 44.3 264 438 | |
Total: 136 266 44.3 264 438 | |
Percentage of the requests served within a certain time (ms) | |
50% 264 | |
66% 283 | |
75% 295 | |
80% 303 | |
90% 323 | |
95% 342 | |
98% 362 | |
99% 373 | |
100% 438 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment