Jmeter - fail an assertion when memory usage/load becomes too high or application not responding

118 Views Asked by At

I am using Jmeter 2.11 to test an online application. I'm using the Monitor Results listener to view the load and when there is no response. It tells you how long the test was in each state, but I don't see anything that says WHEN that state occurred. What I'd like to do is have some kind of assertion fail at the time of a 'no response' or when the load is too high. Is this possible?

1

There are 1 best solutions below

0
On BEST ANSWER

Monitor Results listener displays only application server health, it doesn't check status of responses. To monitor each request status add the following test elements to your test plan:

For detailed information on using JMeter assertions see How to Use JMeter Assertions in 3 Easy Steps guide.