JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

CSV columns don't seem to be documented #177

Open Joshfindit opened 4 years ago

Joshfindit commented 4 years ago

Even just a line at the top of the output would be fine:

HTTP Version,HTTP return status,Seconds,Size,Path,??,DateTime
HTTP/1.1,200,  0.90,  18753,/,0,2020-04-30 14:35:29
Jaernbrand commented 3 years ago

Probably to late to be useful for you, but someone else might be wondering the same thing. The question mark column is the URL ID.

Each URL are assigned an ID, which is just an incrementing integer. If the --internet flag is set then the URLs are randomly chosen at runtime and that affects the URL ID displayed.