如:<request><jabber type="raw" ack="no_ack" data="<message id='a98d8bed-ac21-4851-a8b3-6e4bd6523174' to='xm@dc01' ><//request> id为随机值,而不是固定值
解答:
如
<thinktime min="2" max="10" random="true"></thinktime>
这时 thinktime的取值为2-10之间
If you want to use a fixed seed for the random generator,you can use the seed option,like this (by default,tsung will
use the current time to set the seed,therefore random numbers should be different for every test)
use the current time to set the seed,therefore random numbers should be different for every test)
<option name="seed" value="42"/>
搞定
搞定