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

How to automatically test the audio quality of a telephone line that randomly goes bad?

I am a computer scientist and I'm working as sysadmin of a small firm where I've been managing also the telephone system that my predecessor put in place. Albeit I don't really have the skill set for doing this, until now it was enough. Since the…
A. Rama
  • 127
  • 3
-1
votes
1 answer

How to test server under heavy network traffic?

I need to test our server infrastructure providing static content, under heavy traffic. I need to utilize 10GBps at minimum if our new CDN infrastructure is working correctly, or pinout bottlenecks. Our CDNs are providing content by HTTP / HTTPS…
derki
  • 101
  • 3
-2
votes
1 answer

Stress (Linux) Settings, Expectations, and Questions

Just got some new Cores and RAM in last week, wamnted to stress test them and see if they were any good. Unfortunately I couldn't find any real resources on how to do this without an OD so I fired up StressLinux. Dual QC Xeon 2.66's with HT, 16GB…
Mike
  • 175
  • 1
  • 10
-6
votes
1 answer

How to test HA MySQL Database

Recently we have been testing an HA Database solution from a 3rd party provider. I have done some stress tests to see some metrics for Master & Slave status etc, however I would like to test the actual failover. I need a way to test the failover or…
1 2 3 4 5 6 7
8