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
Trying to use wrk with lkl-hijack.sh is not working (on Ubuntu).
I tried several networking configurations:
tap
macvtap
raw
All of them are working well with ping or a simple Python client.
I thought that it might be related to epoll, so I forced wrk to use select for the event-loop. It still didn't work.
I also tried several other benchmarking tools, for example ab works randomly. I.e. it fails due to apr_pollset_poll timeout even though the timeout specified didn't expire.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Trying to use wrk with
lkl-hijack.sh
is not working (on Ubuntu).I tried several networking configurations:
All of them are working well with ping or a simple Python client.
I thought that it might be related to
epoll
, so I forcedwrk
to use select for the event-loop. It still didn't work.I also tried several other benchmarking tools, for example ab works randomly. I.e. it fails due to apr_pollset_poll timeout even though the timeout specified didn't expire.
Any thoughts?
The text was updated successfully, but these errors were encountered: