Skip to content

Instantly share code, notes, and snippets.

@axtutuu
Last active November 28, 2016 08:05
Show Gist options
  • Save axtutuu/4cbb2aa581b7c71f7fc41893a28f12a7 to your computer and use it in GitHub Desktop.
Save axtutuu/4cbb2aa581b7c71f7fc41893a28f12a7 to your computer and use it in GitHub Desktop.
jmeter

複数台での負荷サーバー設定(jmeter)

概要

document http://jmeter.apache.org/usermanual/

masterサーバーにremote hostを設定後、slaveサーバーから負荷試験を実施

手順

  • 用意するサーバー

  • master

  • slave01

  • slave02

  • 1.master/slaveともにjmeterをinstall

  • 2.masterサーバーにテスト計画を設置 scp test.jmx master:~/

  • 3.masterサーバーのremote hostを設定 vim jmeter/bin/jmeter.properties

    1. Command Line modeでテスト計画書を実行 jmeter/bin/jmeter -n -t test.jmx -r

options http://jmeter.apache.org/usermanual/get-started.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment