TotalAPi = 50 | Thread= 2 | Transaction= 50*2 = 100
10ms = 75 | >20ms = 20 | >30ms = 5
TotalAPi = 50 | Thread= 2 | Transaction= 50*2 = 100
10ms = 75 | >20ms = 20 | >30ms = 5
If you run JMeter in command-line non-GUI mode like:
jmeter -n -t /path/to/your/test.jmx -l /path/to/result.jtl
the result.jtl file would be a normal CSV file which can be opened in Excel or equivalent and you can calculate the sum of samplers basing on their elapsed time, take a look at i.e. COUNTIF function