BritishDeveloper
BritishDeveloper

Reputation: 13379

Is there a cheaper way to do load testing than upgrading to Visual Studio 2010 Ultimate

I have a Visual Studio 2010 Professional license so Ultimate is a long way off and all I want it for is load testing for a few weeks or so.

Is there a cheaper way of getting just the load testing part of VS2010 ultimate or an alternate load testing tool with decent metrics of how the load testing is doing? I'd like to know pages/sec, page speed, database connections and less important: CPU, memory, errors.

Upvotes: 6

Views: 1802

Answers (3)

Vadim Kleyzit
Vadim Kleyzit

Reputation: 812

We developed a free Fiddler extension for load testing called StresStimulus. It replays sessions recorded in Fiddler under varied load levels and measures performance metrics. It is not nearly as complete as testing tools in Visual Studio 2010 Ultimate, but satisfies some of your requirements. You can get requests per/s and response times. The interface with PerfMon is not ready yet, so Windows performance counters should be tied manually.

Upvotes: 4

Jon
Jon

Reputation: 2784

Maybe you can set up Instrumentation on your app?

Upvotes: 0

Mike Miller
Mike Miller

Reputation: 16575

I have always found that the Radview Webload tool gives a good alternative but you will probably need to set up performance counters for CPU etc... and tie the data together yourself. Have you considered using an evaluation version of Ultimate to check if that would meet you needs? ;)

Upvotes: 4

Related Questions