nodetool proxyhistograms

ネットワーク統計のヒストグラムを表示します。

コマンド実行時のネットワーク統計のヒストグラムを表示します。

構文

$ nodetool <options> proxyhistograms
tarボールおよびInstaller-No Servicesのパス:
installation_location/resources/cassandra/bin
1. オプション
短い形式 長い形式 説明
-h --host ホスト名またはIPアドレス。
-p --port ポート番号。
-pwf --password-file パスワード・ファイルのパス。
-pw --password パスワード。
-u --username リモートJMXエージェントのユーザー名。
-- オプションと間違えられる可能性のある引数とオプションを分離します。

説明

このコマンドの出力は、コーディネーターが記録した要求のレイテンシーをすべて示します。出力には、ノード間通信の読み取りと書き込みのレイテンシー値のパーセンタイル・ランクが含まれます。通常はこのコマンドを使用して、処理の遅いノードに要求が届いているかどうかを確認します。

以下の例は、ローカル・コンピューター上にccmで作成した3ノードのクラスターを対象に4,500のINSERT文と45,000のSELECT文を実行した後のnodetool proxyhistogramsの出力を示しています。
$ nodetool proxyhistograms
proxy histograms
Percentile      Read Latency     Write Latency     Range Latency
                    (micros)          (micros)          (micros)
50%                  1502.50            375.00            446.00
75%                  1714.75            420.00            498.00
95%                 31210.25            507.00            800.20
98%                 36365.00            577.36            948.40
99%                 36365.00            740.60           1024.39
Min                   616.00            230.00            311.00
Max                 36365.00          55726.00          59247.00
DataStax Enterprise 5.1では、次の3つのメトリクスが出力に追加されました。
  • CAS Read Latency
  • CAS Write Latency
  • View Write Latency
CAS Read LatencyおよびCAS Write Latencyは比較して設定する(compare-and-set)操作のデータを提供するのに対して、View Write Latencyはマテリアライズド・ビュー書き込み操作のデータを提供します。結果は、以前のバージョンと若干異なります。
proxy histograms
Percentile       Read Latency      Write Latency      Range Latency   CAS Read Latency  CAS Write Latency View Write Latency
                     (micros)           (micros)           (micros)           (micros)           (micros)           (micros)
50%                    454.83             379.02            1955.67               0.00               0.00               0.00
75%                   1358.10             943.13            4055.27               0.00               0.00               0.00
95%                   3379.39           12108.97           20924.30               0.00               0.00               0.00
98%                   7007.51          155469.30           89970.66               0.00               0.00               0.00
99%                   8409.01          155469.30          155469.30               0.00               0.00               0.00
Min                     73.46             126.94             126.94               0.00               0.00               0.00
Max                  14530.76          155469.30          155469.30               0.00               0.00               0.00