OK, I've now updated the 2.1 branch to add the following properties (taken from jmeter.properties, showing default)
#jmeter.save.saveservice.subresults=true #jmeter.save.saveservice.assertions=true #jmeter.save.saveservice.latency=true #jmeter.save.saveservice.samplerData=false #jmeter.save.saveservice.responseHeaders=false #jmeter.save.saveservice.requestHeaders=false #jmeter.save.saveservice.encoding=false If you want to be brave and try the current nightly, you will hopefully find that you can now save the extra items. S. On 17/11/05, sebb <[EMAIL PROTECTED]> wrote: > Sorry, you're right - some of the items aren't yet controlled by properties. > > I'll add those, and create a new nightly build shortly. > > S. > On 17/11/05, Morten Kristiansen <[EMAIL PROTECTED]> wrote: > > > > I worked a little further on this after sending the request and I found > > out exactly what you just mentioned. The propblem is that I can't seem > > to find the appropriate property. In the jmeter.properties file I found: > > > > jmeter.save.saveservice.assertion_results_failure_message=true > > jmeter.save.saveservice.data_type=true > > jmeter.save.saveservice.label=true > > jmeter.save.saveservice.response_code=true > > jmeter.save.saveservice.response_data=false > > jmeter.save.saveservice.response_data.on_error=false > > jmeter.save.saveservice.response_message=true > > jmeter.save.saveservice.successful=true > > jmeter.save.saveservice.thread_name=true > > jmeter.save.saveservice.time=true > > > > When creating a listener in GUI mode you can configure the listener to > > save "Sampler Data" and "Request Headers". I can't find any properties > > for these. I looked at the source code and found a constant class > > referencing the properties above; but not the ones I think I need. To me > > it seems like their missing (sampler data and request headers)? When > > selecting them in GUI mode and writing result to file, it all works > > fine. > > > > Morten > > > > > > > > On Thu, 2005-11-17 at 16:36 +0000, sebb wrote: > > > Yes - update the appropriate jmeter.save.saveservice properties im > > > jmeter.properties - or use -J to define them on the command line. > > > > > > These properties are also used to define the initial Save Config > > > settings when adding new Listeners. > > > > > > Note that the -l flag generates an additional listener; existing > > > listeners will still be processed, so you may want to disable them. > > > > > > [Perhaps graphical Listeners should disable themselves in non-Gui mode > > > if there is no filename supplied...Bugzilla enhancement anyone?] > > > > > > S. > > > > > > On 17/11/05, Morten Kristiansen <[EMAIL PROTECTED]> wrote: > > > > I run JMeter in non-gui mode with the parameter "-l" to print the result > > > > to a file (regardless of any listeners in the jmx file). Are there any > > > > way to control the output (f.ex. I'd like to have request data in file). > > > > > > > > Morten > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

