문제

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.

도움이 되었습니까?

해결책

Jmeter use local CSV fiels in distributed mode. So you just place different files on each slave and it works. Nothing special to do.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top