rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
18k stars 1.19k forks source link

Add request offset to csv #126

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

This change ensures that the offset of each request is stored (and printed when using csv) to allow users to visualize and analyze temporal relationships between requests.

As a flyby this change fixes a minor bug where the CSV output starts with an empty line.

rakyll commented 6 years ago

It would be good to document the CVS layout on the top of the output. Can you add the column names to the top of the file? Otherwise LGTM.

erwinvaneyk commented 6 years ago

Thanks @rakyll for the quick reply - I added some comments to the top of the file to document the general structure

rakyll commented 6 years ago

Thanks!