Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

81
votes
21answers
13k views

How do you stress test a web application?

Stress testing is something that gets very little love in most death mar.., er I mean web projects. It's usually done at the last minute (or not at all), next to no time gets allocated to it, etc. In ...
36
votes
11answers
13k views

Best way to stress test a website

This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the ...
14
votes
10answers
2k views

Website load testing

My team has just developed a website for a client and wants to test that it'll work under the expected usage for 50 simultaneous users. So the plan is to write a test program that will act as 50 ...
13
votes
4answers
4k views

ASP.NET Stress Testing

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 ...
12
votes
18answers
12k views

open source Tool for stress testing, load testing and performance testing

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 ...
10
votes
6answers
4k views

Best way to stress test a rails web app?

Are there any good (preferably free) tools out there? Can they give accurate estimates that reflect production results when the app goes live?
9
votes
9answers
1k views

How to set up a load/stress test for a web site?

I've been tasked with stress/load testing our company web site out of the blue and know nothing about doing so. Every search I make on google for "how to load test a web site" just comes back with ...
9
votes
3answers
3k views

Stress Testing ASP.Net application

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 ?
9
votes
6answers
6k views

Best tool for performance testing ASP.NET [closed]

What are people's opinions on the best tool for performance testing ASP.NET applications. Specifically we are looking for a tool that could potentially replay IIS logs to mimic production load. ...
8
votes
7answers
334 views

What tool(s) for fairly complex stress testing a web application

I'm part of a team developing a new web-based product for our company. Whilst we're pretty positive the application will work perfectly with our expected average of 10-50 concurrent users, we have a ...
8
votes
7answers
6k views

Stress-testing ASP.NET/IIS with WCAT

I'm trying to setup a stress/load test using the WCAT toolkit included in the IIS Resources. Using LogParser, I've processed a UBR file with configuration. It looks something like this: ...
7
votes
4answers
457 views

Best practises and literature for web application load testing

As a web developer I've been asked (a couple of times in my career) about the performance of sites that we've built. Sometimes you'll get semi-vague questions like "will the site continue perform ...
7
votes
4answers
3k views

How should I stress test / load test a client server application?

I develop a client-server style, database based system and I need to devise a way to stress / load test the system. Customers inevitably want to know such things as: • How many clients can a server ...
6
votes
3answers
163 views

How to test 1000 clients windows 7 clients

We have .net clients running on Windows 7 embedded with sql server express. These run disconnected and every so often will dial in to a central server and dump their information and pull down ...
6
votes
4answers
631 views

How would you recommend doing stress testing to an azure cloud service?

How would you recommend doing stress testing to an azure cloud service?
6
votes
3answers
4k views

Free load testing tool for ASP.NET application?

I've tried to test a rather complex ASP.NET app not under my control using my tried and true methods, like The Grinder, but it fails due to the authentication mechanism and the postbacks (very long ...
6
votes
1answer
1k views

Application to Stress Test in a Windows .NET Application

I am developing a Windows .NET application (WinForms) and I need to simulate a stress test of the database and the application ( more than 100 conections). What tools do you recommend?
5
votes
2answers
140 views

How do I do load/stress testing of wcf services hosted in a windows service?

We have around 15 wcf services hosted in windows service. Some of the are in .NET 4.0 and some in .NET 3.5. I would like to know how to perform load/stress/performance testing of wcf services hosted ...
5
votes
2answers
912 views

How To Interpret Siege and or Apache Bench Results

We have a MySQL driven site that will occasionally get 100K users in the space of 48 hours, all logging into the site and making purchases. We are attempting to simulate this kind of load using tools ...
5
votes
5answers
1k views

Load testing the UI

I have been working on a site that makes some pretty big use of AJAX and dynamic JavaScript on the front end and it's time to start stress testing. But how do you properly stress test something that ...
5
votes
6answers
648 views

Load Testing Software

I am working on a proposal for my company into purchasing some load testing software. I have to give 2 choices. One of my choices I am proposing is HP(Mecurary) Loadrunner. Is there another program ...
4
votes
2answers
262 views

Memory Stress Testing in C#

I want to create a tool to simulate memory restrictions to memory stress test other applications. I came up with the following code after going through some google searches, but when running this, the ...
4
votes
2answers
148 views

How to stress test an ORM data-driven website?

I'm used to developing private applications for very small amount of concurrent users (usually no more than 10) on very good servers, so I have never been pressed about stress testing my applications. ...
4
votes
2answers
330 views

Stress-testing using Cucumber

I'm currently writing integration tests for a RoR REST API using cucumber. I'd also like to stress-test the API and was wondering how I might be able to re-use my cucumber scenarios to do this. ...
4
votes
4answers
1k views

How should I stress test my web application?

I've got a somewhat complex web application, containing Flash and javascript on the client side and PHP functionality server side. The PHP functionality contains system calls (exec()) to ...
4
votes
1answer
569 views

Which counters should I use in Windows Performance Monitor when logging performance during stress testing of a web app?

I am setting up windows performance monitor to log activity on a web server while running MS Web application stress tool. Which counters should I choose to give me the best picture of where I have ...
4
votes
4answers
434 views

How to make apache slow and unreliable?

