Tagged Questions

The load testing tag is for issues relating to the setting up or running of load tests.

learn more… | top users | synonyms

32
votes
3answers
5k views

Load Testing with AB … fake failed requests (length)

To do some load testing, for my own curiosity, on my server I ran: ab -kc 50 -t 200 http://localhost/index.php This opens up 50 keep-alive connections for 200 seconds and just slams my server with ...
20
votes
4answers
8k views

Load testing WCF service (hosted on IIS)

What tools are there that I can test out a WCF service? I am expecting allot of load so I want to have an idea how much a single server can handle.
14
votes
5answers
477 views

Tools for website/web application load testing?

Before going into production, our client demands actual numbers of how many users our web application can handle. We have all kinds of features implemented including asset management (file ...
10
votes
5answers
1k views

What is the highest number of threads that is reasonable to simultaneously run in Jmeter?

I want to use the highest possible number of threads (to use less computers) but without making the bottleneck to be in the client.
9
votes
11answers
3k views

Tools for Ajax load testing

There seems to be a lot of stress/load testing tool that support AJAX. I am wondering how well does these tool implemented. Do they only record http request and replay it? Is it the right way to ...
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
2answers
4k views

Failed requests by length in my ApacheBench load test result

I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below with Apache Bench (ab). It resulted in some errors (Failed Requests) indicating other length than ...
7
votes
5answers
674 views

Free load test tool with browser recording

Is there any free load test tool which can record browser action, and then playback in a way of multiple virtual user? P.S. I am talking about the clicking of mouse in the browser, and also keyboard ...
7
votes
3answers
730 views

Load testing an ASP.NET web site

I want to load test an ASP.NET web service. I have Visual Studio 2008 Professional Edition and Visual Studio 2010. Can either one of these products facilitate load testing? I can't seem to find ...
7
votes
4answers
461 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
0answers
102 views

Load testing : how to generate per second requests? [migrated]

I have a server component which runs over Zeroc-ICE. When I wanted to load test it, I thought that using parallel library to create multiple requests would do it. But it dint end up that way. Using ...
5
votes
1answer
60 views

.NET library to run performance test for web

I have test writen on C# with Selenium Webdriver. now i need testing performance of application. i used FiddlerCore but it donesn't have page rendering time or time of dynamiс content(ajax,js and ...
5
votes
2answers
144 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
4answers
1k views

How to do load testing using jmeter and visualVM?

I want to do load testing for 10 million users for my site. The site is a Java based web-app. My approach is to create a Jmeter test plan for all the links and then take a report for the 10 million ...
5
votes
2answers
2k views

Web Capacity Analysis Tool (WCAT) Tutorial

I'm finding it very difficult to find any decent tutorials on how to get up and running with WCAT quickly. Does anyone have a link to a decent tutorial on it that they found useful when trying to get ...
5
votes
2answers
318 views

Loadtesting ajax applications based on jQuery

Does anyone have any experience in load testing ajax applications? specifically running jQuery as their javascript library? Loadrunner and Neoload is the two of the load testing applications that ...
4
votes
1answer
63 views

Perform Load Test for RoR 2.1 Web Application & Server

I have a web application on RoR 2.1 and backend MySQL up and running with around 8k users and now i want to do a Load Test on my web app and server to figure out the load on the server and the average ...
4
votes
3answers
317 views

Is there a cheaper way to do load testing than upgrading to Visual Studio 2010 Ultimate

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 ...
4
votes
4answers
186 views

load-testing a webapp

Good folks of SO, When load testing a basic web application, what sanity checks do you do other than expected response time? Is it fair to ask for peak memory usage? what other checks do you make? ...
4
votes
5answers
446 views

Any suggestions for good automated web load testing tool?

What are some good automated tools for load testing (stress testing) web applications, that do not use record and replay of HTTP network packets? I am aware that there are numerous load testing tools ...
4
votes
6answers
389 views

How can I test if my web application could handle heavy traffic?

What would be a proper way to simulate a large number of requests to test if my web application can handle it?
4
votes
5answers
406 views

How do you load-test your ASP.NET applications?

I'm not sure where to start when it comes to load-testing ASP.NET applications. My team doesn't use VSTS so that option is out. Does anyone have any good suggestions or experience they can share?
4
votes
3answers
3k views

how do I load test a flash application

Does anyone know a good tool (commercial or free) for stress testing flash applications?
4
votes
9answers
6k views

JMeter - successful HTTPS recording?

I'm utilizing Jmeter 2.3, which now supports "attempt HTTPS spoofing" under the Proxy Server element. I've tried this on several different servers, and have had no success. Has anyone been able to ...
4
votes
7answers
508 views

Can you estimate an application's performance before testing?

It's a tricky question I was asked the other day... We're working on a pretty complex telephony (SIP) application with mixed C++ and PHP code with MySQL databases and several open source components. ...
3
votes
3answers
81 views

How to Optimize JVM & GC through Load Testing

Edit: Of the several extremely generous and helpful responses this question has already received, it is obvious to me that I didn't make an important part of this question clear when I asked it ...
3
votes
1answer
117 views

How can I catch a “failed to decode JSON” error message in Perl?

So I am trying to load test a REST API which returns a JSON value. To do that I am creating multiple instances of the perl script. The Perl script basically calls that URL, and tries to decode_json. ...
3
votes
1answer
120 views

Ramp up/down algorithm for user load testing

I'm working on a user load testing application for web servers and I'm trying to implement a feature for automatically ramping up the maximum number of "users" that a server can handle. I want to ...
3
votes
3answers
387 views

Performance testing on node.js “net”

Does anyone have any recommendations on how to get started with node.js "net" performance testing? I want to see how my app will scale and want to test 10,000+ concurrent connections! EDIT: I want ...
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
1answer
542 views

Access log replay for load testing? Jmeter Pitfalls and Competitors

Context We wish to use "replay" web server access logs to generate load tests. JMeter had come to mind as I'd recently read blog posts about using jmeter in the cloud (e.g. firing up a number of ...
3
votes
2answers
507 views

VS2010 Web Load Testing with User Logins

I am looking to create a Web Performance test that can be bound to a CSV file with usernames and passwords so that I can run concurrent tests with different users. How do I modify a recorded WebTest ...
3
votes
1answer
192 views

Reducing bandwidth for testing

For testing purposes etc. I need 1) Ways to reduce bandwidth on a connection (each direction) 2) Simulate broken connection. 3) Measure bandwidth, perhaps see whats going through. I am thinking of ...
3
votes
3answers
191 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
1answer
743 views

