JoeDog / siege

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

Request same URL with differing headers #8

Open danvk opened 9 years ago

danvk commented 9 years ago

The workload that I'd like to use for benchmarking involves requesting different 128k chunks of a 200GB file using the HTTP Range header. The URLs will all be the same, but the headers should vary from request to request to produce a realistic workload.

Is it possible to do this with siege?

JoeDog commented 9 years ago

Unfortunately, siege doesn't not currently support HTTP Range header. I'll consider adding that feature but it will probably be awhile until I have a block of time.

Regards, Jeff

On Fri, Apr 24, 2015 at 11:18 AM, Dan Vanderkam notifications@github.com wrote:

The workload that I'd like to use for benchmarking involves requesting different 128k chunks of a 200GB file using the HTTP Range header. The URLs will all be the same, but the headers should vary from request to request to produce a realistic workload.

Is it possible to do this with siege?

— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/issues/8.