- Performance Testing with JMeter 3(Third Edition)
- Bayo Erinle
- 159字
- 2021-07-02 19:07:10
Command-line options
To see all the options available to start JMeter, run the JMeter executable with the -? command. The options provided are as follows:
./jmeter.sh -?
-?
print command line options and exit
-h, --help
print usage information and exit
-v, --version
print the version information and exit
-p, --propfile <argument>
the jmeter property file to use
-q, --addprop <argument>
additional JMeter property file(s)
-t, --testfile <argument>
the jmeter test(.jmx) file to run
-l, --logfile <argument>
the file to log samples to
-j, --jmeterlogfile <argument>
jmeter run log file (jmeter.log)
-n, --nongui
run JMeter in nongui mode
...
-J, --jmeterproperty <argument>=<value>
Define additional JMeter properties
-G, --globalproperty <argument>=<value>
Define Global properties (sent to servers)
e.g. -Gport=123
or -Gglobal.properties
-D, --systemproperty <argument>=<value>
Define additional system properties
-S, --systemPropertyFile <argument>
additional system property file(s)
This is a snippet (non-exhaustive list) of what you might see if you did the same.
We will explore some, but not all, of these options as we go through the book.
推薦閱讀
- LabVIEW程序設(shè)計基礎(chǔ)與應(yīng)用
- Getting started with Google Guava
- HoloLens Beginner's Guide
- Mastering Selenium WebDriver
- Developing Middleware in Java EE 8
- Python金融數(shù)據(jù)分析
- 零基礎(chǔ)學(xué)Java(第4版)
- Reactive Android Programming
- Django實戰(zhàn):Python Web典型模塊與項目開發(fā)
- Machine Learning With Go
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- 深度探索Go語言:對象模型與runtime的原理特性及應(yīng)用
- C編程技巧:117個問題解決方案示例
- Learning Python Data Visualization
- scikit-learn Cookbook(Second Edition)