Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
阅读手册我有一个问题:在线程组中,“停止测试”和“立即停止测试”单选框有什么区别。我不明白阅读 jmeter 指南,它说:
我认为您正在阅读 Javadocs,最好阅读以下内容:
文档说:
停止测试 - 整个测试在任何当前样本结束时停止。
立即停止测试 - 整个测试突然停止。如果可能,任何当前的采样器都会被中断。
JMeter 2.10 javadocs 将得到澄清,如果您在其他地方阅读此内容,请发表评论以告知其修复位置。