abstracta / jmeter-java-dsl

Simple JMeter performance tests API
https://abstracta.github.io/jmeter-java-dsl/
Apache License 2.0
477 stars 59 forks source link

is there is any Build in function in jmeterDSL to check the 90% Percentile .and the 95% Percentile #284

Closed Farahala closed 1 week ago

Farahala commented 1 week ago

is there is any Build in function to check the 90% and the 95% like the one that Jmeter dsl have for 99% "sampleTimePercentile99()"

rabelenda commented 1 week ago

Yes, you can use stats.overall().sampleTime().perc90() and stats.overall().sampleTime().perc95().

Farahala commented 1 week ago

Thanks , and is there is a build in function also to get the Average response time ?

rabelenda commented 1 week ago

Yes, you can check available methods with any IDE.