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