lr回放一直卡住
源文件Action()
{
lrs_create_socket("socket0", "TCP", "RemoteHost=WIN-WEBDAV-06:7000",LrsLastArg);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_close_socket("socket0");
lrs_create_socket("socket1", "TCP", "RemoteHost=WIN-WEBDAV-06:9980",LrsLastArg);
lrs_send("socket1", "buf1", LrsLastArg);
lrs_close_socket("socket1");
lrs_create_socket("socket2", "TCP", "RemoteHost=WIN-WEBDAV-06:9980",LrsLastArg);
lrs_send("socket2", "buf2", LrsLastArg);
lrs_receive("socket2", "buf3", LrsLastArg);
lrs_create_socket("socket3", "TCP", "RemoteHost=WIN-F3NDQGLN2Z4:8088",LrsLastArg);
lrs_close_socket("socket3");
lrs_create_socket("socket4", "TCP", "RemoteHost=WIN-F3NDQGLN2Z4:8088",LrsLastArg);
lrs_send("socket4", "buf4", LrsLastArg);
……
data.ws
;WSRData 2 1
sendbuf0 45
"1"
"\x02\x02\x02\x00\x01"
"A"
"\x02\x02"
"\""
"\x00\x01"
"+"
"\x80"
"0001"
"\x00\x00\x01\x00\x00\x00\x06\x00"
"»Æ½¨¸ÕÓÛ\r\"¸"
"\x16"
"Ñ"
"\x1c\x00\x00\x00\x00\x02"
sendbuf1 58
"1"
"\x02\x02\x02\x00\x01"
"1"
"\x02\x02"
"/"
"\x00\x01\x81\x80"
"0001"
"\x01\x00\x00\x00\x00\x00\x00\x00\x06\x00"
"»Æ½¨¸Õ"
"\x00\x00\x00\x00"
"ÓÛ\r\"¸"
"\x16"
"Ñ"
"\x1c\x00\x00\x00\x00\x02\x00"
"u"
"\x02\x00\x00\x00\x00"
sendbuf2 58
"1"
"\x02\x02\x02\x00\x01"
"1"
"\x02\x02"
"/"
"\x00\x01\x81\x80"
"0001"
"\x01\x00\x00\x00\x00\x00\x00\x00\x06\x00"
"»Æ½¨¸Õ"
"\x00\x00\x00\x00"
"ÓÛ\r\"¸"
"\x16"
"Ñ"
"\x1c\x00\x00\x00\x00\x02\x00"
"u"
"\x02\x00\x00\x00\x00"
recvbuf3 41
"\x02\x02"
"%"
"\x00\x01"
"…"
"\x80\x01\x00\x00\x00"
"+P"
"\x12\x00\x02\x00\x00\x00\x00\x00\x06\x00"
"»Æ½¨¸ÕÓÛ\r\"¸"
"\x16"
"Ñ"
"\x1c"
"›Š3O"
sendbuf4 128
"MKCOL /uploads/192%2E168%2E1%2E36 HTTP/1.1\r\n"
"Host: 192.168.1.108:8088\r\n"
"Keep-Alive: \r\n"
"Connection: TE, Keep-Alive\r\n"
"TE: trailers\r\n"
"\r\n"
…… replay日志
Virtual User Script started at : 2012-02-10 16:11:54
Starting action vuser_init.
vuser_init.c(12): lrs_startup(257)
Ending action vuser_init.
Running Vuser...
Starting iteration 1.
Starting action Action.
Action.c(12): lrs_create_socket(socket0, TCP, ...)
Action.c(14): lrs_send(socket0, buf0)
Action.c(16): lrs_close_socket(socket0)
Action.c(18): lrs_create_socket(socket1, TCP, ...)
Action.c(20): lrs_send(socket1, buf1)
Action.c(22): lrs_close_socket(socket1)
Action.c(24): lrs_create_socket(socket2, TCP, ...)
Action.c(26): lrs_send(socket2, buf2)
Action.c(28): lrs_receive(socket2, buf3) RemoteHost=WIN-WEBDAV-06:9980 主机名换成对应的ip 也还是会卡住 这个要具体看看,可能是网络不通等,要等到超时
页:
[1]