神仙也考试 发表于 2016-10-8 11:07:32

求助:Recoding Log中出现send failed,怎么处理?

求助各位大侠:

使用Loadrunner11版本的windows sockets协议录制C/S架构的软件的时候,

Action中没有出现Lrs_send的脚本,通过查看Recoding Log,发现出现了send failed的日志,求怎么处理??

是不是我的录制的设置中有所什么不对的吗???

相关的代码:

09:33:06.839 /* WSAStartup(): process 1348 using flags 0 */
09:33:06.843 /* ReadCommWindowInfo: HttpInterceptMode = 0 */
09:33:06.855 /* connect(): socket 1348:1888 tried to connect with family 2, port 30002, and address 0x79c9224e. Return value: 0 */
09:33:06.859 /*  */
09:33:06.863 /* recv failed */
09:33:06.866 /*  */
09:33:06.869 /* recv failed */
09:33:06.873 /*  */
09:33:06.876 /* recv failed */
09:33:06.881 /*  */
09:33:06.884 /* recv failed */
09:33:06.887 /*  */
09:33:06.890 /* recv failed */
09:33:06.894 /*  */
09:33:06.898 /* send failed */    //就是这里出现了send failed,导致没有lrs_send的脚本。
09:33:06.901 /*  */
09:33:06.904 /* send failed */
09:33:07.190 /*  */
09:33:07.197 /* recv failed */
09:33:07.205 /*  */

jingzizx 发表于 2016-10-8 15:38:05

要看看是不是建立连接成功了
怎么感觉没成功建立连接

神仙也考试 发表于 2016-10-8 16:12:07

感谢版主的友情回答!

因为软件是C/S架构,内嵌了web界面……我修改了协议,使用双协议(web(http) + winsockets)再次录制脚本后,这个脚本就正常对服务器产生流量压力了。。。
页: [1]
查看完整版本: 求助:Recoding Log中出现send failed,怎么处理?