apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.3k stars 2.09k forks source link

Specified values not logged in .csv files #1843

Closed asfimport closed 17 years ago

asfimport commented 17 years ago

Alan Christensen (Bug 41277): In the various Jmeter listeners there is a way to specify a file to which measured values can be logged. There is a configuration popup that allows one to specify the different elements to be included in the log. If the logfile format is specified to be a .xml file in this configuration screen, then things work properly. However, if the .xml setting is not chosen in the configuration popup, then the logfile defaults to a .csv file. In this case any extra elements chosen for logging in the configure file do not get logged in the .csv file. For example, if you choose to log latency, then it won't appear in the .csv log file, even though it does appear in the .xml file.

Severity: normal OS: Windows XP

asfimport commented 17 years ago

Sebb (migrated from Bugzilla): Latency and Encoding were missing; now added to the code in SVN.

Various other items are not logged (and won't be), because they may need multiple lines: Assertions RequestHeaders ResponseData ResponseHeaders SamplerData