diff --git a/README.md b/README.md index 2bb17ae..78d1806 100644 --- a/README.md +++ b/README.md @@ -278,4 +278,118 @@ curl -u username:password -H 'Host: myip.mydomain.com' http://127.0.0.1:6193/ - Transparent, fully automatic WebSocket upgrade support. - Transparent, fully automatic gRPC proxy. - Sticky session support. -- HTTP2 ready. \ No newline at end of file +- HTTP2 ready. + +## 💡 Simple benchmark by [Oha](https://github.com/hatoo/oha) + +- CPU : Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz +- 300 : simultaneous connections +- Duration : 10 Minutes +- Binary : gazan-x86_64-glibc + +``` +Summary: + Success rate: 100.00% + Total: 600.0027 secs + Slowest: 0.2138 secs + Fastest: 0.0002 secs + Average: 0.0023 secs + Requests/sec: 129777.3838 + + Total data: 0 B + Size/request: 0 B + Size/sec: 0 B + +Response time histogram: + 0.000 [1] | + 0.022 [77668026] |■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ + 0.043 [190362] | + 0.064 [7908] | + 0.086 [319] | + 0.107 [4] | + 0.128 [0] | + 0.150 [0] | + 0.171 [0] | + 0.192 [0] | + 0.214 [4] | + +Response time distribution: + 10.00% in 0.0012 secs + 25.00% in 0.0016 secs + 50.00% in 0.0020 secs + 75.00% in 0.0026 secs + 90.00% in 0.0033 secs + 95.00% in 0.0040 secs + 99.00% in 0.0078 secs + 99.90% in 0.0278 secs + 99.99% in 0.0434 secs + + +Details (average, fastest, slowest): + DNS+dialup: 0.0161 secs, 0.0002 secs, 0.0316 secs + DNS-lookup: 0.0000 secs, 0.0000 secs, 0.0000 secs + +Status code distribution: + [200] 77866624 responses + +Error distribution: + [158] aborted due to deadline +``` + +![Gazan](https://netangels.net/utils/glibc10.png) + +- CPU : Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz +- 300 : simultaneous connections +- Duration : 10 Minutes +- Binary : gazan-x86_64-musl + +``` +Summary: + Success rate: 100.00% + Total: 600.0021 secs + Slowest: 0.2182 secs + Fastest: 0.0002 secs + Average: 0.0024 secs + Requests/sec: 123870.5820 + + Total data: 0 B + Size/request: 0 B + Size/sec: 0 B + +Response time histogram: + 0.000 [1] | + 0.022 [74254679] |■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ + 0.044 [61400] | + 0.066 [5911] | + 0.087 [385] | + 0.109 [0] | + 0.131 [0] | + 0.153 [0] | + 0.175 [0] | + 0.196 [0] | + 0.218 [1] | + +Response time distribution: + 10.00% in 0.0012 secs + 25.00% in 0.0016 secs + 50.00% in 0.0021 secs + 75.00% in 0.0028 secs + 90.00% in 0.0037 secs + 95.00% in 0.0045 secs + 99.00% in 0.0077 secs + 99.90% in 0.0214 secs + 99.99% in 0.0424 secs + + +Details (average, fastest, slowest): + DNS+dialup: 0.0066 secs, 0.0002 secs, 0.0210 secs + DNS-lookup: 0.0000 secs, 0.0000 secs, 0.0000 secs + +Status code distribution: + [200] 74322377 responses + +Error distribution: + [228] aborted due to deadline +``` + +![Gazan](https://netangels.net/utils/musl10.png) \ No newline at end of file