Search code examples
urlcurlgetjmeterconnection-timeout

Is it possible to see the complete request JMeter is making?


I have a jmeter test running and its simply outputting response codes (all connection timed out). The requests work when I use curl form the box. I want to see what URL it is hitting to be sure. Anyway to see what URL the GET request is actually failing on?


Solution

  • Do you have View Results Tree listener in your test? It can show the URL & other details It sent.

    enter image description here

    Note: This listener consumes more memory. Just use it for debugging purpose.