51Testing软件测试论坛

标题: 我的事物响应时间好像有点大,LR高手分析下 [打印本页]

作者: sundf_good    时间: 2009-6-10 17:51
标题: 我的事物响应时间好像有点大,LR高手分析下
我用Controller 测试我的主页 http://localhost:8080/test/index.jsp
事物响应时间看着比较大。下面是Trans Response Time(Sec)图。
我不明白的是我开了一个主页响应时间平均30sec?

[ 本帖最后由 sundf_good 于 2009-6-10 17:52 编辑 ]
作者: 云层    时间: 2009-6-10 17:55
去掉think time就好了
作者: sundf_good    时间: 2009-6-10 17:57
恩,我加think time 了,呵呵,我去改改
作者: sundf_good    时间: 2009-6-10 17:59
不是,我那个脚本加think time 了,当前问的这个问题脚本没有加think time ,云层大哥
作者: huangkai    时间: 2009-6-10 18:04
你加个事务,看下回放脚本的时候多少时间?
作者: sundf_good    时间: 2009-6-10 18:06
  1. #include "as_web.h"


  2. Action()
  3. {
  4.         web_url("club",
  5.                 "URL=http://localhost:8080/club",
  6.                 "Resource=0",
  7.                 "RecContentType=text/html",
  8.                 "Referer=",
  9.                 "Snapshot=t1.inf",
  10.                 "Mode=HTML",
  11.                 EXTRARES,
  12.                 "Url=/club/images/top01_tonglan.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  13.                 "Url=/club/images/liw.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  14.                 "Url=/club/images/main01lft_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  15.                 "Url=/club/images/nav02line.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  16.                 "Url=/club/images/topbg0.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  17.                 "Url=/club/images/jiantou01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  18.                 "Url=/club/images/top01_nav03.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  19.                 "Url=/club/images/down02_01_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  20.                 "Url=/club/images/button01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  21.                 "Url=/club/images/top01_nav01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  22.                 "Url=/club/images/rgt_news_mid.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  23.                 "Url=/club/images/line01.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  24.                 "Url=/club/images/rgt_news_up.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  25.                 "Url=/club/images/rgt_news_mark.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  26.                 "Url=/club/images/rgt_news_down.gif", "Referer=http://localhost:8080/club/", ENDITEM,
  27.                 LAST);

  28.         return 0;
  29.         web_url("refreshstate.jsp_2",
  30.                 "URL=http://localhost:8080/club/refreshstate.jsp?ref=http%3A//localhost%3A8080/club/&turl=http%3A//localhost%3A8080/club/%23",
  31.                 "Resource=0",
  32.                 "RecContentType=text/html",
  33.                 "Referer=http://localhost:8080/club/",
  34.                 "Snapshot=t5.inf",
  35.                 "Mode=HTML",
  36.                 LAST);

  37.         return 0;
  38. }
复制代码
这是我的脚本。刚学嘿嘿
作者: sundf_good    时间: 2009-6-10 18:06
你看这哪加啊
作者: huangkai    时间: 2009-6-11 10:03
代码中间的那一大段是什么啊,事务响应时间过长很可能就出现在那上面!!!
作者: goal1860    时间: 2009-6-11 11:01
首先不该有两个return0,然后要是你怀疑结果的真实性,就降低并发用户,看响应有没有加快。假如并发数很少了时间还是很大,那更简单了,手工测一下不就行了么?老对着个图能看出什么东西来呢?




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2