1)Create a JMX file
2)Enter the URL, Example : http://
3)Save the JMX file and copy at /usr/local
4)Navigate to path : /usr/local/jmeter/bin
5)Execute the following Command:
./jmeter.sh -n –t /usr/local/test.jmx –l /usr/local/log.jtl -H localhost -P 8080
Glossary:
./jmeter.sh is the shell (executable file)
-n This specifies JMeter is to run in non-gui mode
-t [name of JMX file that contains the Test Plan]
-l [name of JTL file to log sample results to].
-H [proxy server hostname or ip address]
-P [proxy server port]
0 comments:
Post a Comment