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
2 answers

load testing based on access log recording

Possible Duplicate: Tools for load-testing HTTP servers? I need to load test a saas system to find capacity+bottlenecks. My preferred method is to record a few 100,000s or millions of real acess log urls and run it as test with increasing hit…
Niro
  • 1,401
  • 4
  • 20
  • 36
0
votes
3 answers

Load Test ESXi Server

I've setup a a pre-production ESXi server and I'd like to do some load testing on the guest operating systems I have on it. Specificly what I'm interested in is Disk access, will the guest OS's be fighting for disk access, read & write Processor…
SpaceManSpiff
  • 2,547
  • 18
  • 20
0
votes
1 answer

Test PHP script load on Debian server

Anyone maybe know is there Linux (debian) tool for testing PHP application performance? I want to check in witch places my PHP/MySQL script need optimization.
PsychoX
  • 175
  • 3
0
votes
1 answer

How to replay access logs in the presence of timing problem?

I'd like to replay the IIS or Tomcat access logs to do load testing. The access logs contain only Get request, so the session data/post data is not a problem here. However two timing problem is present at default IIS and Tomcat logs The access log…
IZhen
  • 145
  • 4
  • 13
0
votes
4 answers

Network testing: looking for any test daemon and client combination to measure firewall load with 500..2000 incoming connections

I need to measure IPTables/inline Snort impact on performance, so need to put my test server under a good load. Unfortunately, no hardware traffic generator is available, thus connections must be real - e.g. come from other machines (have some in…
kagali-san
  • 1,991
  • 5
  • 17
  • 20
0
votes
1 answer

Web Capability Analysis Tool (WCAT) - No Output XML

I have WCAT 6.3 running fine up until the point where it is supposed to generate the log.xml file. In the cmd window, I just see the last Cooldown update, like…
Aaron
  • 101
  • 4
0
votes
1 answer

Firewall perfomance test

What tools you can recomend for firewall and/or VPN perfomance testing (TCP & UDP traffic) ? iperf?
d_pilot
  • 323
  • 1
  • 5
  • 12
0
votes
1 answer

httperf repeat wsesslog

For httperf with a wsesslog is there a way to repeat the activity in the script without wrapping it in a shell loop? If I do httperf --server=test.foo.com --wsesslog=20,0,foo.wsesslog I get 20 sessions that run through the script in the file. Is…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
0
votes
1 answer

Request bursting from web application Load Tests

I'm migrating our web and database hosting to a new environment on all new machines. I've recently performed a Load Test using WAPT to generate load from multiple distributed clients. The server has plenty of room to handle the traffic load, but I'm…
0
votes
1 answer

Laravel, nginx, Docker, PHP - Load Test, Very Unsatisfactory Results

We are creating two servers in Hetzner (https://www.hetzner.com/cloud). Parmeters of both: CPX51 - vCPU 16 AMD, RAM 32 GB. On one server with Ubuntu 22.04 we install Docker and run the PHP application Laravel + nginx on it. The nginx image is…
0
votes
1 answer

Load test (single client vs thousands of clients)

Hello Serverfault community, I am currently working on a .NET Web API that utilizes MS SQL as its backend to process data and return straightforward results. To ensure the API's performance and reliability, I've been conducting load tests using…
0
votes
0 answers

Possible to serve 100% traffic during upgrade and rollback?

My spring boot application is deployed with 6 replicas on Kubernetes using Helm charts. It is currently deployed under load test with 6K TPS traffic. We wanted to test the behavior of ongoing traffic during upgrade of application using helm upgade.…
Nish
  • 101
  • 2
0
votes
1 answer

Stress Test Interpretation

I ran a basic stress test and am having trouble interpreting the results. Setup Super simple node.js API (returns a string for a GET request) deployed on heroku's free tier Increased RPS until I started to see a lag in average response time…
stk1234
  • 99
  • 2
0
votes
1 answer

Running out of TCP ports in linux(Red hat) while doing load test

I'm doing load test for 30000TPS(transaction per second) using gatling, I facing the following error i.n.c.u.Errors$NativeIoException: newSocketStream(..) failed: 99128 (99.43%) Too many open files > j.n.ConnectException: connect(..) failed:…
Debugger
  • 101
  • 2
0
votes
1 answer

Very low memory usage during heavy load test

I have a wordpress website wich I did a heavy load test on. As you can see below the CPU usage is of course high but at the same time the RAM usage never goes higher than 0,4%. The load test doesn't produce any errors but the loading time of the…