1
vote
0answers
38 views

Configure SilkPerformer to work with Fiddler

Does anyone know how to capture a Silk Performer HTTP request, using Fiddler? We can't seem to capture this information no matter what we try (it seems like it ignores all proxy settings).
1
vote
1answer
261 views

How to test HTTP Requests/sec + CPU + RAM usage?

Trying to evaluate the requirements of my Web application, I wanted to put it under load and at the same time check how it scales on memory and CPU. But running AB/HTTPerf and htop/"pidstat -C" in a ...
1
vote
1answer
179 views

Tool to replay access.log files with cookies?

Is there any tool that will replay combined access.log-style (or any other format) files back and preserve the cookies? We need to load test our application with real user accesses but we really need ...
28
votes
11answers
14k views

Tools for load-testing HTTP servers?

I've had to load test HTTP servers/web applications a few times, and each time I've been underwhelmed by the quality of tools I've been able to find. So, when you're load testing a HTTP server, what ...