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

Stress Test on Wi-Fi Acess Point

I installed a Wi-Fi access point in a school hall. About a thousand iPad App is going to use the iPad App via this AP to submit information to server. How can I ensure the AP is sufficient for such use case? Is there any stress test I can perform…
Raptor
  • 1,001
  • 4
  • 19
  • 38
1
vote
0 answers

Interpreting Siege results with Nginx

I am trying to compare the performance of a clutch of web servers using Siege. Whilst the results from all the other servers are easy to understand I am having some difficulty understanding the figures returned for Nginx I had rather naively assumed…
DroidOS
  • 173
  • 7
1
vote
0 answers

APACHE/NGINX fine tuning for Apache Benchmark testing

I need to know some tuning configuration about APACHE/NGINX. I use Ubuntu Server 12.04.4 LTS on VirtuaBox with two VM: one with APACHE 2.2.22, the other with NGINX 1.1.19. In addition I installed PHP 5.3 and MySQL 5.5.35. I need to make some testing…
1
vote
1 answer

What is a reliable stress-test tool for Dell R820 running VMware ESXi?

We have a Dell PowerEdge R820 running VMware ESXi that has had multiple CPU errors over the past two months. It was originally having an IERR on CPU1 and now is showing CPU Check errors for CPU3. I swapped out CPU3 --> CPU2 and CPU1 --> CPU4 to see…
Robert Ray
  • 19
  • 2
1
vote
3 answers

inconsistencies between stress test and real browsing

I have noticed that a new server that I am setting up is fairly slower than the current server, and made some stress tests/benchmarking to study the problem. But after the tests I am getting contradictory results. The machine details: CentOS-6.4…
jackJoe
  • 121
  • 6
1
vote
1 answer

Linux Program For Stress Testing Current Website

I'm evolved in a project and the server cost's we're using are going to be based on a number of different factors. One of those factors are how many cores we need for the website. If there a program for Linux (Ubuntu) that can stress test the…
Riiich
  • 13
  • 3
1
vote
1 answer

best practice or tools for stress test on a Tomcat application server and MySQL?

I am using Tomcat 6 application container for my web site. HTTP requests come from mobile phones and every time server receive a httprequest it opens MySQL connection, insert some data in it and then close it. I want to know what is the number of …
1
vote
1 answer

How can I test how an application handles thousands of TCP connections?

We're attempting to track down an issue a client is having with injecting large quantities of mail to our gateway, and somewhere along the line, his connections are being rejected. Unfortunately, beyond that, the client has not provided much useful…
Fabian
  • 19
  • 1
  • 2
1
vote
2 answers

How to perform diagnostics (stress test) on HP Smartarray Controller

At my office, we have a server that we suspect its RAID controller (HP Smartarray) is failing. A cold boot, however, does not indicate anything. Can anyone recommend me a method to stress-test the controller? Symptoms that makes me suspect a…
pepoluan
  • 5,038
  • 4
  • 47
  • 72
1
vote
2 answers

Linux - Counter Measure against Stress Tools

I have a VPS running Ngix and currently hosting a few websites. As you know VPS have low resource and the security measures should be done by client. I just noticed many stress tools are out there which can cause a webserver crash or the server…
xperator
  • 457
  • 2
  • 12
  • 24
1
vote
1 answer

How much memory can I lock before the system starts swapping/thrashing?

I'm trying to use Memtester as a memory stress and correctness test for my organization's Linux boxes. Memtester basically just takes in an amount of memory to test as an argument, locks that much memory using memlock(), and then runs a number of…
1
vote
2 answers

Stress Testing / Load Testing Proxy services / web servers

What are the best load testing tools for stress testing web servers and proxy services such as NAT. Some metrics to consider include throughput. hits per second. machine load.
Mintuz
  • 111
  • 1
  • 4
1
vote
1 answer

issues with jmeter concurency testing

I'm doing stress test on my web server, using 8 different clients in jmeter: 3 of them are on SunOS 5 3 of them are on SunOS 5 but in virutalbox 2 of them are on linux If I do a test only using clients which are on SunOS machines I receive best…
JosiP
  • 11
  • 2
1
vote
4 answers

Stress test a server for simultaneous connection

I am trying to figure out a practical way to stress test a server for 300 to 600 simultaneous connections. Any advice? Thank you everyone for the help. To be more specific (sorry I wasn't before) this is a Flash Media Server on AWS that will be…
1
vote
1 answer

Stress Testing VPS

Anyone ever stress test a VPS. Or know of any custom stress tests that would work?
Dan
  • 113
  • 1
  • 6