|
JMeter example source code file (help.txt)
The JMeter help.txt source codeTo run Apache JMeter in GUI mode: Double-click on the ApacheJMeter.jar file. If this doesn't work, open a command prompt and type: java -jar ApacheJMeter.jar [-p property-file] -------------------------------------------------- To run Apache JMeter in NON_GUI mode: Open a command prompt (or Unix shell) and type: java -jar ApacheJMeter.jar -n -t test-file [-p property-file] [-l log-file] -------------------------------------------------- To tell Apache JMeter to use a proxy server: Open a command prompt and type: java -jar ApacheJMeter.jar -H [your.proxy.server] -P [your proxy server port] --------------------------------------------------- To run Apache JMeter in server mode: Open a command prompty and type java -jar ApacheJMeter.jar -s Or, use the provided script file: jmeter-server.bat(Windows)/jmeter-server(Linux) --------------------------------------------------- Please note that a script file is provided: jmeter.bat(Windows)/jmeter(Linux) that can be used in place of "java -jar ApacheJMeter.jar". Example: jmeter -p jmeter.properties -H my.proxy.com -P 9999 Other JMeter examples (source code examples)Here is a short list of links related to this JMeter help.txt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.