如何在 jmeter html 仪表板中显示第 98 个(或任何自定义的)百分位数?
How to show 98th (or any custom) percenetile in jmeter html dashboard?
我一直在搜索,但到目前为止没有运气,我需要更改 jmeter html 仪表板中显示的默认百分位指标,具体取决于我需要分析不同 SLA 的项目,希望你能帮帮我。
好吧,我做到了,我之前也尝试过,但当时我没有看到仪表板中反映出任何变化,但现在我看到了第 98 个百分位,只需要将以下行添加到 user.properties文件在 jmeter/apache-jmeter-5.3/bin/
#---------------------------------------------------------------------------
# Aggregate Report and Aggregate Graph - configuration
#---------------------------------------------------------------------------
#
# Percentiles to display in reports
# Can be float value between 0 and 100
# First percentile to display, defaults to 90%
aggregate_rpt_pct1=90
# Second percentile to display, defaults to 95%
aggregate_rpt_pct2=95
# Second percentile to display, defaults to 99%
aggregate_rpt_pct3=98
我一直在搜索,但到目前为止没有运气,我需要更改 jmeter html 仪表板中显示的默认百分位指标,具体取决于我需要分析不同 SLA 的项目,希望你能帮帮我。
好吧,我做到了,我之前也尝试过,但当时我没有看到仪表板中反映出任何变化,但现在我看到了第 98 个百分位,只需要将以下行添加到 user.properties文件在 jmeter/apache-jmeter-5.3/bin/
#---------------------------------------------------------------------------
# Aggregate Report and Aggregate Graph - configuration
#---------------------------------------------------------------------------
#
# Percentiles to display in reports
# Can be float value between 0 and 100
# First percentile to display, defaults to 90%
aggregate_rpt_pct1=90
# Second percentile to display, defaults to 95%
aggregate_rpt_pct2=95
# Second percentile to display, defaults to 99%
aggregate_rpt_pct3=98