You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried to replace gzip with zstd. So I did an ab test.
This is for gzip ab -s 120 -c 1000 -n 200000 -H "Accept-Encoding: gzip" -T "application/json" -p test1.json ip:port/health_check/check
I got my ab reports finnally.
And then I tried this: ab -s 120 -c 1000 -n 200000 -H "Accept-Encoding: zstd" -T "application/json" -p test1.json ip:port/health_check/check
ab exited with this: apr_socket_recv: Connection reset by peer (104) Total of 2317 requests completed
I checked the nginx error.log, found some wokers exited like this: 2023/03/01 20:10:26 [alert] 12898#0: worker process 12917 exited on signal 9
Any advices will be helpful, thx!
The text was updated successfully, but these errors were encountered:
Hi, I tried to replace gzip with zstd. So I did an ab test.
This is for gzip
ab -s 120 -c 1000 -n 200000 -H "Accept-Encoding: gzip" -T "application/json" -p test1.json ip:port/health_check/check
I got my ab reports finnally.
And then I tried this:
ab -s 120 -c 1000 -n 200000 -H "Accept-Encoding: zstd" -T "application/json" -p test1.json ip:port/health_check/check
ab exited with this:
apr_socket_recv: Connection reset by peer (104)
Total of 2317 requests completed
I checked the nginx error.log, found some wokers exited like this:
2023/03/01 20:10:26 [alert] 12898#0: worker process 12917 exited on signal 9
Any advices will be helpful, thx!
The text was updated successfully, but these errors were encountered: