Hi,
Earlier I was using output file in .jtl format and now changed to xml.
jmeter.save.saveservice.output_format=xml
Below fields checked in View Results Tree configuration.
[image: Inline image 1]
Now I am getting response but in request I am getting only values
"GET/POST".
Any idea where I
What file output format are you using? I believe this data can only be stored
in XML. If saving in CSV, the options are ignored.
Thanks
-Original Message-
From: praveen tiwari [mailto:praveentiwa...@gmail.com]
Sent: 14 March 2017 11:59
To: JMeter Users List
Subject: Jmeter in Non-GUI Mo
Hello
As output format is by default CSV, you won't have the response data.
To have it you can switch to XML format (see saveservice properties) or add
a View Results Tree and check all XML field in format.
Regards
On Tue, Mar 14, 2017 at 12:58 PM, praveen tiwari
wrote:
> Hi All,
>
> I am runni
Hi All,
I am running a jmeter script in non-gui mode with below changes in
jmeter.properties file.
jmeter.save.saveservice.response_data=True
jmeter.save.saveservice.samplerData=True
After running the script, when I am trying to view the result in GUI mode
in listener "View results Tree", I am g
Hi Felix,
Thanks for your response!
I have tried to fetch thread dump and attached same, tried 2 times using
below query via cmd.
C:\>cd Program Files\Java\jdk1.8.0_121\bin
C:\Program Files\Java\jdk1.8.0_121\bin>jstack -l 1112
Above 1112 is the process id of java.
Let me know if I did correct