stress-testing

Stress Testing ASP.Net application [closed]

女生的网名这么多〃 提交于 2019-11-28 15:10:07
what are different ways that we can do some optimum level of stress testing for asp.net application before moving it to the production environment ? Jalpesh Vadgama Here is the free tool for the stress testing in asp.net application. http://blogs.msdn.com/alikl/archive/2008/03/09/stress-test-asp-net-web-application-with-free-wcat-tool.aspx Another is called asp.net performance engineering which will tell how we can stress application. http://blogs.msdn.com/alikl/archive/2008/05/05/asp-net-performance-engineering-stress-test-your-architecture-design-and-code.aspx Also go through the following

Locust.io: Controlling the request per second parameter

馋奶兔 提交于 2019-11-28 09:26:27
I have been trying to load test my API server using Locust.io on EC2 compute optimized instances. It provides an easy-to-configure option for setting the consecutive request wait time and number of concurrent users . In theory, rps = wait time X #_users . However while testing, this rule breaks down for very low thresholds of #_users (in my experiment, around 1200 users). The variables hatch_rate , #_of_slaves , including in a distributed test setting had little to no effect on the rps . Experiment info The test has been done on a C3.4x AWS EC2 compute node (AMI image) with 16 vCPUs, with

How do you stress load dev database (server) locally?

落花浮王杯 提交于 2019-11-28 08:41:09
问题 Wow, this title gave me immediately "The question you're asking appears subjective and is likely to be closed." Anyway, after some searching and reading, I decided to ask it. Coming from my question: What are the first issues to check while optimizing an existing database?, which boiled down to necessity to stress load a local SQL Server dev database received as backup .bak file. Did I understand correctly the answer by paxdiablo to question: "DB (SQL) automated stress/load tools?" that there

Open source Tool for Stress, Load and Performance testing [closed]

橙三吉。 提交于 2019-11-28 03:16:28
Possible Duplicate: How do you stress test a web application? 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? 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

load test / stress test web services [closed]

荒凉一梦 提交于 2019-11-27 17:27:52
Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web page centered. Ryan Doherty Here are some common load testing tools: HTTP_Load Apache JMeter Grinder HTTPperf AB You should definitly take a look a SoapUI . I actually like Pylot It's free, open source, and I've been able to use it for a number of projects. I've used openSTA . This uses a relatively simple script language. You can easily test web services and write your own scripts. It allows you to put scripts together in a test in any way you want and configure

How To Simulate Lower CPU Processor Machines For Browser Testing

柔情痞子 提交于 2019-11-27 16:13:23
问题 We have some users which are using lower-CPU powered machines and they're encountering slow response times using our web application. Is there any way for me to do testing so that I can simulate lower CPU rates? For example, I have 2.3 Ghz computing power, can I lower it to 1.6 Ghz or lower so that I may be able to test it? BTW, our customers are using Windows. I have to simulate low computing power on Internet Explorer as browser. 回答1: Most new CPUs multiplier can easily be lowered (Intel:

JMeter and JavaScript

纵饮孤独 提交于 2019-11-27 09:30:06
When I make HTTP Request in JMeter I get Response data like "This page uses JavaScript and requires a JavaScript enabled browser." How is it possible to fix this problem. JMeter is not a browser, and does not interpret the JavaScript in downloaded pages. From the JMeter wiki : JMeter does not process Javascript or applets embedded in HTML pages. JMeter can download the relevant resources (some embedded resources are downloaded automatically if the correct options are set), but it does not process the HTML and execute any Javascript functions. If the page uses Javascript to build up a URL or

Stress Testing ASP.Net application [closed]

∥☆過路亽.° 提交于 2019-11-27 09:01:36
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . what are different ways that we can do some optimum level of stress testing for asp.net application before moving it to the production environment ? 回答1: Here is the free tool for the stress testing in asp.net application. http://blogs.msdn.com/alikl/archive/2008/03/09/stress-test

ASP.NET Stress Testing

丶灬走出姿态 提交于 2019-11-27 00:46:52
Is there a way to test an application where you simulate a hundred different clients connecting to a IIS server and asking the same data? At the customer where our project is running they have 400 computers and they often do stress tests with all computers. I on the other hand have only got my laptop... (and a development server). (In my case the data is asked through a WebORB Gateway). ab is a tool that was designed for Apache, but you can use it with IIS . Patrick Cuff HP (formerly Mercury) LoadRunner or Performance Center Visual Studio Application Center Test (Enterprise Editions only?)

load test / stress test web services [closed]

久未见 提交于 2019-11-26 18:59:38
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Does anyone know of a good tool to test load and stress on webservices? I've been looking at Watir and Selenium, but there more web