Is there a setting in jmeter to display all values in seconds instead of milliseconds.
I usually use excel to do the conversion manually, but was hoping there was some way of doing this automatically.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was able to find a temporary solution. Iused the bundled xsl file in the extra directory and edited the display-time section to this
and then ran the following command
xsltproc jmeter-results-detail.xsl results.jtl > results.html
The resulting file displays the response times in seconds.