Search:

Search all manuals
Search this manual
Manual
Couchbase Server マニュアル 2.0
Community Wiki and Resources
Couchbase Server 2.0をダウンロード
Couchbase 開発者ガイド 2.0
クライアントライブラリ
Couchbase Server フォーラム
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
2.6 Couchbase Serverのテスト
Chapter Sections
Chapters

2.6.1. cbworkloadgenを使用したCouchbase Serverのテスト

cbworkloadgenはCouchbase Serverのクラスタの可用性と接続性を確認するための基本的なツールです。このツールは、サーバー用の基本的なテスト機能を実行します。

注記

cbworkloadgenは、基本的なテスト機能を提供します。尚、パフォーマンスやワークロードのテストを提供していません。

cbworkloadgenを使用してCouchbase Serverのインストールをテストするには、実行しているノードのIPアドレスを指定してコマンドを実行します。

shell> cbworkloadgen -n localhost:8091
Thread 0 - average set time : 0.0257480939229 seconds , min : 0.00325512886047 seconds , max : 0.0705931186676 seconds , operation timeouts 0

ツールの進行状況とアクティビティもWebコンソール内で監視することができます。

長いテストをするためには、反復回数を増やします。

shell> cbworkloadgen -n localhost:8091 --items=100000