Skip to content

Commit

Permalink
feat: save code
Browse files Browse the repository at this point in the history
  • Loading branch information
chuuuevi committed Jul 16, 2024
1 parent 9755cf3 commit 24e2cde
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ docker run --rm -it qyvlik/wrk -t 2 -c 128 -d 30s http://172.31.15.175:22221

1. https://github.com/ebarlas/java-httpserver-vthreads
2. https://github.com/smallnest/C1000K-Servers
3. https://raby.sh/1m-http-requests-per-second-using-nginx-and-ubuntu-1204-on-ec2.html


26 changes: 26 additions & 0 deletions docs/ng.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# nginx

```bash
docker run --rm \
-it \
-d \
--network=host \
nginx
```


# server is r7iz.2xlarge, wrk is c5.xlarge

## nginx

```text
docker run --rm -it qyvlik/wrk -t 4 -c 128 -d 30s http://172.31.15.175
Running 30s test @ http://172.31.15.175
4 threads and 128 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 755.61us 304.97us 13.31ms 74.87%
Req/Sec 29.32k 2.17k 36.26k 69.25%
3500958 requests in 30.02s, 2.78GB read
Requests/sec: 116627.55
Transfer/sec: 94.87MB
```

0 comments on commit 24e2cde

Please sign in to comment.