Last active
November 3, 2024 00:56
-
-
Save RhysSullivan/c29ec166cc945cc3e783bb684d4867f1 to your computer and use it in GitHub Desktop.
This file contains 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
rhyssullivan@Rhyss-Laptop ~ % ab -n 1000 -c 100 https://galaxyscale.vercel.app/ | |
This is ApacheBench, Version 2.3 <$Revision: 1903618 $> | |
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ | |
Licensed to The Apache Software Foundation, http://www.apache.org/ | |
Benchmarking galaxyscale.vercel.app (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: Vercel | |
Server Hostname: galaxyscale.vercel.app | |
Server Port: 443 | |
SSL/TLS Protocol: TLSv1.2,ECDHE-RSA-CHACHA20-POLY1305,2048,256 | |
Server Temp Key: ECDH X25519 253 bits | |
TLS Server Name: galaxyscale.vercel.app | |
Document Path: / | |
Document Length: 8669 bytes | |
Concurrency Level: 100 | |
Time taken for tests: 9.620 seconds | |
Complete requests: 1000 | |
Failed requests: 0 | |
Total transferred: 9299000 bytes | |
HTML transferred: 8669000 bytes | |
Requests per second: 103.96 [#/sec] (mean) | |
Time per request: 961.951 [ms] (mean) | |
Time per request: 9.620 [ms] (mean, across all concurrent requests) | |
Transfer rate: 944.02 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 555 597 58.1 574 1119 | |
Processing: 194 215 32.9 207 705 | |
Waiting: 194 215 32.6 206 703 | |
Total: 753 812 68.0 784 1340 | |
Percentage of the requests served within a certain time (ms) | |
50% 784 | |
66% 797 | |
75% 827 | |
80% 858 | |
90% 902 | |
95% 929 | |
98% 962 | |
99% 1004 | |
100% 1340 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment