I have done a test JMeter and am able to get results.csv or result.jtl.
How do I load it into JMeter from the GUI and command line?
What do you mean by "load"? You have the results, now you need to analyze them. It can be done in different ways depending on how you plan to represent results and what metrics do you need to report, for example:
Using JMeter GUI:
JMeter will parse the results file, perform necessary calculations and display the metrics. If you need you can click "Save Table Data" to export the results for later re-use
You can generate HTML Reporting Dashboard like:
jmeter -g your_result_file.jtl -o /where/you/want/the/dashboard/to/be/generated
You can use a 3rd-party analysis service like JAnalyzer or BM.Sense
You need to add listener to create jtl and result files.
Write in listener filename: results.csv
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With