How JMeter works

Profile picture for user devraj

When we start load or perform test of an application, JMeter creates requests to target server and simulates number of users sending requests to the target server.

Once Server starts reponding for the requests, JMeters starts saving all the responses.

JMeter gather all the data and calculate statistical information and manipulate it. 

Finally, using this statistical information JMeter prepares a report which tells about performance.

Tags