Friday, January 20, 2012

JMeter Calculation

3 comments:
Throughput Calculation In JMeter select a label name in result.xml which is generated by jmeter search the min (timestamp(ts)) for corresponding labels search the max (timestamp (ts)  + elapsed time (t)) for  corresponding labels. calculate the difference...
Read More