Im running Jmeter 2.13, and was wondering how to mimic a browser.
Ive done everything I can to ensure the headers are the same (keep-alive, "Retrieve All Embedded Resources", "User concurrent pool") but when I monitor my apache server-status I can see the main page request being kept alive and the static resources are open/download/close. If I compare this to accessing the site with IE I see a longer keep-alive on the static resources.
Does anyone have any suggestions to extending the keepalive on the static resources?