Stress testing (computing): Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 6: Line 6:
''Main article: [[Stress testing (software)]]''
''Main article: [[Stress testing (software)]]''


In [[software testing]], stress testing often refers to tests that put a greater emphasis on [[Robust|robustness]], [[availability]], and [[error handling]] under a heavy load, than on what would be considered correct behavior under normal circumstances. In particular, the goals of such tests may be to ensure the software doesn't [[Crash (computing)|crash]] in conditions of insufficient computational resources (such as [[Random access memory|memory]] or [[Disk|disk space]]), unusually high [[Concurrency (computer science)|concurrency]], or [[denial of service]] attacks.
In testing]], stress testing often refers to tests that put a greater emphasis on [[Robust|robustness]], [[availability]], and [[error handling]] under a heavy load, than on what would be considered correct behavior under normal circumstances. In particular, the goals of such tests may be to ensure the software doesn't [[Crash (computing)|crash]] in conditions of insufficient computational resources (such as [[Random access memory|memory]] or [[Disk|disk space]]), unusually high [[Concurrency (computer science)|concurrency]], or [[denial of service]] attacks.


Examples:
Examples:
* A [[web server]] may be stress tested using [[shell script|scripts]], [[Internet bot|bots]], and various [[denial of service]] tools to observe the performance of a web site during peak loads.
* A [[web server]] may be stress tested using [[shell script|scripts]], [[Internet bot|bots]], and various [[denial of service]] tools to observe the performance of a web site during peak loads.



==[[Medicine]]==
==[[Medicine]]==

Revision as of 04:49, 14 September 2007

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results. Stress testing may have a more specific meaning in certain industries.


IT industry

Main article: Stress testing (software)

In testing]], stress testing often refers to tests that put a greater emphasis on robustness, availability, and error handling under a heavy load, than on what would be considered correct behavior under normal circumstances. In particular, the goals of such tests may be to ensure the software doesn't crash in conditions of insufficient computational resources (such as memory or disk space), unusually high concurrency, or denial of service attacks.

Examples:

Medicine

  • A Cardiac stress test is used most commonly to detect marked imbalances in blood flow to the heart muscle.


Financial sector

  • Instead of doing financial projection on a "best estimate" basis, a company may do stress testing where they look at how robust a financial instrument is in certain crashes. They may test the instrument under, for example, the following stresses:
    • What happens if the market crashes by more than x% this year?
    • What happens if interest rates go up by at least y%?
    • What if half the instruments in the portfolio terminate their contacts in the 5th year?
    • What happens if oil prices rise by 200%?

This type of analysis has become increasingly widespread, and has been taken up by various governmental bodies (such as the FSA in the UK) as a regulatory requirement on certain financial institutions to ensure adequate capital allocation levels to cover potential losses incurred during extreme, but plausible, events. This emphasis on adequate, risk adjusted determination of capital has been further enhanced by modifications to banking regulations such as Basel II. Stress testing models typically allow not only the testing of individual stressors, but also combinations of different events. There is also usually the ability to test the current exposure to a known historical scenario (such as the Russian debt default in 1998 or 9/11 terrorist attacks) to ensure the liquidity of the institution.

See also