cassandra-stressの出力の解釈

cassandra-stressの実行中のテストの出力について。

各行は、前回の経過時刻から現在の経過時刻までの間隔のデータを示します。

Created keyspaces. Sleeping 1s for propagation.
   Sleeping 2s...
   Warming up WRITE with 50000 iterations...
   Running WRITE with 200 threads for 1000000 iteration
   type       total ops,    op/s,    pk/s,   row/s,    mean,     med,     .95,     .99,    .999,     max,   time,   stderr, errors,  gc: #,  max ms,  sum ms,  sdv ms,      mb
   total,         43148,   42991,   42991,   42991,     4.6,     1.5,    10.9,   106.1,   239.3,   255.4,    1.0,  0.00000,      0,      1,      49,      49,       0,     612
   total,         98715,   43857,   43857,   43857,     4.6,     1.7,     8.5,    98.6,   204.6,   264.5,    2.3,  0.00705,      0,      1,      45,      45,       0,     619
   total,        157777,   47283,   47283,   47283,     4.1,     1.4,     8.3,    70.6,   251.7,   286.3,    3.5,  0.02393,      0,      1,      59,      59,       0,     611
   
   Results:
   op rate                   : 46751 [WRITE:46751]
   partition rate            : 46751 [WRITE:46751]
   row rate                  : 46751 [WRITE:46751]
   latency mean              : 4.3 [WRITE:4.3]
   latency median            : 1.3 [WRITE:1.3]
   latency 95th percentile   : 7.2 [WRITE:7.2]
   latency 99th percentile   : 60.5 [WRITE:60.5]
   latency 99.9th percentile : 223.2 [WRITE:223.2]
   latency max               : 503.1 [WRITE:503.1]
   Total partitions          : 1000000 [WRITE:1000000]
   Total errors              : 0 [WRITE:0]
   total gc count            : 18
   total gc mb               : 10742
   total gc time (s)         : 1
   avg gc time(ms)           : 73
   stdev gc time(ms)         : 16
   Total operation time      : 00:00:21
   
   END
  
1. cassandra-stressの出力
データ 説明
total ops 実行時の操作の総数。
op/s 実行時に実行された1秒あたりの操作の数。
pk/s 実行時に実行された1秒あたりのパーティション操作の数。
row/s 実行時に実行された1秒あたりの行操作の数。
mean その実行時の各操作のミリ秒単位の平均レイテンシー。
med その実行時の各操作のミリ秒単位の中央値レイテンシー。
.95 レイテンシーの95%がこのカラムに表示されている数値より低いことを示す。
.99 レイテンシーの99%がこのカラムに表示されている数値より低いことを示す。
.999 レイテンシーの99.9%がこのカラムに表示されている数値より低いことを示す。
max 最大レイテンシー(ミリ秒)。
time 操作所要時間の合計。
stderr 平均の標準誤差。平均スループットの数値の確実性を表す値。数字が小さいほど、クラスターのパフォーマンスの測定値の正確性が高い。
gc: # ガーベージ・コレクションの数。
max ms 最長のガーベージ・コレクション(ミリ秒単位)。
sum ms ガーベージ・コレクションの合計(ミリ秒単位)。
sdv ms 標準偏差(ミリ秒単位)。
mb ガーベージ・コレクションのサイズ(メガバイト単位)