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
0
votes
1 answer

How can I isolate resources from a VM in VMware-Esxi to do load testing?

We have some web services running on a VM in VMWare-ESXi. We would like to see how the system behaves under certain amount of users. How can we configure the VM to provide accurate results without having collisions with the others sharing the same…
nck
  • 129
  • 1
  • 7
0
votes
1 answer

How do I load test my http server on azure without getting IP banned automatically

I have an Ubuntu Server VM running on Microsoft Azure and I need to do some custom load testing. I've written a Python script that makes the necessary requests. The issue is that I know Azure will block my IP automatically if I send too many…
0
votes
1 answer

Nginx socket reverse proxy got 503 responses on concurrent requests

I am using Nginx as a reverse proxy for my PHP base WebSocket application and I try to load test the WebSocket server with Nginx reverse proxy. And I got 503 errors when concurrent users reach around 1,000. But when I test the PHP application…
0
votes
1 answer

Mirror the live HTTP requests on another server from tail'ed apache access log to confirm it can handle the load

I have an apache HTTP server, which is in production use. I have installed another server, which should do the same as this server, but I would like to do some simple load testing. The apache http server is stateless, and statically serves up many…
Amandasaurus
  • 30,211
  • 62
  • 184
  • 246
0
votes
1 answer

What is this kind of continuous traffic generation against production called?

Traffic to our service is not entirely predictable. To help keep the service slightly over-provisioned and to provide advance warning of any degradation resulting from an increase in traffic, we maintain a kind of "continuous buffer load generator".…
KernelPanic
  • 103
  • 2
0
votes
1 answer

How can do Load Test against WebSocket?

We will have to do a load test for the first time. To tell the truth, I don't know exactly what to look for and how to do it. I have also researched resources on this subject but I could not obtain enough information on the internet and I wanted to…
eddiethedean
  • 1
  • 1
  • 1
-1
votes
1 answer

How can I make a server or PC use the most electrical power it is ever likely to?

I have several servers connected to a UPS. I would like to try and get those servers to draw the most power they are likely to as a load test of the UPS. What is the best way to cause a server or PC to draw its maximum power? One machine is…
-1
votes
1 answer

Possible DOS Attack or computer "freak out"

I am a dev-ops web developer with a site running two ec2.smalls behind a load balancer on AWS. Recently we saw 3-4 requests per second take down our clients site. The site was down and would not come back after multiple server reboots and errors…
-1
votes
1 answer

Record and replay HTTP requests/posts between a given period of time (Apache)

Disclaimer: I know that what I'm about to ask is not even close to best practices but due to very specific requirements, I see this as probably one of very few solutions. Context: We wish to replicate the Production environment entirely for…
-1
votes
2 answers

Has anyone done a load test on AWS free tier? What is the crash point?

I think the capacity of AWS EC2 t2.micro instance is too low. I was sending somewhere around 100 mails to the customers and we had some 20+ users online. And the instance crashed. I had to restart it and it took around 10 mins to get it back…
-2
votes
1 answer

JMETER: Which requests to load

The question is about load testing a web application, in order to find out server capacity (I should answer the question: For how many users using my web application, the server can handle the requests without any abnormality). The web application…
-2
votes
2 answers

Server performance on load

Im asking this question just to make sure or get some idea how much the server can take or when it going to fail, i have an Amazon EC2 instance with 8 GB RAM AND 2 VCPU,and it run some php script that only return json response no media file or any…
iMyth
  • 1
-2
votes
1 answer

Do routers and networks have have a “max threads” configuration?

I've been stress testing my application now and I've identified a high average network connection time. This is odd because I haven't gone over the max bandwith at all. What can this be caused by? Have I gone over the "max thread limit" on the…
-3
votes
1 answer

How to artificially open many tcp connection on a host (testing)?

I'm trying to build a test setup which test my server's performance under high load. In order to do that I want to open thousands of tcp connection. The problem is that I only have two hosts, one is for the server and the other is for the load…
Ezra
  • 97
  • 3
-4
votes
1 answer

What hardware factors may be considered bottlenecks on a Hyper-V virtual server during load testing?

Our organization is load testing our application using virtual servers via Hyper-V to see what the user load can be using fair equipment on a single box setup. The developer group questioned the validity of the tests given the normal use of the box…
sean
  • 101
  • 1
1 2 3
10
11