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響應信息,即不傳輸主體數據)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM