zoukankan      html  css  js  c++  java
  • 眼睛打架了,希望兄弟们今晚压测顺利

    Action()
    {


    lr_start_transaction("首页");

    web_reg_find("Search=All","Text=100","Fail=NotFound",LAST);

    web_custom_request("shouye",
    "URL=http://m.vip.com/index.html",
    "Method=GET",
    "Resource=0",
    "RecContentType=text/html",
    "Referer=",
    "Snapshot=t2.inf",
    "Mode=HTTP",
    LAST);


    lr_start_transaction("加载stuff");

    web_url("628bd8dbc4.layout.min.css",
    "URL=http://ms2-m.vipstatic.com/css/628bd8dbc4.layout.min.css",
    "Resource=1",
    "RecContentType=text/css",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t3.inf",
    LAST);

    web_url("86fe49ca90.common.min.css",
    "URL=http://ms2-m.vipstatic.com/css/86fe49ca90.common.min.css",
    "Resource=1",
    "RecContentType=text/css",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t3.inf",
    LAST);


    web_url("562a4c0e89.jquery-2.1.0.min.js",
    "URL=http://ms2-m.vipstatic.com/js/lib/562a4c0e89.jquery-2.1.0.min.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);

    web_url("621c40b900.all.min.js",
    "URL=http://ms2-m.vipstatic.com/js/621c40b900.all.min.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);


    web_url("mars_wap.js",
    "URL=http://3rd.vipstatic.com/mars_wap/mars_wap.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);

    web_url("7fae035d74.swipe.min.js",
    "URL=http://ms2-m.vipstatic.com/js/7fae035d74.swipe.min.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);

    web_url("bcf9017199.page.page.index.min.js",
    "URL=http://ms2-m.vipstatic.com/js/touch/bcf9017199.page.page.index.min.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);

    web_url("f90fe14b29.report.min.js",
    "URL=http://ms2-m.vipstatic.com/js/f90fe14b29.report.min.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);

    web_url("f90fe14b29",
    "URL=http://ms.vipstatic.com/vtm/vtm_config_res/prod/1415348575740_js_core.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);


    web_custom_request("json",
    "URL=http://m.vip.com/ajaxapi-queryAdList.html?s=1434467439974&f=&zoneId=75",
    "Method=GET",
    "Resource=0",
    "RecContentType=text/json",
    "Referer=",
    "Snapshot=t2.inf",
    "Mode=HTTP",
    LAST);


    web_url("f90fe14b29",
    "URL=http://ms.vipstatic.com/vtm/vtm_config_res/prod/1415348575740_js_core.js",
    "Resource=1",
    "RecContentType=application/x-javascript",
    "Referer=http://ms2-m.vipstatic.com/",
    "Snapshot=t5.inf",
    LAST);


    lr_end_transaction("加载stuff", LR_AUTO);

    //http://mstats.vip.com/v1/timing/m?_t=1434450150994&p2=150&p4=506&p5=83&t0=0&t1=0&t2=12&t3=588&t4=6&t6=512&t7=752&t8=15&t9=1123
    lr_end_transaction("首页", LR_AUTO);

    return 0;
    }

  • 相关阅读:
    给定一个数组,将数组中的元素向右移动 k 个位置,其中 k 是非负数。
    js 中怎么使 if(aᅠ==1 && a== 2 && ᅠa==3) 返回 true?
    最新Hadoop-2.7.2+hbase-1.2.0+zookeeper-3.4.8 HA高可用集群配置安装
    spring 4 + jpa(hibernate 3/4) + spring mvc 多数据源配置(二)+Druid连接池
    activiti 学习由浅入深
    hadoop2.4.1+hbase0.98.3实现的分布式网盘系统初步(已开源)
    【Note】Linux
    记初学CMMI,跳出码农搬砖时代,人人都是经营者
    java8_接口中的默认方法与静态方法
    java8_Stream
  • 原文地址:https://www.cnblogs.com/sea520/p/4582257.html
Copyright © 2011-2022 走看看