- The first tests should preferably be carried out on the lowest load profile, since the behavior of the system is still unclear, there may be serious obstacles to normal / expected performance.
Usually, an increase in the load, expressed in an increase in the intensity of operations (increase in the number of users), is practiced in order to obtain the dependences of response times on various loads.
Simultaneously with the test, it is necessary to remove the performance metrics of the server hardware, since the testing of the Application is usually done relative to the hardware configurations (number of CPU x Memory). The most important of these are:
- Percentages for processors:
- CPU user use of processors for the application,
CPU wio waiting i / o processors,
CPU idle "simple" processor
CPU queues
Memory usage
Queuing on wheels
At the same time, the disk subsystem and the network should not be “bottlenecks” since in this case it will be unclear how effective the application is in terms of performance.
PS source and full text: software-testing.ru
Source: https://habr.com/ru/post/5202/
All Articles