Hi glinius,

Thanks for the reply - this looks very helpful!!


Regards,

Andrew


________________________________
From: glin...@live.com <glin...@live.com>
Sent: 28 May 2018 05:24
To: jmeter-u...@jakarta.apache.org
Subject: Re: Which Files/Directory contains the View Tree Results data

If you run your test in GUI mode - by default the results are being kept in
memory (unless you specify something in "Write Results To" section.

If you run your test in non-GUI mode by default JMeter doesn't store
response data, it intentionally discards the data to avoid high disk IO
which may have negative impact on your test. However you can enable it by
applying custom  Results File Configuration
<http://jmeter.apache.org/usermanual/properties_reference.html#results_file_config>
Apache JMeter - User's Manual: Properties 
Reference<http://jmeter.apache.org/usermanual/properties_reference.html#results_file_config>
jmeter.apache.org
This document describes JMeter properties. The properties present in 
jmeter.properties or reportgenerator.properties should be set in the 
user.properties file. These properties are only taken into account after 
restarting JMeter as they are usually resolved when the class is loaded.



to wit:


> jmeter.save.saveservice.output_format=xml
> jmeter.save.saveservice.response_data=true
> jmeter.save.saveservice.samplerData=true
> jmeter.save.saveservice.requestHeaders=true
> jmeter.save.saveservice.url=true
> jmeter.save.saveservice.responseHeaders=true

Also be aware that you can test your Regular Expressions, CSS/JQuery
Expressions, JSON Path Expressions, etc. directly in the  View Results Tree
<http://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree>
listener, just select something different from "Text" dropdown. See  How to
Debug your Apache JMeter Script
<https://www.blazemeter.com/blog/how-debug-your-apache-jmeter-script>
article for more information on the approach.



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to