This blog helps you in installing jmeter, recording and running performance test in jmeter, Understanding jmeter result and in resolving problems you faced in jmeter during installation and performance test run.
Tuesday, February 14, 2012
Jmeter tutorial videos
As discussed in earlier post the jmeter is a load testing tool. Now here are some videos related to jmeter.
I ran an application through QTP and Jmeter and captured the performance results. In QTP, page is navigating within 3 to 4 secs, but through Jmeter it is taking 40 secs approximately.
Iam getting large response time (40713 ms) using Jmeter tool for Log Off in a web application which is not accurate. Could anyone know the reason how to analyze?
It may be because you might be running the script in GUI mode with multiple users, or the log off page have other http requests too. Try to run the script for single http request for log off. Or run the test in non GUI mode. jmeter -n -t Yourtest.jmx -l Name your result log.jtl -H 127.0.0.1 -P 8888 Save your script in jmeter bin folder, and run the script using this command.
Recently I've found another JMeter Library, have you seen it?
ReplyDeletehttp://blazemeter.com/blog
http://community.blazemeter.com/knowledgebase
I ran an application through QTP and Jmeter and captured the performance results. In QTP, page is navigating within 3 to 4 secs, but through Jmeter it is taking 40 secs approximately.
ReplyDeleteWhy such difference between these two tools?
Iam getting large response time (40713 ms) using Jmeter tool for Log Off in a web application which is not accurate. Could anyone know the reason how to analyze?
ReplyDeleteIt may be because you might be running the script in GUI mode with multiple users, or the log off page have other http requests too. Try to run the script for single http request for log off.
ReplyDeleteOr run the test in non GUI mode.
jmeter -n -t Yourtest.jmx -l Name your result log.jtl -H 127.0.0.1 -P 8888
Save your script in jmeter bin folder, and run the script using this command.
i need video mention in above link
ReplyDeleteHi.. i am beginner to the jmeter.. can anyone share video tutorials on jmeter that how to understand report and data correlation
ReplyDelete