2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Apache JMeterでOSコマンドを実行するには:MacOSXおよびLinux編

Last updated at Posted at 2016-02-02

実現したいこと

Apache JMeterのシナリオでOSコマンドを実行したい。

実現方法および解決方法

Apache JMeterのOS Processer Samplerを利用します。

実行コマンド

今回は、GUIでの操作の場合を想定します。
スレッドグループで右クリックし、[追加] → [サンプラ] → [OS Process Sampler] を選択します。

スクリーンショット 2016-02-02 22.15.22.png

Command の項目に実行したいコマンドを入力する

スクリーンショット 2016-02-02 22.18.28.png

情報源

http://sy5.sakura.ne.jp/jmeter/ref/osprocesssampler.html
http://jmeter.apache.org/usermanual/component_reference.html#OS_Process_Sampler

補足

  • giコマンドを利用してリポジトリをcloneおよびpullすることもできますし、mysqlコマンドを利用してCSVを作成することもできます。
2
4
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
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?