LoginSignup
1
0

More than 3 years have passed since last update.

Proxy環境下でのMacでJMeter

Posted at

前提

  • プロキシ環境下
  • MacにJmeterがインストールされている状態

起動コマンド

jmeter --proxyHost ホスト名 --proxyPort ポート番号

HEAPメモリが足りない場合

export HEAP="-Xms4096m -Xmx4096m"

環境変数を設定してHEAPのメモリサイズを調整

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0