内容へ移動
ClownWiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
トレース:
mysql:mysql_bench
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== mysql bench ====== ===== 概要 ===== perl で書かれた mysql に使えるベンチマークソフト。 内部で定義されているテストパターンを実行して、トータル時間、途中のWarningなどを取得。 各種ベンチマークにはmysqlインストール時に作られる「test」データベースを利用する。 mysql以外にも利用できるらしい。。。 ===== インストール ===== <code> # yum -y install mysql-bench </code> ===== 起動 ===== <code> # cd /usr/share/sql-bench # perl run-all-tests --server=mysql --cmp=mysql,pg,solid --user=ユーザー --password=パスワード --log </code> ==== 個別テストの場合 ==== <code> ex) # perl test-insert </code> ログの出力はできないようです。 <code> test-ATIS.sh Creation of 29 tables and a lot of selects on them. test-connect.sh Test how fast a connection to the server is. test-create.sh Test how fast a table is created. test-insert.sh Test create and fill of a table. test-wisconsin.sh A port of the PostgreSQL version of this benchmark. </code> ===== 結果 ===== /usr/share/sql-bench/output フォルダに結果が保存される。 <code> ex) output/RUN-mysql-Linux_2.6.18_194.26.1.el5xen_x86_64-cmp-mysql,pg,solid </code> ===== 参考 ===== http://www2.nl.freebsd.org/pub/mysql/doc/refman/5.1/ja/mysql-benchmarks.html# http://www.gashimax.com/wiki/index.php?MySQL%2F%A5%D9%A5%F3%A5%C1%A5%DE%A1%BC%A5%AF
mysql/mysql_bench.txt
· 最終更新: 2025/02/16 13:53 by
127.0.0.1
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