- 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 Web API:Build RESTful web applications and services on the .NET framework
- Instant Apache Stanbol
- C語言程序設計(第2版)
- Full-Stack Vue.js 2 and Laravel 5
- Spring Boot進階:原理、實戰與面試題分析
- Swift細致入門與最佳實踐
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- SQL Server實用教程(SQL Server 2008版)
- Unity&VR游戲美術設計實戰
- Web性能實戰
- Qlik Sense? Cookbook
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- ASP.NET Web API Security Essentials
- Java程序設計教程
- Java 11 and 12:New Features