用于压力,负载和性能测试的开源工具 [英] Open source Tool for Stress, Load and Performance testing

查看:87
本文介绍了用于压力,负载和性能测试的开源工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可能重复:
您如何对Web应用程序进行压力测试?

Possible Duplicate:
How do you stress test a web application?

当前,我已经用cc.net,watin和nunit配置了一个项目,现在我想对.net项目进行压力,负载和性能测试.知道我应该使用哪个开源工具或可以使用相同的工作工具来实现它,如果可以的话该怎么做?

Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of my .net projects. Any idea which opensource tool should I use or cani achive it with same working tools and if yes then how?

推荐答案

我公司提供的服务不是开源的,但是它很酷,并且是基于开源的.这是一个负载测试服务,它使用真实的浏览器来回放负载(与模拟的HTTP/虚拟用户相对).我们使用Selenium作为播放引擎,WatiN用户应该对此有些熟悉.

The service my company provides is not open source, but it's pretty cool and builds on open source. It's a load testing service that uses real browsers to play back load (as opposed to simulated HTTP/virtual users). We use Selenium as the playback engine, which should be somewhat familiar for WatiN users.

关于我们的服务(或使用真实浏览器的一般想法)最好的部分是,诸如ViewState之类的.NET东西是自动处理的.您无需做任何技巧,例如使用正则表达式解析请求即可使其正常工作.取而代之的是,该浏览器仅能执行普通浏览器的操作.

The best part about our service (or the general idea of using a real browser) is that .NET stuff like ViewState is handled automatically. You don't have to do any trickery like parsing the request out with regex's to make it work. Instead, the browser just does what a normal browser does.

我很抱歉这篇文章是否太过商业化,但是由于问题是关于开源(我们利用开源并有免费试用版)和.NET(我们的主要功能之一是无缝.NET支持),所以我想d提一下.

I apologize if this post seems too commercial, but since the question is about open source (we leverage open source and have a free trial) and .NET (one of our great features is seamless .NET support) I figured I'd give it a mention.

祝你好运!

这篇关于用于压力,负载和性能测试的开源工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