|
对50个用户并发登陆
脚本:
Action()
{
lr_think_time(25);
lr_start_transaction("affairs");
lr_rendezvous("log-in");
web_submit_data("login.do",
"Action=http://10.20.101.7:9081/GLQZ/login.do",
"Method=POST",
"RecContentType=text/html",
"Referer=http://10.20.101.7:9081/GLQZ/",
"Snapshot=t2.inf",
"Mode=HTML",
ITEMDATA,
"Name=userName", "Value={name}", ENDITEM,
"Name=passWord", "Value=111111", ENDITEM,
EXTRARES,
"Url=images/mu01.jpg", "Referer=http://10.20.101.7:9081/GLQZ/page/frame/menu.jsp", ENDITEM,
"Url=images/c6.gif", "Referer=http://10.20.101.7:9081/GLQZ/page/frame/tree.jsp", ENDITEM,
"Url=images/news_logo_01.gif", "Referer=http://10.20.101.7:9081/GLQZ/page/frame/tree.jsp", ENDITEM,
LAST);
lr_end_transaction("affairs", LR_AUTO);
return 0;
}
错误信息
Action.c(11): 错误 -26612: 对于“http://10.20.101.7:9081/GLQZ/page/frame/leftwin.jsp”,HTTP 状态代码=500 (Internal Server Error)
求助下怎么哪里错了! |
|