在线客服实现目标:
客服端:100个虚拟用户,每个虚拟用户登录一个客服,登录后等到访客登录后与访客进行会话(一个客服可与多个访客会话),一直到设定的时间到了后再退出。
访客端:设置1000个访客随时登录去与客服对话就行 。
--------------------------------------------------------------------------
访客端与客服端脚本见附件:
访客端脚本和客服端脚本单独执行都不能通过。
目前场景设置了客服端脚本和访客端脚本同时执行五,访客端15个vuser,客服端10个vuser.
但是在场景中运行时:会有错误
Action.c(110): Error -26610: HTTP Status-Code=502 (Bad Gateway) for "http://192.168.12.116/netty"
Action.c(118): Error -26377: No match found for the requested parameter "sessNo". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 9999 bytes, use web_set_max_html_param_len to increase the parameter size (这个错误非常不明白是怎么回事,是根据服务器返回值进行的手动关联;) |