I propose having a properties file to let the user choose which data he'd like to save. Initially, there will be a single project-wide file, although at some later time, we may choose to have a finer-grained sollution. This file would be in org/apache/jmeter/resources/saveservice.properties.
The contents of the properties file would look something like: # legitimate values: xml, csv, db. Only xml is currently supported. jmeter.save.saveservice.output_format=xml # true when field should be saved; false otherwise jmeter.save.saveservice.data_type=true jmeter.save.saveservice.label=true jmeter.save.saveservice.response_code=true jmeter.save.saveservice.response_message=true jmeter.save.saveservice.successful=true jmeter.save.saveservice.thread_name=true jmeter.save.saveservice.time=true # legitimate values: none, ms, or a format suitable for DateFormat jmeter.save.saveservice.time_stamp=ms # legitimate values: none, first, all jmeter.save.saveservice.assertion_results=none The default properties file would be consistent with how results are curently saved. Initially, there will be no corresponding UI; however, some time in the near future, we should probably create an editor accessible from the UI. Any suggestions are welcome. I hope to implement something like this relatively soon. Thanks, Keith -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
