负载测试中崩溃点和降级之间的区别
Difference between crash point & degradation in Load testing
我想知道,负载测试中的崩溃点和降级是什么意思?
崩溃点和退化之间有什么区别?
在调整最大并发用户数
时,执行load testing时会发现性能下降
One of the main load testing goals is to verify that your web server can work correctly with certain number of concurrent users.
在执行 stress testing 并尝试找到使您的应用程序崩溃的方法时,您会发现崩溃点
The purpose of web server stress testing is to find the target application’s crash point.
The crash point is not always an error message or access violation. It can be a perceptible slowdown in the request processing.
崩溃点是服务器或 AUT 停止响应或崩溃的点。
降级点是 server/AUT 性能开始下降但仍处于响应较慢的工作状态的点。
我想知道,负载测试中的崩溃点和降级是什么意思?
崩溃点和退化之间有什么区别?
在调整最大并发用户数
时,执行load testing时会发现性能下降One of the main load testing goals is to verify that your web server can work correctly with certain number of concurrent users.
在执行 stress testing 并尝试找到使您的应用程序崩溃的方法时,您会发现崩溃点
The purpose of web server stress testing is to find the target application’s crash point.
The crash point is not always an error message or access violation. It can be a perceptible slowdown in the request processing.
崩溃点是服务器或 AUT 停止响应或崩溃的点。
降级点是 server/AUT 性能开始下降但仍处于响应较慢的工作状态的点。