简体   繁体   中英

Jmeter - .jtl is not opening

I ran the Non-Gui jmeter script for 3000 users load, so for this 70MB .jtl file was created. Now I tried to open this .jtl in View Result Tree inside jmeter Test Plan, but it doesn't open and throw error saying "Error Loding Result File - See log file".

Can anyone suggest me the solution for this, I want to see response body and exception for failed API's ?

I can suggest you seeing the log file, the file is called jmeter.log and it normally lives under "bin" folder of your JMeter installation or at the place where you launch JMeter from, the reason of failure should be more or less there.

In general if the .jtl file comes from non-GUI JMeter execution with default Results File Configuration there is not much you can get from the View Results Tree listener, you should rather consider generating HTML Reporting Dashboard from the .jtl file - it will be way more informative:

jmeter -g /path/to/your/file.jtl -o /path/to/dashboard/folder

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM