mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
benchmark update
This commit is contained in:
parent
264ac4886d
commit
ad9fc3cfe5
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -239,20 +239,21 @@ Remote benchmark (client running wrk and `go-proxy` server are different devices
|
||||||
- With reverse proxy
|
- With reverse proxy
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
root@yusing-pc:~# wrk -t 10 -c 200 -d 30s --latency http://bench.6uo.me/bench
|
root@yusing-pc:~# wrk -t 10 -c 200 -d 10s -H "Host: bench.6uo.me" --latency http://10.0.1.7/bench
|
||||||
Running 30s test @ http://bench.6uo.me/bench
|
Running 10s test @ http://10.0.1.7/bench
|
||||||
10 threads and 200 connections
|
10 threads and 200 connections
|
||||||
Thread Stats Avg Stdev Max +/- Stdev
|
Thread Stats Avg Stdev Max +/- Stdev
|
||||||
Latency 4.50ms 1.44ms 27.53ms 86.48%
|
Latency 79.35ms 169.79ms 1.69s 92.55%
|
||||||
Req/Sec 4.48k 375.00 5.12k 84.73%
|
Req/Sec 4.27k 1.90k 19.61k 75.81%
|
||||||
Latency Distribution
|
Latency Distribution
|
||||||
50% 4.09ms
|
50% 1.12ms
|
||||||
75% 5.06ms
|
75% 105.66ms
|
||||||
90% 6.03ms
|
90% 200.22ms
|
||||||
99% 9.41ms
|
99% 814.59ms
|
||||||
1338996 requests in 30.01s, 160.90MB read
|
409836 requests in 10.10s, 49.25MB read
|
||||||
Requests/sec: 44616.36
|
Socket errors: connect 0, read 0, write 0, timeout 18
|
||||||
Transfer/sec: 5.36MB
|
Requests/sec: 40581.61
|
||||||
|
Transfer/sec: 4.88MB
|
||||||
```
|
```
|
||||||
|
|
||||||
Local benchmark (client running wrk and `go-proxy` server are under same proxmox host but different LXCs)
|
Local benchmark (client running wrk and `go-proxy` server are under same proxmox host but different LXCs)
|
||||||
|
|
Loading…
Add table
Reference in a new issue