I'm writing some code on a mobile device that uses a REST service to retrieve data from a host. That REST services is being proxied by Apache. In test mode I would like to be able to simulate network ...
4
votes
2answers
307 views

Designing a Stress Testing Framework

I do a sort of integration/stress test on a very large product (think operating-system size), and recently my team and I have been discussing ways to better organize our test workloads. Up until now, ...
4
votes
4answers
1k views

Tools to Replay Load on a SQL Server

Has anyone come across any good tools (preferably but not necessarily FOSS) that can read a SQL Server (2005/2008) trace file and execute the commands against another database. We are attempting to ...
4
votes
2answers
800 views

Stress testing development server / production server

I am very new to stress testing and am just trying to learn the ropes. So my questions are: If I have a development server which in terms of software is identical but in terms of hardware has a much ...
4
votes
2answers
2k views

Model - View - ViewModel & WCF - is WCF the model?

I'm just learning the Model / View / ViewModel pattern and it's variations (DataModel / View / ViewModel, or Model / View / Presenter). What I wonder is: if I use this pattern with a WCF service, is ...
3
votes
5answers
177 views

How to find bad code in a website

I have built a Wordpress/PHP website for a client for the past two years, and now that we are getting 1 million views a month they seem to think we are not suffering from a DDOS attack where the site ...
3
votes
2answers
247 views

Using Google App Engine for Website Load Testing

Azure, Amazon and other instance based cloud providers can be used to carry out website load tests (by spinning up numerous instances running programs that send requests to a set of URLs) and I was ...
3
votes
3answers
2k views

Testing with JMeter: how to run N requests per second

I need to test if our system can perform N requests per second. Technically, it's 2 requests to one API, 2 requests to another, and 6 requests to third one. But the important thing that they should ...
3
votes
4answers
549 views

How to stress test a gwt app

Did someone have succeed stressing a GWT app? Any recommended tool?
3
votes
3answers
185 views

Should I load-test a hosted web-site? How?

When building a web-site or application, it is best practice to load-test it to ensure it can handle the production load (with tools like HP LoadRunner, RadView's WebLOAD). What do I do if the ...
3
votes
2answers
151 views

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

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 ...
3
votes
3answers
251 views

How to replay traffic to web server from logs to profile / benchmark web app under real load?

Is there a way to get recorder real network traffic to web server, e.g. from web server logs (Apache), and replay this traffic to either profile web application (in Perl) under real load, or benchmark ...
3
votes
4answers
1k views

Stress Test visual studio with multi core cpu

how i can configure the Test Project of visual studio to use all CPU's core. When i run the test i can see on my performance indicator that only one core is being used (100%) and the rest 7 cores is ...
3
votes
4answers
111 views

Regular performance tuning and maintenance

How often do you conduct regular maintenance such as stress test your application and/or tune your database indexes for your applications? E.G., Do you tune (defrag, reorganise or rebuild) your ...
3
votes
9answers
1k views

How To Simulate Lower CPU Processor Machines For Browser Testing

We have some users which are using lower cpu powered machines and they're encountering slow rersponse times using our web application. Is there anyway for me to be able to do testing so that I can ...
3
votes
3answers
519 views

Stress and performance test on ASP.NET app

I want to conduct a stress and performance test on the front-end of my ASP.NET app. My goal is to: Identify bottlenecks Learn the number and the load of HTTP requests Easily determine the ...
3
votes
1answer
122 views

Java web application to use for testing of servers

I'm looking for a simple open source, or reference application that I could use for testing some Java servers. The primary server would be Tomcat, and the database backend is MySQL. Are there some ...
3
votes
5answers
307 views

Setting up a lab for developers performance testing

Our product earned bad reputation in terms of performance. Well, it's a big enterprise application, 13 years old, that needs a refreshment treat, and specifically a boost in its performance. We ...
3
votes
6answers
1k views

How do i generate a histogram for a given probability distribution (for functional testing a server)

I am trying to automate functional testing of a server using a realistic frequency distribution of requests. (sort of load testing, sort of simulation) I've chosen the Weibull distribution as it ...
3
votes
5answers
3k views

What tools do you use to stress test programs on Windows XP?

I would like to be able to control the available memory and CPU resources. What kind of tools do you use to do this?
2
votes
0answers
14 views

Response time too high during load testing even when CPU utilization falls after Auto Scaling

Here's the scenario: I'm running my Java/Spring app on Amazon EC2 Linux instance in load balancing mode with 3 servers up initially, that can scale up or down as required. Scale up criteria: When ...
2
votes
1answer
99 views

Start Time and End Time in JMeter Scheduler

I am working on JMeter version 2.5.1 and I want to set up a Scheduler for my Thread Group. I set the following values for scheduler fields: Start Time = 2011/12/13 11:30:00 End Time = 2011/12/13 ...
2
votes
2answers
103 views

Spring-WS and “Error attempting to save SOAPPart”

I have a few web services on a Weblogic 10 server. Each of these is part of a larger system. Running locally and on our qa environment the system works flawless, replies fast, and as expected. ...
2
votes
1answer
229 views

Load Testing for Django Application

I have been looking for a tool to load test my django application. I was wondering if there is go to one for django web applications. I am required to login and place various requests to the site as ...

1 2 3 4