Skip to content

Commit 0331b29

Browse files
authored
Merge pull request #879 from zsh-users/update-jmeter
Update jmeter options
2 parents f193f0d + cc2df42 commit 0331b29

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/_jmeter

+10-1
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,37 @@
1717

1818

1919
_arguments \
20+
'(- 1 *)--?[print command line options and exit]' \
2021
'(- 1 *)'{-h,--help}'[print usage information and exit]' \
2122
'(- 1 *)'{-v,--version}'[print the version information and exit]' \
2223
{-p,--propfile}'[the jmeter property file to use]:properties file:_files -g "*.properties"' \
2324
'*'{-q,--addprop}'[additional property file(s)]:properties file:_files -g "*.properties"' \
2425
{-t,--testfile}'[the jmeter test plan file to run]:JMeter test plan file:_files -g "*.jmx"' \
2526
{-j,--jmeterlogfile}'[the jmeter log file]: :_files -g "*.log"' \
2627
{-l,--logfile}'[the file to log samples to]: :_files -g "*.jtl"' \
28+
{-i,--jmeterlogconf}'[jmeter logging configuration file]: :_files -g "*.xml"' \
29+
{-j,--jmeterlogfile}'[jmeter run file]: :_files -g "*.log"' \
2730
{-n,--nongui}'[run JMeter in nongui mode]' \
2831
{-s,--server}'[run the JMeter server]' \
32+
{-E,--proxyScheme}'[set a proxy scheme to use for the proxy server]:scheme' \
2933
{-H,--proxyHost}'[set a proxy server for JMeter to use]: :_hosts' \
3034
{-P,--proxyPort}'[set proxy server port for JMeter to use]:number' \
35+
{-N,--nonProxyHosts}'[set non proxy host list]:host' \
3136
{-u,--username}'[set username for proxy server that JMeter is to use]:username:_users' \
3237
{-a,--password}'[set password for proxy server that JMeter is to use]:password' \
3338
{-J-,--jmeterproperty}'[define additional JMeter properties]:argument=value' \
3439
{-G-,--globalproperty}'[define Global properties (sent to servers)]:argument=value' \
3540
{-D-,--systemproperty}'[define additional System properties]:argument=value' \
3641
{-S,--systemPropertyFile}'[a property file to be added as System properties]:properties file:_files -g "*.properties"' \
42+
{-f,--forceDeleteResultFile}'[force delete existing results files and web report folder]' \
3743
{-L,--loglevel}'[define loglevel]:[category=]level' \
3844
{-r,--runremote}'[start remote servers (as defined by the jmeter property remote_hosts)]' \
3945
{-R,--remotestart}'[start these remote servers (overrides remote_hosts)]:remote servers list' \
4046
{-d,--homedir}'[the JMeter home directory to use]: :_files -/' \
41-
{-X,--remoteexit}'[exit the remote servers at end of test (non-GUI)]'
47+
{-X,--remoteexit}'[exit the remote servers at end of test (non-GUI)]' \
48+
{-g,--removeonly}'[generate report dashboard only, from a test results file]: :_files' \
49+
{-e,--reportatendofloadtests}'[generate report dashboard after load test]' \
50+
{-o,--reportoutputfolder}'[output folder for report dashboard]: :_files -/'
4251

4352
# Local Variables:
4453
# mode: Shell-Script

0 commit comments

Comments
 (0)