what if jmeter script has multiple graph listeners,In that case how can the results be stored in separate jtl files in non-gui mode? -


i have script disabled aggregate graph listener. ran test in non gui mode.

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

after running script,i opened result file in aggregate graph listener , able view graph. need add more graphical listeners script.how can separate result files listeners in non-gui mode ( listeners disabled in order optimize script).

i able open result file in aggregate graph listener . when tired opening same file in response time graph, message -

unable graph, not enough data

results.jtl file looks --> enter image description here

you not need listener in test!! below command enough create result file test.

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

once result file created, open them in listener want. listener can give appropriate results - graph listeners.

you not need separate result file each listener.


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -