Skip to content

ab test failed #18

Open
Open
@AlPasser

Description

@AlPasser

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions