Jmeter 2.13 has introduced a new key performance indicator that is connection time. Why is this important ? It takes time to connect to a server before making a HTTP request and this can have impact on response time , specially for HTTPS traffic.
Starting from 2.13 version , new metric ConnectTime has been added. It represent the time to establish connection. By default it is not saved to CSV or XML. In order to save it we need to add following line in user.properties :
jmeter.save.saveservice.connect_time=true

No comments:
Post a Comment