IxLoad TCL API で enablehttpproxy フラグをオンにしましたが、トラフィックは http プロキシを経由せず、代わりにサーバー アドレスに送信されます。どうしてか分かりません。:-(
http プロキシに向けてトラフィックを送信する IxLoad GUI を使用しても問題はありませんが、TCL API では動作しません。
これは私の IxLoad TCl コードの一部です:
# Configuring Activity newAgent1
#-----------------------------------------------------------------------
$Activity_newAgent1 agent.config \
-cookieRejectProbability 0.0 \
-enableUnidirectionalClose false \
-ipPreference 2 \
-loopValue true \
-maxPersistentRequests 1 \
-enableEsm 0 \
-certificate "" \
-sequentialSessionReuse 0 \
-tos 0 \
-maxPipeline 1 \
-maxHeaderLen 1024 \
-maxSessions 3 \
-enableHttpProxy 1 \
-enableTos false \
-enable 1 \
-browserEmulation 1 \
-cookieJarSize 10 \
-privateKey "" \
-privateKeyPassword "" \
-urlStatsCount 10 \
-followHttpRedirects 0 \
-tcpCloseOption 0 \
-enableVlanPriority false \
-esm 1460 \
-httpVersion 1.0 \
-sslVersion 3 \
-name "newClientActivity1" \
-enableCookieSupport 0 \
-enableLargeHeader true \
-clientCiphers "DEFAULT" \
-httpProxy ":8080" \
-keepAlive 0 \
-httpsProxy "1.0.0.1:8080"
$Activity_newAgent1 agent.actionList.clear