1.返回的报文太长:

intweb_set_max_html_param_len(const char * length);
intweb_set_max_html_param_len("2048");

2.The load generator is currently running the maximum number of Vusers of this type

解决方法:https://blog.csdn.net/silencemylove/article/details/47255197

当然,改这个治标不治本,之后会提示说你的license只能运行1000个vuser,要你重新生成license。最好的办法还是自己在一个vuser里面运行多个实例。

3.LoardRunner函数大全

https://files.cnblogs.com/files/qingxia/LoadRunner%E5%87%BD%E6%95%B0%E5%A4%A7%E5%85%A8%E4%B9%8B%E4%B8%AD%E6%96%87%E8%A7%A3%E9%87%8A.pdf

4.Action.c(): Error -27740: Overlapped transmission of request to 

没解决了,参考:https://www.cnblogs.com/qmfsun/p/4519649.html

5.TCP/HTTP超时时间设置

https://jingyan.baidu.com/article/36d6ed1f6e01b61bcf4883c7.html

https://blog.csdn.net/xifeijian/article/details/8363677

6.LoadRunner日志输出

https://blog.csdn.net/huangjin0507/article/details/52152188

https://www.cnblogs.com/a-ray-of-sunshine/p/5228313.html

7.Mysql存储过程调试

https://www.cnblogs.com/firebata/p/4585978.html?utm_source=tuicool

8.获取当前已经过去了多长时间

lr_end_transaction("TESTPARA",LR_PASS);
timer=lr_start_timer();

https://blog.csdn.net/huangjin0507/article/details/52243361

 9.获取当前vuser的ID

lr_whoami(&id,NULL,NULL);

 

ps:功能不怎么样,使用还挺复杂,不如自己用python写脚本测试来的方便。

posted on 2018-09-30 09:31  步孤天  阅读(879)  评论(0编辑  收藏  举报