Questions tagged [stress-testing]

Stress testing is a form of testing that is used to determine the stability of a given system or entity under load. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

Stress testing is for ensuring the tolerance of the application at certain loads (usually extremely high loads). It refers to tests that put a greater emphasis on robustness, capability and error handling under a heavy load, rather than on what would be considered correct behavior under normal circumstances.

Sometimes, as the load on the system increases the system throws errors or behaves unexpectedly. The stress test targets exactly this behavior. Determining that the software handles the load gracefully without crashing is the aim of this test. In particular, the goals of such testing may be to ensure the software does not crash in conditions of insufficient computational resources (such as memory or disk space), unusually high concurrency, or denial of service attacks.

109 questions
1
vote
2 answers

Server stress test and configuring for beginners?

Our city is having a very public event soon (data harvesting for public spots available in the city hall) which required our company to create a form application to submit curriculums and some personal data. About 5-10 thousands of users are…
bbonamin
  • 167
  • 8
1
vote
1 answer

DELL R320, Xeon E5-2450 v1, Oracle Linux 8 marks clocksource 'tsc' as unstable, random crashes under load

I recently acquired used Dell R320 with Xeon E5-2450 v1, all firmware's are updated to most recent versions using Lifecycle controller. On boot dmesg reports: microcode: microcode updated early to revision 0x71a, date = 2020-03-24 [ 12.384040]…
valc
  • 11
  • 4
0
votes
2 answers

How to stress test SSL servers?

I'm attempting to test if a web server dies when SSL connections are "severed" at various points of the SSL handshake, etc. I thought I saw a tool once that would "stress test" SSL connections by sending them various input, some truncated. Anybody…
rogerdpack
  • 577
  • 2
  • 8
  • 23
0
votes
1 answer

Can a load stress test (for example with Loader.io) cause a Denial of Service?

I want to test the performance of my server using Loader.io service, but I'm worried about the impact. From what I understand the site will load stress my server making multiple requests, what is the limit of that? is not possible to cause a denial…
Enrique
  • 143
  • 1
  • 5
0
votes
1 answer

Wordpress apache benchamrk CPU usage

I'm on a VPS, 4vCPU 4GB RAM. During this apache benchmark test: ab -k -n 10000 -c 3 -l URL I get: Server Load 3.393066 (4 CPUs) Memory Used 35% (1,358,560 of 3,881,408) Swap Used 23.7% (248,488 of 1,048,572) With ab -k -n 1000 -c 7 -l…
0
votes
0 answers

Using hdparam for more strenuous tests

So I am tasked with getting some strenuous raw hard drive performance tests. We started with FIO but this has proven to be ineffective as the results are poor in windows and linux. I tried Bonnie++ for testing the disk , but Bonnie++ complains…
LUser
  • 217
  • 1
  • 6
  • 15
0
votes
1 answer

Testing Concurrent Users using Jmeter

If I have to load test an app for 40,000 users per hour with each user's average spent time of one minute then what should be my test approach? Will running a test for 666 Threads/Users (40000/60=666) using ramping up period of 1 minutes and…
Cedric
  • 1
  • 1
0
votes
0 answers

Samba fails Achilles Level 2 tests

During certain Achilles tests, CPU consumption of Samba rises to 100%. I am doing Achilles tests on a Linux-based server. I have noticed that during certain tests (and UDP port discovery), the temperature of the CPU cores surges to around 80-90 °C…
alibaba
  • 427
  • 2
  • 6
  • 14
0
votes
1 answer

How to revive nginx after it got beatup by stress testing

Background I got two ec2 instances running laravel app on an nginx server behind a load balancer. We had the brilliant idea of running stress testing on the instances using apache ab like so: ab -c 350 -n 20000 -H…
abbood
  • 1,127
  • 4
  • 13
  • 21
0
votes
1 answer

Creating artificial CPU / memory load on CUCM server

I'm working on a small monitoring application for organization multicluster CUCM environment. For a demo purpose, I have a small lab, that consists of VMware CUCM installation and a couple of hardware phones. I need to show an alerting demo for CUCM…
J-unior
  • 149
  • 5
0
votes
2 answers

How to simulate high bandwidth traffic for server testing

I'm working on a personal CDN-like project and I would like to stress-test my server, which is a minimal nginx+nodejs+ubuntu running on a 10Gbps VPS. I want to simulate something that looks more like intended use of the server: approximately 10GB of…
Pavel P
  • 113
  • 1
  • 5
0
votes
2 answers

I'm trying to stress test a site but no hosting company will let me. What can I do?

We need to know what to expect if a rogue actor DDOSes one of our production sites, so I'm looking to spin up a few VPSes with web apps on so that I can simulate a DDOS against them with an online stress testing service. We have a dedicated server…
glcheetham
  • 103
  • 4
0
votes
1 answer

fio on virtual disk created with dd to stress disk

I am trying to create a script for my coworkers to use in the field that will stress the internal disks to a Linux server. I plan to put some logic in for finding the /dev/sd's available and such. But I wanted to put in a write test. I am aware that…
TaylorSanchez
  • 171
  • 1
  • 7
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

Put NIC under heavy load

I think I've got a faulty NIC so I want to put it under heavy but controlled load to see if and when it dies. How can I generate such a load? The NIC is in a Hyper-V host with Windows and Linux guests running on it so tools or methods for either…
Greg B
  • 1,598
  • 5
  • 17
  • 32