2015-04-02 80 views
0

我想深入瞭解Jmeter輸出。Jmeter輸出結果解釋幫助需要

  1. 我感到困惑與「吞吐率」 concept.Does這意味着服務器只能處理48.1請求/分鐘在給定負載還是意味着別的東西。什麼是總吞吐量之間的差異速率和個別請求顯示的吞吐率。在我的情況下,發送了8個請求,並且單個請求顯示吞吐率爲6.1/min。請說明。

  2. 我需要建議對服務器端進行任何更改/解釋jmeter報告,請建議我如何解釋需要完成的工作。

總總結報告如下:

會員總數:100 加速時間:1000 樣本總數:800 最小:325 最大:20353 Std.Dev:4524.91 吞吐量:48.1 /分 錯誤:0.38%

在此先感謝。

回答

0

JMeter Glossary

Throughput is calculated as requests/unit of time. The time is calculated from the start of the first sample to the end of the last sample. This includes any intervals between samples, as it is supposed to represent the load on the server.

The formula is: Throughput = (number of requests)/(total time).

所以你提供每秒0.8請求這是相當低的「負荷」。

JMeter提供了一個控制此「吞吐量」值的測試元素,因此您可以選擇是模擬「N」個併發用戶還是每秒發送「N」個請求。請參閱H ow to use JMeter's Throughput Constant Timer指南,以獲取有關使用JMeter實現面向目標的負載測試場景的更多詳細信息。