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
To summarize: When the server has enabled keep-alive http1.1 after some requests in the connection wrk ACKs the received data with over 40ms delay.
In this image the 1st marked ACK (which is for the 3rd request in connection) is without delay, any later is with delay.
wrk got called with wrk -c 2 -t 2 <url>
The text was updated successfully, but these errors were encountered:
My wrk is from Linux distribution and RPM has version 4.0.2
wrk --version
just ouputs the help.Please have a look at my comment here...
rwf2/Rocket#2062 (comment)
To summarize: When the server has enabled keep-alive http1.1 after some requests in the connection wrk ACKs the received data with over 40ms delay.
In this image the 1st marked ACK (which is for the 3rd request in connection) is without delay, any later is with delay.
wrk got called with
wrk -c 2 -t 2 <url>
The text was updated successfully, but these errors were encountered: