完成线程后,倒数计时器仍在工作..这是为什么?

Once completing the thread the count down timer still working.. why is that?

我测试了100个用户,100个完成,右上角显示为100/100,但是定时器在工作?我不知道为什么会这样……你能给我解释一下为什么会这样吗?因为当我使用 5 个用户时,一旦完成,计时器就会停止。请帮我。请查看附件

没有任何附件,但我可以尝试猜测可能的原因。

当您启动 JMeter 时,会显示以下漂亮的警告:

================================================================================
Don't use GUI mode for load testing !, only for Test creation and Test debugging.
For load testing, use CLI Mode (was NON GUI):
   jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder]
& increase Java Heap to meet your test requirements:
   Modify current env variable HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m" in the jmeter batch file
Check : https://jmeter.apache.org/usermanual/best-practices.html
================================================================================

所以我的期望是 100 个用户太多,JMeter GUI 无法处理,所以考虑 running your JMeter test in command-line non-GUI mode and it should end normally/gracefully. If it doesn't - make sure to follow JMeter Best Practices