This isn't about load testing though. This is about getting some more useful information out of doing a request from a CLI, which can be a very handy way to see if there's an indication of a problem with an endpoint or a specific host.
It can be done with curl but then you also have to write a template for the output and pass it in to curl with -w to get things like timings.
It can be done with curl but then you also have to write a template for the output and pass it in to curl with -w to get things like timings.