如何在jmeter中获取ThreadGroup的当前循环数

时间:2015-05-25 12:21:47

标签: jmeter

我正在使用jmeter。我在ThreadGroup中将Loop Count设置为5,将Thread的数量设置为1.如何获取当前循环数,以便我可以在beanshell后处理器中执行某些操作。

请帮助。提前致谢。

1 个答案:

答案 0 :(得分:5)

你可以像${__BeanShell(vars.getIteration();,)}那样:

有关JMeter中Beanshell脚本的更多信息,请参阅How to use BeanShell: JMeter's favorite built-in component指南。