jmeter - How to save response time to a file -


how save response time view results tree file? listener has option export result file path, output doesn't contain response time.

don't use listeners when comes load testing, they don't add value , in same time consume resources.

run test in command-line non-gui mode like:

jmeter -n -t test.jmx -l result.jtl 

once test finishes open result.jtl file favorite text editor or other application capable of opening csv files libreoffice calc. "response time" looking elapsed column, value in milliseconds.

jmeter elapsed

see jmeter best practices guide more information , recommendations jmeter configuration best performance


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -