???????????????????????????????????????????????????????????????????????????????????????ó??????
???????????????LoadRunner?е?web_concurrent????????????????????
???????????????????£?
?????????????????????????web_concurrent_start(NULL)??web_concurrent_end(NULL)???????????LoadRunner????е?web_concurrent_start?????????????????????????У????web_concurrent_end???????????м?????е????????С?
????????????????£?
vuser_init()
{
web_url("vdAction.do"??
"URL=http://www.a.com"??
"Resource=0"??
"RecContentType=text/html"??
"Referer="??
"Snapshot=t1.inf"??
"Mode=HTTP"??
LAST);
web_concurrent_start(NULL);
web_url("vd.jpg"??
"URL=http://www.b.com/images/vd.jpg"??
"Resource=1"??
"RecContentType=image/jpeg"??
"Referer=http://www.b.com/vd/vdAction.do?opAction=vd&id=112"??
LAST);
web_url("adv.gif"??
"URL=http://ip:8090/world/images/adv.gif"??
"Resource=1"??
"RecContentType=image/gif"??
"Referer=http://218.108.247.148/WCFT/vd/vdAction.do?opAction=vd&id=112"??
LAST);
web_url("blank.gif"??
"URL=http://www.b.com/images/blank.gif"??
"Resource=1"??
"RecContentType=image/gif"??
"Referer=http://218.108.247.148/WCFT/vd/vdAction.do?opAction=vd&id=112"??
LAST);
web_concurrent_end(NULL);
return 0;
}