- 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.
推薦閱讀
- ASP.NET Core 5.0開發入門與實戰
- VMware vSphere 6.7虛擬化架構實戰指南
- Python進階編程:編寫更高效、優雅的Python代碼
- C#程序設計教程
- Flux Architecture
- Drupal 8 Configuration Management
- 用戶體驗增長:數字化·智能化·綠色化
- MATLAB 2020從入門到精通
- 從Java到Web程序設計教程
- Getting Started with Eclipse Juno
- 后臺開發:核心技術與應用實踐
- Android應用開發實戰(第2版)
- Machine Learning for OpenCV
- Python網絡爬蟲實例教程(視頻講解版)
- C語言程序設計