nrjsingh167
nrjsingh167

Reputation: 11

In jmeter how to add custom percentage line through command line

In jmeter how to add custom percentage line like 90%, 95%, 80% etc fields in aggregate report currently only 90% comes.

Upvotes: 0

Views: 463

Answers (3)

PerfEngineer_321
PerfEngineer_321

Reputation: 17

the above properties should be added to reportgenerator.properties and user.properties files not to jmeter.properties

Upvotes: 1

Konstantin Dobroliubov
Konstantin Dobroliubov

Reputation: 669

Defaults are 90, 95 and 99%. You can change these values in jmeter.properties file. It has separate section that contains appropriate parameters:

aggregate_rpt_pct1=90
aggregate_rpt_pct2=95
aggregate_rpt_pct3=99

Upvotes: 0

Swati
Swati

Reputation: 9

  1. As i can find that aggregate report will have 90%,95% and 99% , by default. Please check with version of Apache_jmeter2.13 updated and see. 2. If you are looking for output results to save just click on save Table Data , which will save all data records as it is displaying after script stop threads.

Upvotes: 0

Related Questions