Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark with Apache Benchmark #18

Open
yuskamal opened this issue Dec 16, 2021 · 2 comments
Open

Benchmark with Apache Benchmark #18

yuskamal opened this issue Dec 16, 2021 · 2 comments

Comments

@yuskamal
Copy link

Benchmark with ab is not working

Benchmarking 127.0.0.1 (be patient)...apr_pollset_poll: The timeout specified has expired (70007)

@passwalls
Copy link
Owner

Use -k
For example ab -n100000 -c100 -k https://127.0.0.1:3000/

@joanhey
Copy link

joanhey commented Apr 26, 2023

Please don't use Apache bench, is very old.

Ab only use http 1.0, try with a modern bench app: wrk, siege, httpload, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants