Restatement: performance, capacity, load, and stress testing

Source: Internet
Author: User

There are already many vivid examples on the Internet to explain performance testing, Capacity Testing, load testing, and stress testing concepts, relationships and differences between them, as well as backdoors and other things... here, follow your own understanding to re-statement.

In fact, everything is just the interaction of several factors, and they are functions of each other:

  • Concurrency/data volume
  • Machine configuration
  • Processing speed of a single request
  • Stable Running Time

A:
Calculate the processing speed of a single request based on the concurrency/data volume, machine configuration, and the required stable running time (example: all requests can be completed within 2 seconds)

B:
Given the concurrency/data volume, the required stable running time, the processing speed of a single request, and the minimum machine configuration (example: 4 CPU, 16 GB memory is required to support the previous requirements)

C:
The maximum concurrency/data volume (example: supports a maximum of 700 concurrent users per second without loss of stability and better response speed)

D:
Specify the machine configuration, the processing speed of a single request, and the amount of concurrent data, and calculate the stable running time (example: outofmemory 2 hours later)

E:
Combined with C and D, only the configuration of the machine is given, increasing the concurrency/data volume constantly, and observing the response of the other two factors, that is, how the processing speed of a single request changes, and how the stable running time changes

So what are the tests for A, B, C, D, and E respectively?

Xiaoqiang said that bandwidth should also be taken into account. Which test should we consider bandwidth?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.