From c4b6f61408e5bbbec5fa313c90d554359a1194d1 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 19 Sep 2011 14:37:29 +0200 Subject: [PATCH] #48 jmeter: add remaining proxy related options --- _jmeter | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_jmeter b/_jmeter index a189339..4a69b0a 100644 --- a/_jmeter +++ b/_jmeter @@ -45,7 +45,7 @@ _arguments \ - '(- 1 *)'{-h,--help}'[Show help options]' \ + '(- 1 *)'{-h,--help}'[show help message]' \ '-p[properties files]:properties file:_files -g "*.properties"' \ '-n[run in non-GUI mode]' \ '-s[run in server mode]' \ @@ -55,4 +55,7 @@ _arguments \ '-r[run the test in the servers specified by the JMeter property "remote_hosts"]' \ '-R[run the test in the specified remote servers]:remote servers list' \ '-H[proxy server hostname or ip address]: :_hosts' \ - '-P[proxy server port]:number' + '-P[proxy server port]:number' \ + '-N[nonproxy hosts]:regex' \ + '-u[username for proxy authentication]:username:_users' \ + '-a[password for proxy authentication]:password'