What Is A Scalability test?

Source: Internet
Author: User
When talking about performance testing, we will immediately see load testing, stress testing, capacity testing, and other concepts in our minds. Do you know there are also scalability tests. The scalability test can be seen as an extension of the performance test. The following describes the scalability of the system.
The scalability of the system can be understood from two aspects: hardware and software:
1. Hardware scalability
Is it possible to support more users by adding hardware devices, such as increasing the number of CPUs or memory space.
2. Software scalability
Is it possible to support more users by running more instances or using distributed processing.
Specifically, a scalable system must have a linear increase in response time as the load increases. In this way, you can linearly increase the number of hardware devices, instances, or distributed processing points to process more data. It can better support more users without increasing the response time.
The specific test process of the scalability test is: conduct a load test, record the average response time under different loads, and then check whether the average response time increases linearly. If a linear increase occurs, the system is scalable. Otherwise, the system is poor or not.

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.