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

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

问题描述

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

目前我已经用 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天全站免登陆