Is there a cheaper way to do load testing than upg

2019-06-19 01:45发布

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.

3条回答
孤傲高冷的网名
2楼-- · 2019-06-19 02:27

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? ;)

查看更多
时光不老,我们不散
3楼-- · 2019-06-19 02:36

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.

查看更多
姐就是有狂的资本
4楼-- · 2019-06-19 02:47

Maybe you can set up Instrumentation on your app?

查看更多
登录 后发表回答