JDBCSamplerController

JDBCSamplerController is currently the only alternative Sampler that JMeter comes with (actually, there is an FTPSamplerController, but JMeter is not configured to make it available in the GUI by default).

JDBCSamplerControllerは、現在JMeterが提供している唯一のHTTP以外のプロトコルを扱うサンプラーです (実際にはFTPSamplerControllerがありますが、デフォルトではGUIで使えるように設定していません)。

The GUI for JDBCSamplerController lets you do the following:

JDBCSamplerControllerのGUIでは、以下のことを行います:

Enter a username
Enter a username that JMeter should use to connect to the database.
ユーザー名を入力する
JMeterがデータベースに接続する際に使用するユーザー名を入力します。
Enter a password
Enter a password that JMeter should use to connect to the database.
パスワードを入力する
JMeterがデータベースに接続する際に使用するパスワードを入力します。
Enter connect string
Enter a connect string, or "URL" for JMeter to use to connect to the database. example: jdbc:mysql://domain.com:3306/databasename
接続文字列を入力する
接続文字列、つまりJMeterがデータベースに接続する際に使う"URL"を入力します。 例: jdbc:mysql://domain.com:3306/databasename
Enter driver
Enter a driver class name. example: org.mm.gjt.mysql.Driver
Enter driver
ドライバークラス名を入力します。 例: org.mm.gjt.mysql.Driver
Enter SQL query
Enter an SQL query string - example: select * from users where username='jsmith'
SQLクエリーを入力する
SQLクエリー文字列を入力します - 例: select * from users where username='jsmith'

The JDBCSamplerController will submit your SQL string to the database with as many threads as you selected in the thread group panel. Currently, this is the extent of the functionality of the JDBCSamplerController.

JDBCSamplerControllerは、スレッドグループパネルで選択した数のスレッドを使って、 データベースにSQL文字列を送信します。現状では、これがJDBCSamplerControllerの機能の限界です。

Copyright (c) 1999 The Java Apache Project.
$Id: jdbcsamplercontroller.html,v 1.1.1.1 2003/04/14 11:47:28 ami Exp $
All rights reserved.