Jmeter做websocket压力测试要如何保持长连接
现在使用Jmeter做Websocket的测试,登陆发送参数字符串后,每隔60需要向服务器发送心跳包,要如何去实现?求指教 1、在线程组里面设置线,ramp-up period(in seconds)为60, 循环次数为:1800循环次数为:1800说明:一共执行的次数,因为是60秒一次 设置成1800就是执行3分钟的意思(1800/60=30)
在线程组里面添加常数吞吐量定时器(Constant Throughput Timer) ,target throughput(in samples per minute)设置为:6
说明:一分钟内执行多少次 这里是一分钟内执行1次的意思
页:
[1]