pyagent プロキシ用の開始、停止、再起動オプション
プロキシの開始、停止、再起動を行うには、必要な動作および任意のオプションを渡して、pyagent run コマンドを使用します。オプションは次のとおりです。
- —debug(-d):デバッグモードでプロキシを開始
- —no-watchdog:プロキシwatchdogを無効化(非推奨)
- —config-file (-c):Pythonエージェント構成ファイルへのパス
使用法:
pyagent proxy start|stop|restart start_options -- [jvmOption [jvmOption [...] ]
例
pyagent proxy start -c appdynamics.config -d
pyagent proxy restart -c appdynamics.config -d
pyagent proxy stop -c appdynamics.config