mark icon indicating copy to clipboard operation
mark copied to clipboard

Error: apr_pollset_poll: The timeout specified has expired (70007) benchmark on Apache Bench

Open MrSipping opened this issue 3 years ago • 1 comments

Hi, I'm trying to do a benchmark test using Apache bench but it gives me this error. It would appear that it won't close the connection and I wouldn't know how to fix it, thanks for the help

MrSipping avatar Dec 21 '22 11:12 MrSipping

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

It only use http 1.0, so for any request create a new TCP connection. Try to use Wrk, or any other modern bench app.

joanhey avatar Apr 26 '23 08:04 joanhey