Articles about

Performance Testing

90 Percentile line in JMeter Aggregate Report

November 21st, 2016 — The 90% percentile line is where the response time fall under the smallest range of 90% and rest 10% are considered as higher values which are ignored. ## Calculate 1. Sort your transactions by response time 2. Remove 10% highest time taking transaction 3. Now the transactions left are your 90 percentile values.

JMeter for Performance Testing

November 25th, 2016 — The [Apache JMeter](https://jmeter.apache.org/index.html)β„’ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance.