在收到响应之前退出/中止 JMeter Sampler 请求/用户会话(故意)
Exiting / aborting a JMeter Sampler request/ User session (on purpose) before it receives the response
由于用户在收到响应之前突然退出应用程序,目前数据库中有非活动的长 运行 查询。
我想通过在采样器请求收到响应之前终止会话或中止线程来使用 JMeter 重新创建它
使用 HTTP 请求时无需等待响应,
您可以在 Response Timeout 参数中输入最小值,如 1:
Response Timeout. Number of milliseconds to wait for a response. Note that this applies to each wait for a response. If the server response is sent in several chunks, the overall elapsed time may be longer than the timeout.
由于用户在收到响应之前突然退出应用程序,目前数据库中有非活动的长 运行 查询。
我想通过在采样器请求收到响应之前终止会话或中止线程来使用 JMeter 重新创建它
使用 HTTP 请求时无需等待响应,
您可以在 Response Timeout 参数中输入最小值,如 1:
Response Timeout. Number of milliseconds to wait for a response. Note that this applies to each wait for a response. If the server response is sent in several chunks, the overall elapsed time may be longer than the timeout.