sale0000 发表于 2012-2-24 15:30:09

求助,跑接口并发问题

用loadrunner跑接口并发,服务器日志中没有记录任何事件

但我手动用浏览器跑下接口,服务器日志中记录了事件

这是怎么回事?

求助

archonwang 发表于 2012-2-24 16:13:13

你的服务器日志是什么形式记录的。可以看下么?另外,要知道的是日志记录是放在哪个层里做的?

sale0000 发表于 2012-2-24 16:27:46

原因找到了,但是http401怎么解决呢

Action()
{

        lr_rendezvous("GetList集合点");

        lr_start_transaction("GetList_time");

        web_set_user("molauser",
                lr_decrypt("4f45de4bb5f5f78271b30a37284978d6"),
                "ettrecommendtb.web.moonbasagroup.com:80");

        web_url("GetList",
                "URL=http://ettrecommendtb.web.moonbasagroup.com/product.json/GetList?stylecodes=010011201|010011202|010011203&apikey=MAK001",
                "Resource=1",
                "RecContentType=application/json",
                "Referer=",
                "Snapshot=t2.inf",
                LAST);

        lr_end_transaction("GetList_time", LR_AUTO);

        return 0;
}


Action.c(12): 警告 -26630: 对于“http://ettrecommendtb.web.moonbasagroup.com/product.json/GetList?stylecodes=010011201|010011202|010011203&apikey=MAK001”,HTTP 状态代码=401 (Unauthorized)       
Action.c(12): web_url("GetList") 最高严重级别为“warning”,0 个正文字节,564 个标头字节       

sale0000 发表于 2012-2-24 16:27:57

原因找到了,但是http401怎么解决呢

Action()
{

        lr_rendezvous("GetList集合点");

        lr_start_transaction("GetList_time");

        web_set_user("molauser",
                lr_decrypt("4f45de4bb5f5f78271b30a37284978d6"),
                "ettrecommendtb.web.moonbasagroup.com:80");

        web_url("GetList",
                "URL=http://ettrecommendtb.web.moonbasagroup.com/product.json/GetList?stylecodes=010011201|010011202|010011203&apikey=MAK001",
                "Resource=1",
                "RecContentType=application/json",
                "Referer=",
                "Snapshot=t2.inf",
                LAST);

        lr_end_transaction("GetList_time", LR_AUTO);

        return 0;
}

sale0000 发表于 2012-2-24 16:33:50

这个接口在IE下会出现在个下载文件弹出框

firefox下则直接显示在页面上

我用的firefox录制的脚本
页: [1]
查看完整版本: 求助,跑接口并发问题