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.32k stars 2.09k forks source link

Junk Characters in the JMeter Report #3960

Closed asfimport closed 8 years ago

asfimport commented 8 years ago

purnasatyap (Bug 59367): http://mail-archives.apache.org/mod_mbox/jmeter-dev/201604.mbox/browser

All.

I was interested in some of the new features in JMeter 3.0 , so I started some testing with the latest build.

When I am generating a report using the jmeter -n -g <LogFileName>,

I am finding that there are some junk characters which are showing up on the home page of the report which got generated.

Please find the screenshot attached.

There characters are not report in the report template.

Created attachment unnamed.png: Junk Chars

Junk Chars

Version: Nightly Severity: minor OS: All

asfimport commented 8 years ago

UbikLoadPack support (migrated from Bugzilla): Hi, Can you attach the HTML file ? Thank you

asfimport commented 8 years ago

purnasatyap (migrated from Bugzilla): Created attachment index.html: Html attachment

index.html ````html  Apache JMeter Dashboard

Test and Report informations

File: "TestAlotoroLog.log"
Start Time: "4/21/16 3:56 PM"
End Time: "4/21/16 4:06 PM"
Filter for display: ""

APDEX

Requests Summary

Statistics

Errors

````
asfimport commented 8 years ago

purnasatyap (migrated from Bugzilla): Attached the html file.

asfimport commented 8 years ago

UbikLoadPack support (migrated from Bugzilla): Thanks, it's the BOM character. I have fixed it. Will commit later. Regards

asfimport commented 8 years ago

@pmouawad (migrated from Bugzilla): Hi, Can you test on nightly build and confirm issue is fixed ? Thanks

asfimport commented 8 years ago

UbikLoadPack support (migrated from Bugzilla): Author: pmouawad Date: Fri Apr 22 15:42:30 2016 New Revision: 1740545

URL: http://svn.apache.org/viewvc?rev=1740545&view=rev Log: [https://github.com/apache/jmeter/issues/3960] New: Junk Characters in the JMeter Report Fix BOM character Fix ^M characters in pages files https://github.com/apache/jmeter/issues/3960

Modified: jmeter/trunk/bin/report-template/content/pages/OverTime.html.fmkr jmeter/trunk/bin/report-template/content/pages/ResponseTimes.html.fmkr jmeter/trunk/bin/report-template/content/pages/Throughput.html.fmkr jmeter/trunk/bin/report-template/index.html.fmkr

asfimport commented 8 years ago

purnasatyap (migrated from Bugzilla): The issue is fixed