I am new using the Apache JMeter, I am currently using JMeter for stress test to load balancer. There are 2 Web Server pointing to the single database server. All the configuration load balancer was successfully configure and work fine. After using the JMeter, i able to create a different scenario, i.e shutdown one of the web server or removing the index file. JMeter also working fine display all the request and result each request either the thread (user) getting 404 or 200. Any idea on how to create and configure so that JMeter will display and count each the result, i.e How many number getting HTTP-response code 404 or 200 ? It possible to generate the result and transform it into the graph using the JMeter ?
Configuration:
Server
-Thread Group (50 Sample)
-HTTP Request
-Regular Expression Extractor (disabled)
-Response Assertion (disabled)
-View Result Tree
-Debug Sampler (disabled)
-Graph Results
-Summary Report