Articles → JMeter → Create Your First Get Request In Jmeter
Create Your First Get Request In Jmeter
Example
- Open jMeter
- On the test plan, add a thread group (Right click on Test Plan → Add → Thread (Users) → Thread Group).
- In the thread group, add a sampler (Right click on Thread Group → Add → Sampler → HTTP Request).
- A window will open on the right-hand side to enter the required information. Please fill the information highlighted in the screenshot below
Click to Enlarge
- In the thread group, add a listener to display the response (Right click on Thread Group → Add → Listener → View Result Tree).
Click to Enlarge
Click to Enlarge
- Sampler result – This tab contains
- Response code
- Headers
- Cookie information
- Latency
- Response size
Click to Enlarge
- Request data – What is the data sent as request.
Click to Enlarge
- Response data – What is the response received once the request is processed.
Click to Enlarge
Latency
- Latency is the time from just before sending the request to first response received.
- Latency is measured in milliseconds.
- More the latency, less is the performance.