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.

165 questions
4
votes
1 answer

How to circumvent siege concurrency socket select timed out

Being trying to test load capacity of a web site. I am using an aws ubuntu xenial server t2.micro as test client and have SIEGE 3.0.8 and apache benchmark Version 2.3 while ab -c 100 -n 100000 url completes without an issue thes on the other hand…
black sensei
  • 609
  • 3
  • 8
  • 25
4
votes
0 answers

Identifying bottleneck with nginx VPS load testing

I'm trying to optimize a Digital Ocean droplet (512mb), testing using loader.io I'm testing on my homepage, which is HTTPS / PHP. I setup FastCGI page cache, which got me from 100 req/sec to 2,000 req/sec. But anything beyond 2,000 req/sec is…
4
votes
1 answer

Load testing at 350,000 requests per minute

I need a way to reproduce the sudden burst of traffic our site experienced a while ago, to have a chance to keep our stack working. Our load balancer reported at a certain point that some 350k requests were performed per minute, trashing everything,…
John Smith
  • 248
  • 1
  • 3
  • 9
4
votes
1 answer

Tools for load-testing a videoserver

I'm looking for a tool capable of setting up multiple RTSP streaming sessions and keeping them alive for a configurable amount of time. Ideally this should not be videoserver specific and as lightweight as possible. The only tools I know of…
agnul
  • 536
  • 4
  • 12
4
votes
1 answer

How can I safely estimate the max # of users based on a load test measurement like max hits/second?

In my specific case, I am working with websites, however the question is more general than that. What I’m looking for (I think) is something like a formula. The situation is that I’ve already done load testing to determine the breaking point of the…
Michael Kropat
  • 819
  • 2
  • 8
  • 16
3
votes
1 answer

haproxy session rate lower than single server qps

I setup a haproxy(1.6.3) on ubuntu 16.04 to load balancing two web servers. From my earlier tests, the web servers can handle over 20k request/s. The web servers were tested against wrk2, and I verified number of requests in log. However, with…
cwhsu
  • 163
  • 4
3
votes
1 answer

Architecting for Load Testing

I'm trying to architect a set of web and database servers so that we can load test them. I'm running into some problems given the constraints I have to work with: We can't load test against production. Duh, mostly. We've looked at a responsible way…
Chris B. Behrens
  • 671
  • 1
  • 6
  • 12
3
votes
1 answer

High Mysql Connections

Having a challenge discovering why results are as they are. Perhaps missing something obvious. Sorry this isn't very specific. But if anyone has an pointers on areas to focus on that would be very helpful. Cheers. Load Test Its about 5486 writes…
3
votes
1 answer

HAProxy max out at ~10,700 connections

I am stress testing ejabberd with Tsung. My EC2 instances setup as follows: Tsung : c3.xlarge ejabberd : c3.2xlarge HAProxy : t1.mirco When I let Tsung talk to the ejabberd instance directly, I easily get my intended 35K+ connections within 5…
3
votes
2 answers

HAProxy configuration for RabbitMQ

I have an API that sends messages to RabbitMQ. I have a high availability RabbitMQ cluster behind HAProxy. When I load test my API I start seeing lots of this: Recovering from a network failure... Exception in the reader loop:…
msaspence
  • 201
  • 2
  • 3
  • 8
3
votes
2 answers

Does mysql connection error count ever flush or will the host eventually get blocked?

During performance testing of our application I found that under extreme loads one problem that can occur is the occasional mysql connection error (i.e. at this stage I don't believe it is fair to call it a bug). Eventually the application will get…
KCD
  • 878
  • 3
  • 11
  • 23
3
votes
3 answers

Simulate high traffic using data from log files

I need to test a saas service load by sending 1000s requests/sec from multiple remote sources. The urls need to be from my access log. Is there a service that can simulate high traffic using the data from my log files?
Niro
  • 1,371
  • 3
  • 17
  • 35
3
votes
3 answers

Apache/Tomcat Parameters

I have a Medium server on EC2. I don't know that much about Apache or Tomcat - they are up and running, but other than that I don't have advanced knowledge of how to tinker. I know that I can set the min/max JVM size for the Tomcat Server, and that…
skaz
  • 135
  • 7
3
votes
5 answers

Stress testing a hosted IIS server

I have a hosted environment that is migrating to some new hardware. I need to stress this new implementation remotely. Is there a quick and clean way to do this? I don't need anything fancy, just page hits and it doesn't need to have massive…
Craig
  • 182
  • 7
3
votes
2 answers

Nginx / uWsgi / Django site can handle more traffic with rewrite URL

I'm running a Django app, using uWsgi behind Nginx. I've been doing some performance tuning and load testing using ApacheBench and have discovered something unexpected which I wonder if someone could explain for me. In my Nginx config I have a…
Ludo
  • 1,049
  • 3
  • 10
  • 11
1
2
3
10 11