使用每个从站 CSV 数据集进行分布式 JMeter 测试
我想在我们的网站上运行分布式 JMeter 测试,遵循 手册。我的测试通过 CSV 数据集配置元素进行参数化,以模拟不同的用户。现在的问题是:JMeter 是否会为每个从站使用相同的数据集,或者我可以以某种方式使用自己的数据集配置每个从站?如果是第一种情况,奴隶将窃取彼此的会话,这当然是不希望的。
I'd like to run a distrubuted JMeter test on our site, following the
manual. My tests are parametrized via a CSV DataSet configuration element to simulate diffent users. The question is now: Will JMeter use the same DataSet for each slave, or can I somehow configure each slave with its own dataset? If the first is the case, slaves will steal each other's session which is of course undesired.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Jmeter以分布式模式使用本地CSV文件。所以你只需在每个从属设备上放置不同的文件就可以了。没什么特别可做的。
Jmeter use local CSV fiels in distributed mode. So you just place different files on each slave and it works. Nothing special to do.
您可以使用共享模式选项选择 CSV 数据行为。每个选项的详细说明请参见:
http://jmeter.apache.org/usermanual/component_reference。 html#CSV_Data_Set_Config
You can choose the CSV Data behaviour with the Sharing mode option. Description of each option detailed in:
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config