Devika
Devika

Reputation: 31

JMeter - jtl files in Blazemeter

I have a set of JMeter -.jtl files . Is it possible to upload them in Blazemeter to get an executive summary report . The test was run in JMeter .

Upvotes: 0

Views: 586

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

You can upload the files to BlazeMeter Sense service which can generate a normal load test report out of JMeter .jtl files, Apache Benchmark result files, etc.

You can also generate a HTML Reporting Dashboard out of the .jtl results file as simple as:

jmeter -g /path/to/file.jtl -o /path/to/folder/with/report

Upvotes: 1

Related Questions