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]

