Blazemeter integrated with New Relic

342 Views Asked by At

I have written a script in Jmeter that simulates 20 users using the application for a ruby on rails web application. After integrating blazemeter with New relic, and after viewing the results, it shows that the test had encountered 4 error. Is there a way to find out where these errors have occured?

1

There are 1 best solutions below

2
On

Where is it showing up that there were 4 errors?

If it's in BlazeMeter then you can download the JMeter .jtl file at the end of the test by clicking on the orange zip button in the test report (you must wait until the test is over for the zip button to appear).

You can view any requests that returned an error in the .jtl file (the .jtl file is the log file with every request made)