JMETER(1) | User Commands | JMETER(1) |
jmeter - Apache JMeter - Load testing tool
jmeter [options]
Apache JMeter is a Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
-h, --help
-v, --version
-p, --propfile <argument>
-q, --addprop <argument>
-t, --testfile <argument>
-l, --logfile <argument>
-j, --jmeterlogfile <argument>
-n, --nongui
-s, --server
-H, --proxyHost <argument>
-P, --proxyPort <argument>
-N, --nonProxyHosts <argument>
-u, --username <argument>
-a, --password <argument>
-J, --jmeterproperty <argument>=<value>
-G, --globalproperty <argument>=<value>
-D, --systemproperty <argument>=<value>
-S, --systemPropertyFile <argument>
-L, --loglevel <argument>=<value>
-r, --runremote
-R, --remotestart <argument>
-d, --homedir <argument>
-X, --remoteexit
Run Apache JMeter in GUI mode:
Run Apache JMeter in NON_GUI mode:
Tell Apache JMeter to use a proxy server:
Run Apache JMeter in server mode:
http://jmeter.apache.org
July 2013 |