How to simulate 120 concurrent users of a web application with real conditions?

How to you simulate > 120 concurrent users using a Load Test Framework such as JMeter? Real concurrency, as far as I understand, would be possible if I would use 120 servers or 120 CPU cores. How ...
3
votes
2answers
433 views

Python script load testing web page

I want to do a test load for a web page. I want to do it in python with multiple threads. First POST request would login user (set cookies). Then I need to know how many users doing the same POST ...
3
votes
1answer
2k views

Visual Studio 2010 Ultimate Web Performance Test and Load Test Virtual User Accounts

I need to Load Test a website. It uses Crowd Authentication for users to authenticate against. I have created a Visual Studio 2010 Test Project and created a web performance test that signs in using ...
3
votes
4answers
1k views

What is the best load testing tool?

What is the best load testing tool for ASP.NET applications?
3
votes
2answers
210 views

How do you simulate memory shortage with MySQL?

I want to know how my system behaves under a high load. To do so I would like to artificially reduce the amount of memory available to MySQL. How should I do this?
3
votes
5answers
308 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 ...
2
votes
0answers
17 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
103 views

how to test your mysql queries?

I have developed some mysql queries for my application, and created indexes and used EXPLAIN statements as well. What types of testing methods we can use to check queries (performance testing, load ...
2
votes
1answer
109 views

Selenium testing without browser

I use selenium RC for testing. Now for performing load test, I have to run parallel test cases. Is there any possible way ,so browser do not open? Thanks in advance --mohyt
2
votes
3answers
269 views

Load or functional testing of GWT app using JMeter

I am new to JMeter. I wanted to do some functional testing of my GWT application using JMeter. Does it support GWT testing? For example I would like to write a script that might check if the login ...
2
votes
1answer
397 views

Visual Studio 2010 Test Controller Load Test Database Configuration Failure?

I am attempting to install Visual Studio 2010 Agents for Test Controller / Test Agents so I can create Load Tests on my local machine. When attempting to install the Test Controller I recieve the ...
2
votes
1answer
283 views

Calculate peak concurrent users on a website

I am looking at setting up some website load testing scripts and need some help in finding a formula to estimate how many concurrent users are browsing a website at peak times, based on common metrics ...
2
votes
1answer
517 views

VS2010 Load Test: Cannot connect to test controller

I am setting up a load test controller and agents. I followed these guidelines: Installing and Configuring Visual Studio Agents and Test and Build Controllers Walkthrough: Using a Test Controller ...
2
votes
1answer
230 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 ...
2
votes
1answer
188 views

How to tune Sitecore prefetch caches

What is the best approach to using sitecore prefetch caches? Given a stand alone Sitecore server with local SQL Server, 8gb ram and 2,000 content items, should I aim to prefetch the bulk of website ...

1 2 3 4 5 6