如何计算Hits per second
LoadRunner中一项指标Hits Per Second,字面理解是每秒点击率。今天在一个群里听一个同学说理解为每秒发送的请求数。对于web系统,用户有的操作是点击一个菜单或者按钮。这个操作在用户的立场是只有一个请求,而在生成的脚本中,可能会分解为几个请求函数。那如果把TPS理解为每秒发送的请求数,怎么才算一个请求呢?是用户的一个操作,还是LR分解后的请求数? 进来学习的~~~~~~等待高人回答 回复 2# sherryshi
呵呵,你自己就没有自己的见解吗?小美女:hug: TPS是每秒事务数,跟发送了多少URL请求没啥直接关系
每秒事务数跟你所定义的事务有关
如果你把用户发送请求的操作定义为一个事务,那么该事务的TPS就是你想要的所谓“每秒请求数” 怎么没人说中要害啊。LR中自动生成的Hits per second图中,Hits per second是怎么计算出来的。如何定义一个Hits? 本帖最后由 Nio 于 2011-5-17 10:41 编辑
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
GETSend named resource from the server to the client.(从服务器上发送给客户端指定的资源)
PUTStore data from client into a named server resource.(从客户端存储数据到一个指定的服务器资源)
DELETEDelete the named resource from a server.(从服务器上删除指定的资源)
POSTSend client data into a server gateway application.(发送客户端数据给服务器上的gateway应用)
HEADSend just the HTTP headers from the response for the named resource.(对于指定的资源只发送HTTP header响应信息,即不传输主体数据)
这是帮组文档么?还是这个清楚 Loadrunner设置场景中,监控服务器无法显示Hits Per Second数据,是怎么回事?其他信息显示正确
页:
[1]