-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
In Saturation, Instruments to Measure Golden Signals of the hands-on lab 8, when running the following command to apply the load:
ab -n 50000 -c 100 http://localhost:5000/users
This leads to an error:
apr_socket_connect(): Invalid argument (22)
I am on OSX, and it seems the host name is resolved as a local IPv6 address.
This error can be avoided by:
ab -n 50000 -c 100 http://127.0.0.1:5000/users
Metadata
Metadata
Assignees
Labels
No labels