zoukankan      html  css  js  c++  java
  • LoadRunner hits per second 深入理解

    Hits per Second Graph

    The Hits per Second graph shows the number of HTTP requests made by Vusers to the Web server during each second of the load test scenario run. This graph helps you evaluate the amount of load Vusers generate, in terms of the number of hits. You can compare this graph to the Average Transaction Response Time graph to see how the number of hits affects transaction performance.

    Hits per Second==HTTP requests per Second: 每秒虚拟用户HTTP请求(服务器)数

    HTTP请求的几个常用类型

    HTTP method

    Descrīption

    GET

    Send named resource from the server to the client.

    (从服务器上发送给客户端指定的资源)

    PUT

    Store data from client into a named server resource.

    (从客户端存储数据到一个指定的服务器资源)

    DELETE

    Delete the named resource from a server.

    (从服务器上删除指定的资源)

    POST

    Send client data into a server gateway application.

    (发送客户端数据给服务器上的gateway应用)

    HEAD

    Send just the HTTP headers from the response for the named resource.

    (对于指定的资源只发送HTTP header响应信息,即不传输主体数据)

  • 相关阅读:
    数组——基础
    程序流程控制——循环结构
    程序流程控制——分支结构
    运算符
    进制
    变 量
    Java中的名称命名规范
    标识符(Identifier)
    保留字(reserved word)
    关键字
  • 原文地址:https://www.cnblogs.com/SH-xuliang/p/5870809.html
Copyright © 2011-2022 走看看