Questions tagged [load-testing]

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

Load testing is end-to-end performance testing under anticipated production load, which determine response times for various time critical transactions and business processes.

As per wikipedia:

Load testing is the process of putting demand on a system or device and measuring its response.

Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation.

168 questions
0
votes
1 answer

program to emulate web browsing

I develop Web cache application for video content. I need to test it with sites like Youtube. Are there any applications which can be used to emulate random browsing of Youtube so I can stress-load my cache proxy? Thanks.
jackhab
  • 771
  • 1
  • 8
  • 21
0
votes
2 answers

Tuning high-raffic nginx and wordpress server

I have been conducting load-tests (via blitz.io) as I attempt to tune server performance on a pool of servers running php 5.5, wordpress 3.9.1, and nginx 1.6.2. My confusion arises when I overload a single server with too much traffic. I fully…
reustmd
  • 107
  • 1
  • 9
0
votes
2 answers

Tools for replaying _all_ HTTP traffic

I intend to log all production HTTP requests to be able to do load testing and analysis on that data later on. The log replaying software I have seen so far only seem capable of replaying GETs. Are there tools out there that can take a file in a…
oligofren
  • 641
  • 2
  • 8
  • 23
0
votes
0 answers

stress testing a QOS switch

I need to test a network Switch that has QOS capabilities. I need to simulate a large network (preferably up to or exceeding 100 devices), and I need to do it as a live test. My requirements are: • create around 100, if not more, TCP flows from a…
0
votes
1 answer

How do I interpret this Load Test result?

We used BlazeMeter to evaluate our site's capability to handle load. I set up a simple script that logs in (using a special page which ensures each load test user has a different account), visits several pages along a common route, and ends with…
Jeff
  • 323
  • 2
  • 3
  • 8
0
votes
1 answer

how to benchmark an ubuntu webserver using Jmeter and create a test report.?

I have an ubuntu webserver(LAMP) running a clients website.I have already created a test plan with jmeter, what i would like to know is how would we benchmark the server with Jmter and create a test report. Like the maximum number of concurrent…
0
votes
2 answers

How long/how hard should I stress test CPU and memory before declaring it OK?

One of our Dell PowerEdge LCDs was showing "CPU 2 machine check error", but I couldn't find anything in the logs regarding MCE or "Hardware Error." I cleared the message, but I wanted to run the machine through some heavy stuff to see if I could…
0
votes
1 answer

Simple tool to test Amazon EC2 instance throughput?

I'm looking for a way to test the bandwidth throughput of a c3.8xlarge instance. I have two c3.8xlarge instances set up, so I imagine I could use the other to simulate the traffic. What's the easiest way to go about it?
niemion
  • 161
  • 1
  • 8
0
votes
1 answer

Load Testing a Security/Gateway Appliance

In a couple weeks I will load testing a security/gateway appliance. We're a small residential college, and that "residential" means the traffic moving through the appliance is a bit like the Wild West. We have everything from Facebook to World of…
Joel Coel
  • 12,932
  • 14
  • 62
  • 100
0
votes
2 answers

Load/stress testing methodology. What to expect and how to interpret results?

We have this new client for whom we're reviewing our server infrastructure. I know pretty well the web API because I've helped building it and now I'm on my own maintaining and pushing it forward, so big challenge and very interesting. It is based…
0
votes
1 answer

Windows Memory being freed before limit is hit during a load test

I'm running a load test on a .NET web application over a LAN. The server hosting the web app is a VM, Windows Server 2008 R2, with 2 GB of RAM and a 3GB limit for virtual memory. No other web applications are running on it The test runs for 1 hour…
0
votes
1 answer

SonicWALL SRA blocks load test as a DoS attack

I am evaluating the Web Application Firewall (WAF) service on a SonicWALL SRA virtual appliance. When I try to load test the protected website, SonicWALL blocks my requests with this error: "Reset connection to prevent Denial of Service attack - too…
0
votes
3 answers

Interpreting SQLIO test results

I've been running a series of load tests on a dedicated DB SAN from a pre-production cluster (Dell R710 connecting to a dedicated RAID10 SAN over 2 gigabit ethernet connections), and I'm not sure if I'm correctly interpreting the data. For…
0
votes
1 answer

Large amount of traffic incoming. Preparation tips

Looking for any tips on improving performance on the server level as my client will be getting some heavy traffic in the next few days. Using a 1and1 cloud vps and increased the memory pretty high on the server. Is there anything I need to do to…
kilrizzy
  • 121
  • 4
0
votes
1 answer

how to simulate load on multiple app servers when nginx balances load according to IP

I use httperf from external server to stress test my app (on scalr/EC2). However nginx is configured to distribute load according to IP address of the source (so each app server will receive all the traffic from the same user). Any idea how to work…
Niro
  • 1,401
  • 4
  • 20
  • 36