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响应信息,即不传输主体数据)

最新文章

  1. hdu5444Elven Postman(主席树思想的应用)
  2. 如何编译Less
  3. ios获取摄像头与相册图片
  4. Asp.net页面无刷新请求实现
  5. lintcode:打劫房屋
  6. U-BOOT 移植到友善之臂mini2440
  7. Android自定义DataTimePicker(日期选择器)
  8. XDocument和XmlDocument的区别
  9. linux下编译.so 和.a 可能出现的问题 ?
  10. Objective-C辛格尔顿
  11. 【CSS】定位元素居中显示
  12. 【转载】深入Java单例模式
  13. Hadoop中Namenode的HA查询和切换
  14. Android Nine-patch(.9.png)小结
  15. Go语言基础(一)
  16. 进程池原理及效率测试Pool
  17. Arduino IDE for ESP8266 ()组网
  18. skipper http router 工具
  19. 20155312 2016-2017-2《Java程序设计》课程总结
  20. 课程一(Neural Networks and Deep Learning),第三周(Shallow neural networks)—— 1、两层神经网络的单样本向量化表示与多样本向量化表示

热门文章

  1. Java IO 学习(二)select/poll/epoll
  2. (5)ASP.NET HTML服务器控件
  3. TiKV 源码解析系列——Placement Driver
  4. iOS UI Element Usage
  5. Android Touch事件传递机制详解 下
  6. C# 格式化 中文星期 显示
  7. xamarin.android 消息推送功能--极光推送
  8. 【Salvation】——怪物角色动画&主角碰撞死亡动画
  9. 2016.11.14 MIT challenge之课程总览
  10. 2016.8.22 Axure两级下拉框联动的实现