Query 2

cassandra-stress user profile=blogpost.yaml ops\(timeline=1\) > query2.txt

tail -f query2.txt
******************** Stress Settings ********************
Command:
  Type: user
  Count: -1
  No Warmup: false
  Consistency Level: LOCAL_ONE
  Target Uncertainty: 0.020
  Minimum Uncertainty Measurements: 30
  Maximum Uncertainty Measurements: 200
  Command Ratios: {timeline=1.0}
  Command Clustering Distribution: clustering=gaussian(1..10)
  Profile File: blogpost.yaml
Rate:
  Auto: true
  Min Threads: 4
  Max Threads: 1000
Population:
  Distribution: Gaussian:  min=1,max=1000000,mean=500000.500000,stdev=166666.500000
  Order: ARBITRARY
  Wrap: false
Insert:
  Revisits: Uniform:  min=1,max=1000000
  Visits: Fixed:  key=1
  Row Population Ratio: Ratio: divisor=1.000000;delegate=Fixed:  key=1
  Batch Type: not batching
Errors:
  Ignore: false
  Tries: 10
Log:
  No Summary: false
  No Settings: false
  File: null
  Interval Millis: 1000
  Level: NORMAL
Mode:
  API: JAVA_DRIVER_NATIVE
  Connection Style: CQL_PREPARED
  CQL Version: CQL3
  Protocol Version: V4
  Username: null
  Password: null
  Auth Provide Class: null
  Max Pending Per Connection: 128
  Connections Per Host: 8
  Compression: NONE
Node:
  Nodes: [localhost]
  Is White List: false
  Datacenter: null
Schema:
  Keyspace: stresscql
  Replication Strategy: org.apache.cassandra.locator.SimpleStrategy
  Replication Strategy Pptions: {replication_factor=1}
  Table Compression: null
  Table Compaction Strategy: null
  Table Compaction Strategy Options: {}
Transport:
  factory=org.apache.cassandra.thrift.TFramedTransportFactory; truststore=null; truststore-password=null; keystore=null; keystore-password=null; ssl-protocol=TLS; ssl-alg=SunX509; store-type=JKS; ssl-ciphers=TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA; 
Port:
  Native Port: 9042
  Thrift Port: 9160
  JMX Port: 7199
Send To Daemon:
  *not set*
Graph:
  File: null
  Revision: unknown
  Title: null
  Operation: USER
TokenRange:
  Wrap: false
  Split Factor: 1

******************** Profile ********************
  Keyspace Name: stresscql
  Keyspace CQL: 
***
CREATE KEYSPACE stresscql WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1};
***

  Table Name: blogposts
  Table CQL: 
***
CREATE TABLE blogposts (
      domain text,
      published_date timeuuid,
      url text,
      author text,
      title text,
      body text,
      PRIMARY KEY(domain, published_date)
) WITH CLUSTERING ORDER BY (published_date DESC) 
  AND compaction = { 'class':'LeveledCompactionStrategy' } 
  AND comment='A table to hold blog posts'
***

  Extra Schema Definitions: null
  Generator Configs:
    author: Size: Uniform:  min=5,max=20;
    domain: Size: Gaussian:  min=5,max=100,mean=52.500000,stdev=15.833333;Identity: Uniform:  min=1,max=10000000;
    title: Size: Gaussian:  min=10,max=200,mean=105.000000,stdev=31.666667;
    body: Size: Gaussian:  min=100,max=5000,mean=2550.000000,stdev=816.666667;
    published_date: Clustering: Fixed:  key=1000;
    url: Size: Uniform:  min=30,max=300;
  Query Definitions:
    singlepost: CQL:select * from blogposts where domain = ? LIMIT 1;Fields:samerow;
    timeline: CQL:select url, title, published_date from blogposts where domain = ? LIMIT 10;Fields:samerow;
  Token Range Queries:
  Insert Settings:
    partitions: fixed(1)
    select: fixed(1)/1000
    batchtype: UNLOGGED
Connected to cluster: Test Cluster, max pending requests per connection 128, max connections per host 8
Datatacenter: datacenter1; Host: localhost/127.0.0.1; Rack: rack1
Created schema. Sleeping 1s for propagation.
Generating batches with [1..1] partitions and [1..1] rows (of [1000..1000] total rows in the partitions)

Sleeping 2s...
Warming up timeline with 0 iterations...
Thread count was not specified
WARNING: uncertainty mode (err<) results in uneven workload between thread runs, so should be used for high level analysis only

Running with 4 threadCount
Running [timeline] with 4 threads until stderr of mean < 0.02
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,          3911,    3911,    3911,   26032,     0.8,     0.6,     1.3,     6.5,    14.4,    17.1,    1.0,  0.00000,      0,      0,       0,       0,       0,       0
total,          9406,    5495,    5495,   36294,     0.6,     0.5,     1.0,     2.9,    16.7,    24.1,    2.0,  0.11890,      0,      0,       0,       0,       0,       0
total,         16137,    6731,    6731,   44789,     0.5,     0.5,     0.8,     1.0,     7.2,    13.4,    3.0,  0.12297,      0,      0,       0,       0,       0,       0
total,         22532,    6395,    6395,   42530,     0.5,     0.5,     0.9,     1.1,     7.3,    26.5,    4.0,  0.09714,      0,      1,      24,      24,       0,    1275
total,         29606,    7074,    7074,   46738,     0.5,     0.4,     0.8,     1.0,     3.8,    17.3,    5.0,  0.08508,      0,      0,       0,       0,       0,       0
total,         36676,    7070,    7070,   47268,     0.5,     0.4,     0.8,     1.0,     1.5,     4.7,    6.0,  0.07402,      0,      0,       0,       0,       0,       0
total,         43912,    7236,    7236,   47761,     0.5,     0.4,     0.8,     1.0,     1.4,    14.4,    7.0,  0.06583,      0,      0,       0,       0,       0,       0
total,         50539,    6627,    6627,   44214,     0.5,     0.4,     0.8,     1.0,    10.6,    66.6,    8.0,  0.05839,      0,      0,       0,       0,       0,       0
total,         57986,    7447,    7447,   49682,     0.4,     0.4,     0.7,     0.8,     8.1,    31.5,    9.0,  0.05457,      0,      1,      30,      30,       0,    1277
total,         63964,    5978,    5978,   39517,     0.6,     0.4,     0.7,     0.9,    87.0,   124.6,   10.0,  0.04905,      0,      0,       0,       0,       0,       0
total,         72361,    8397,    8397,   55597,     0.4,     0.4,     0.7,     0.8,     1.0,    11.7,   11.0,  0.04944,      0,      0,       0,       0,       0,       0
total,         80822,    8461,    8461,   56241,     0.4,     0.4,     0.6,     0.8,     1.1,     4.5,   12.0,  0.04857,      0,      0,       0,       0,       0,       0
total,         89107,    8285,    8285,   54976,     0.4,     0.4,     0.6,     0.8,     5.3,    25.9,   13.0,  0.04700,      0,      1,      25,      25,       0,    1278
total,         97848,    8741,    8741,   58448,     0.4,     0.3,     0.6,     0.8,     1.0,     4.0,   14.0,  0.04614,      0,      0,       0,       0,       0,       0
total,        106607,    8759,    8759,   58276,     0.4,     0.3,     0.6,     0.7,     1.0,    11.2,   15.0,  0.04494,      0,      0,       0,       0,       0,       0
total,        115472,    8865,    8865,   59294,     0.4,     0.3,     0.6,     0.7,     1.1,    11.1,   16.0,  0.04386,      0,      0,       0,       0,       0,       0
total,        123776,    8304,    8304,   55077,     0.4,     0.3,     0.6,     0.7,     3.6,    32.6,   17.0,  0.04187,      0,      1,      23,      23,       0,    1276
total,        132520,    8744,    8744,   58050,     0.4,     0.3,     0.6,     0.7,     1.0,     3.3,   18.0,  0.04025,      0,      0,       0,       0,       0,       0
total,        141331,    8811,    8811,   58792,     0.4,     0.3,     0.6,     0.7,     2.9,     9.3,   19.0,  0.03890,      0,      0,       0,       0,       0,       0
total,        148667,    7336,    7336,   48774,     0.5,     0.3,     0.6,     0.8,    14.6,    99.2,   20.0,  0.03698,      0,      0,       0,       0,       0,       0
total,        157323,    8656,    8656,   57559,     0.4,     0.3,     0.6,     0.7,     1.3,    30.5,   21.0,  0.03580,      0,      1,      29,      29,       0,    1278
total,        166089,    8766,    8766,   58362,     0.4,     0.3,     0.6,     0.7,     2.2,     8.1,   22.0,  0.03458,      0,      0,       0,       0,       0,       0
total,        174911,    8822,    8822,   59010,     0.4,     0.3,     0.6,     0.7,     1.1,     4.9,   23.0,  0.03347,      0,      0,       0,       0,       0,       0
total,        183905,    8994,    8994,   59986,     0.4,     0.3,     0.5,     0.7,     1.1,     4.7,   24.0,  0.03253,      0,      0,       0,       0,       0,       0
total,        192468,    8563,    8563,   57282,     0.4,     0.3,     0.6,     0.7,     2.8,    32.0,   25.0,  0.03149,      0,      1,      23,      23,       0,    1276
total,        201023,    8555,    8555,   56977,     0.4,     0.4,     0.6,     0.8,     1.3,    14.4,   26.0,  0.03040,      0,      0,       0,       0,       0,       0
total,        209894,    8871,    8871,   59103,     0.4,     0.3,     0.5,     0.7,     1.5,     5.6,   27.0,  0.02950,      0,      0,       0,       0,       0,       0
total,        218979,    9085,    9085,   60454,     0.4,     0.3,     0.5,     0.7,     0.9,     4.7,   28.0,  0.02876,      0,      0,       0,       0,       0,       0
total,        227976,    8997,    8997,   59640,     0.4,     0.3,     0.5,     0.7,     1.0,    21.5,   29.0,  0.02806,      0,      1,      20,      20,       0,    1278
total,        235446,    7470,    7470,   50113,     0.4,     0.3,     0.5,     0.7,    21.5,   140.1,   30.0,  0.02720,      0,      0,       0,       0,       0,       0
total,        244651,    9205,    9205,   60881,     0.4,     0.3,     0.5,     0.7,     0.9,     2.9,   31.0,  0.02657,      0,      0,       0,       0,       0,       0
total,        253766,    9115,    9115,   60468,     0.4,     0.3,     0.5,     0.7,     1.0,     5.9,   32.0,  0.02594,      0,      0,       0,       0,       0,       0
total,        262605,    8839,    8839,   58834,     0.4,     0.3,     0.5,     0.7,     4.3,    24.1,   33.0,  0.02529,      0,      1,      23,      23,       0,    1276
total,        271690,    9085,    9085,   60324,     0.4,     0.3,     0.5,     0.7,     3.2,     4.8,   34.0,  0.02469,      0,      0,       0,       0,       0,       0
total,        280887,    9197,    9197,   60732,     0.4,     0.3,     0.5,     0.7,     1.3,     9.4,   35.0,  0.02416,      0,      0,       0,       0,       0,       0
total,        290011,    9124,    9124,   60667,     0.4,     0.3,     0.5,     0.7,     1.1,    12.5,   36.0,  0.02365,      0,      0,       0,       0,       0,       0
total,        298873,    8862,    8862,   58724,     0.4,     0.3,     0.5,     0.6,     2.4,    39.6,   37.0,  0.02314,      0,      1,      37,      37,       0,    1279
total,        308050,    9177,    9177,   60977,     0.4,     0.3,     0.5,     0.7,     1.1,     9.5,   38.0,  0.02267,      0,      0,       0,       0,       0,       0
total,        316701,    8651,    8651,   57242,     0.4,     0.3,     0.6,     0.7,     5.9,    15.2,   39.0,  0.02210,      0,      0,       0,       0,       0,       0
total,        323632,    6931,    6931,   45937,     0.5,     0.3,     0.6,     0.7,    46.1,   200.7,   40.0,  0.02155,      0,      0,       0,       0,       0,       0
total,        332241,    8609,    8609,   57210,     0.4,     0.3,     0.6,     0.7,     2.7,    31.8,   41.0,  0.02105,      0,      1,      30,      30,       0,    1277
total,        341113,    8872,    8872,   59006,     0.4,     0.3,     0.6,     0.7,     1.0,     6.8,   42.0,  0.02058,      0,      0,       0,       0,       0,       0
total,        349973,    8860,    8860,   58692,     0.4,     0.3,     0.6,     0.7,     2.8,     3.8,   43.0,  0.02013,      0,      0,       0,       0,       0,       0
total,        358968,    8995,    8995,   59588,     0.4,     0.3,     0.6,     0.7,     1.0,     4.1,   44.0,  0.01971,      0,      0,       0,       0,       0,       0
total,        358983,    5185,    5185,   32147,     0.4,     0.4,     0.6,     0.6,     0.6,     0.6,   44.0,  0.02019,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :    8,158 op/s  [timeline: 8,158 op/s]
Partition rate            :    8,158 pk/s  [timeline: 8,158 pk/s]
Row rate                  :   54,229 row/s [timeline: 54,229 row/s]
Latency mean              :    0.4 ms [timeline: 0.4 ms]
Latency median            :    0.3 ms [timeline: 0.3 ms]
Latency 95th percentile   :    0.6 ms [timeline: 0.6 ms]
Latency 99th percentile   :    0.9 ms [timeline: 0.9 ms]
Latency 99.9th percentile :    4.3 ms [timeline: 4.3 ms]
Latency max               :  200.7 ms [timeline: 200.7 ms]
Total partitions          :    358,983 [timeline: 358,983]
Total errors              :          0 [timeline: 0]
Total GC count            : 10
Total GC memory           : 12.471 GiB
Total GC time             :    0.3 seconds
Avg GC time               :   26.4 ms
StdDev GC time            :    4.8 ms
Total operation time      : 00:00:44

Sleeping for 15s

Running with 8 threadCount
Running [timeline] with 8 threads until stderr of mean < 0.02
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,         10997,   10997,   10997,   73247,     0.6,     0.4,     0.8,     1.8,    44.6,   100.0,    1.0,  0.00000,      0,      0,       0,       0,       0,       0
total,         25546,   14549,   14549,   96995,     0.5,     0.4,     0.7,     0.9,     3.6,     8.6,    2.0,  0.06491,      0,      0,       0,       0,       0,       0
total,         39944,   14398,   14398,   95203,     0.5,     0.4,     0.7,     0.9,     5.2,    36.3,    3.0,  0.04977,      0,      1,      34,      34,       0,    1277
total,         55035,   15091,   15091,   99744,     0.4,     0.4,     0.7,     0.9,     3.4,     5.8,    4.0,  0.04056,      0,      0,       0,       0,       0,       0
total,         69797,   14762,   14762,   98390,     0.5,     0.4,     0.7,     0.9,     7.6,    27.2,    5.0,  0.03426,      0,      1,      25,      25,       0,    1278
total,         84586,   14789,   14789,   98345,     0.5,     0.4,     0.8,     1.0,     2.1,     4.8,    6.0,  0.02878,      0,      0,       0,       0,       0,       0
total,         99617,   15031,   15031,  100055,     0.4,     0.4,     0.7,     0.9,     2.5,    11.1,    7.0,  0.02535,      0,      0,       0,       0,       0,       0
total,        114311,   14694,   14694,   98380,     0.5,     0.4,     0.7,     0.9,     3.5,    29.9,    8.0,  0.02266,      0,      1,      26,      26,       0,    1278
total,        129193,   14882,   14882,   99179,     0.5,     0.4,     0.7,     0.9,     4.1,    16.4,    9.0,  0.02036,      0,      0,       0,       0,       0,       0
total,        143663,   14470,   14470,   96043,     0.5,     0.4,     0.7,     0.9,     4.5,    31.0,   10.0,  0.01834,      0,      1,      28,      28,       0,    1279
total,        157646,   13983,   13983,   93007,     0.5,     0.4,     0.8,     1.1,     5.8,   144.2,   11.0,  0.01893,      0,      0,       0,       0,       0,       0
total,        172892,   15246,   15246,  101198,     0.4,     0.4,     0.7,     0.9,     2.6,     6.8,   12.0,  0.01747,      0,      0,       0,       0,       0,       0
total,        187593,   14701,   14701,   97633,     0.5,     0.4,     0.7,     0.9,     5.0,    88.5,   13.0,  0.01704,      0,      1,      27,      27,       0,    1277
total,        202941,   15348,   15348,  101903,     0.4,     0.4,     0.7,     0.9,     3.7,     5.2,   14.0,  0.01589,      0,      0,       0,       0,       0,       0
total,        218002,   15061,   15061,  100097,     0.4,     0.4,     0.7,     0.9,     3.3,    34.1,   15.0,  0.01497,      0,      1,      30,      30,       0,    1277
total,        233499,   15497,   15497,  102540,     0.4,     0.4,     0.7,     0.9,     3.6,    14.8,   16.0,  0.01419,      0,      0,       0,       0,       0,       0
total,        248716,   15217,   15217,  101374,     0.4,     0.4,     0.7,     0.9,     3.8,    14.1,   17.0,  0.01340,      0,      0,       0,       0,       0,       0
total,        263255,   14539,   14539,   96851,     0.5,     0.4,     0.7,     0.9,     3.1,    22.1,   18.0,  0.01269,      0,      1,      20,      20,       0,    1279
total,        277783,   14528,   14528,   96871,     0.5,     0.4,     0.7,     1.0,     2.9,    16.9,   19.0,  0.01208,      0,      0,       0,       0,       0,       0
total,        291985,   14202,   14202,   94232,     0.5,     0.4,     0.8,     1.1,     9.7,    24.6,   20.0,  0.01165,      0,      1,      21,      21,       0,    1278
total,        305408,   13423,   13423,   88985,     0.5,     0.4,     0.7,     1.0,     7.6,   190.4,   21.0,  0.01191,      0,      0,       0,       0,       0,       0
total,        320430,   15022,   15022,  100190,     0.4,     0.4,     0.7,     0.9,     1.7,     4.8,   22.0,  0.01137,      0,      0,       0,       0,       0,       0
total,        335181,   14751,   14751,   98609,     0.5,     0.4,     0.7,     0.9,     3.4,    19.9,   23.0,  0.01087,      0,      1,      18,      18,       0,    1279
total,        350097,   14916,   14916,   99434,     0.5,     0.4,     0.7,     1.0,     3.7,     4.7,   24.0,  0.01043,      0,      0,       0,       0,       0,       0
total,        364863,   14766,   14766,   98576,     0.5,     0.4,     0.7,     1.0,     2.7,    27.5,   25.0,  0.01001,      0,      1,      19,      19,       0,    1277
total,        379579,   14716,   14716,   98247,     0.5,     0.4,     0.7,     0.9,     4.3,    15.5,   26.0,  0.00964,      0,      0,       0,       0,       0,       0
total,        394277,   14698,   14698,   97875,     0.5,     0.4,     0.7,     0.9,     2.8,    11.3,   27.0,  0.00931,      0,      0,       0,       0,       0,       0
total,        408750,   14473,   14473,   96408,     0.5,     0.4,     0.7,     0.9,     3.6,    26.5,   28.0,  0.00900,      0,      1,      24,      24,       0,    1278
total,        423581,   14831,   14831,   98678,     0.5,     0.4,     0.7,     0.9,     2.4,     9.2,   29.0,  0.00870,      0,      0,       0,       0,       0,       0
total,        438102,   14521,   14521,   96670,     0.5,     0.4,     0.7,     0.9,     3.0,    29.2,   30.0,  0.00841,      0,      1,      19,      19,       0,    1278
total,        438132,    9963,    9963,   68081,     0.6,     0.4,     1.3,     1.5,     1.5,     1.5,   30.0,  0.01341,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   14,603 op/s  [timeline: 14,603 op/s]
Partition rate            :   14,603 pk/s  [timeline: 14,603 pk/s]
Row rate                  :   97,162 row/s [timeline: 97,162 row/s]
Latency mean              :    0.5 ms [timeline: 0.5 ms]
Latency median            :    0.4 ms [timeline: 0.4 ms]
Latency 95th percentile   :    0.7 ms [timeline: 0.7 ms]
Latency 99th percentile   :    0.9 ms [timeline: 0.9 ms]
Latency 99.9th percentile :    4.1 ms [timeline: 4.1 ms]
Latency max               :  190.4 ms [timeline: 190.4 ms]
Total partitions          :    438,132 [timeline: 438,132]
Total errors              :          0 [timeline: 0]
Total GC count            : 12
Total GC memory           : 14.976 GiB
Total GC time             :    0.3 seconds
Avg GC time               :   24.3 ms
StdDev GC time            :    4.8 ms
Total operation time      : 00:00:30

Improvement over 4 threadCount: 79%
Sleeping for 15s

Running with 16 threadCount
Running [timeline] with 16 threads until stderr of mean < 0.02
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,         22277,   22277,   22277,  147569,     0.6,     0.5,     1.0,     1.4,     7.8,    19.5,    1.0,  0.00000,      0,      0,       0,       0,       0,       0
total,         43831,   21554,   21554,  143204,     0.7,     0.6,     1.1,     1.5,     7.8,    30.9,    2.0,  0.00647,      0,      1,      28,      28,       0,    1276
total,         65246,   21415,   21415,  142384,     0.6,     0.6,     1.1,     1.6,     9.8,    18.1,    3.0,  0.00875,      0,      1,      19,      19,       0,    1277
total,         87661,   22415,   22415,  149259,     0.6,     0.6,     1.1,     1.5,    11.7,    34.0,    4.0,  0.01175,      0,      0,       0,       0,       0,       0
total,        109721,   22060,   22060,  146846,     0.6,     0.6,     1.1,     1.4,     5.0,    22.8,    5.0,  0.00944,      0,      1,      19,      19,       0,    1280
total,        131445,   21724,   21724,  143914,     0.6,     0.6,     1.1,     1.5,     8.2,    61.7,    6.0,  0.00871,      0,      0,       0,       0,       0,       0
total,        152781,   21336,   21336,  141957,     0.7,     0.6,     1.1,     1.5,    11.4,    50.1,    7.0,  0.00751,      0,      1,      22,      22,       0,    1278
total,        176324,   23543,   23543,  156064,     0.6,     0.5,     1.0,     1.3,     4.4,     6.9,    8.0,  0.00850,      0,      0,       0,       0,       0,       0
total,        198906,   22582,   22582,  150268,     0.6,     0.6,     1.1,     1.4,    12.2,    17.4,    9.0,  0.00766,      0,      1,      15,      15,       0,    1279
total,        221055,   22149,   22149,  147296,     0.6,     0.6,     1.0,     1.4,    12.1,    17.7,   10.0,  0.00694,      0,      1,      15,      15,       0,    1279
total,        244103,   23048,   23048,  153746,     0.6,     0.6,     1.0,     1.3,     4.9,    16.6,   11.0,  0.00697,      0,      0,       0,       0,       0,       0
total,        267259,   23156,   23156,  153420,     0.6,     0.5,     1.0,     1.4,    12.0,    18.6,   12.0,  0.00685,      0,      1,      14,      14,       0,    1278
total,        290613,   23354,   23354,  155695,     0.6,     0.6,     1.0,     1.3,     4.2,     5.6,   13.0,  0.00669,      0,      0,       0,       0,       0,       0
total,        313032,   22419,   22419,  148821,     0.6,     0.6,     1.0,     1.4,     8.5,    24.9,   14.0,  0.00621,      0,      1,      14,      14,       0,    1279
total,        335040,   22008,   22008,  146312,     0.6,     0.6,     1.1,     1.4,     5.9,    24.1,   15.0,  0.00589,      0,      1,      13,      13,       0,    1278
total,        356784,   21744,   21744,  144784,     0.6,     0.6,     1.1,     1.6,     6.9,    20.1,   16.0,  0.00581,      0,      0,       0,       0,       0,       0
total,        379949,   23165,   23165,  154306,     0.6,     0.5,     1.1,     1.4,     5.9,    18.1,   17.0,  0.00580,      0,      1,      14,      14,       0,    1278
total,        404087,   24138,   24138,  161240,     0.6,     0.5,     1.0,     1.3,     5.7,     6.9,   18.0,  0.00653,      0,      0,       0,       0,       0,       0
total,        427731,   23644,   23644,  157330,     0.6,     0.5,     1.0,     1.3,     3.8,    17.1,   19.0,  0.00664,      0,      1,      14,      14,       0,    1279
total,        450662,   22931,   22931,  152656,     0.6,     0.5,     1.0,     1.4,    10.1,    17.3,   20.0,  0.00634,      0,      1,      15,      15,       0,    1279
total,        473685,   23023,   23023,  153180,     0.6,     0.6,     1.0,     1.4,     5.0,    11.9,   21.0,  0.00606,      0,      0,       0,       0,       0,       0
total,        496816,   23131,   23131,  153447,     0.6,     0.5,     1.0,     1.4,     5.5,    25.2,   22.0,  0.00589,      0,      1,      14,      14,       0,    1278
total,        519985,   23169,   23169,  154152,     0.6,     0.6,     1.0,     1.3,     4.8,     6.9,   23.0,  0.00565,      0,      0,       0,       0,       0,       0
total,        543313,   23328,   23328,  155151,     0.6,     0.5,     1.0,     1.3,     4.3,    21.3,   24.0,  0.00557,      0,      1,      14,      14,       0,    1279
total,        566353,   23040,   23040,  152707,     0.6,     0.5,     1.1,     1.4,     8.5,    16.5,   25.0,  0.00535,      0,      1,      14,      14,       0,    1278
total,        589134,   22781,   22781,  151786,     0.6,     0.6,     1.1,     1.4,     5.3,    15.5,   26.0,  0.00515,      0,      0,       0,       0,       0,       0
total,        611035,   21901,   21901,  145509,     0.6,     0.6,     1.1,     1.4,    12.3,    29.6,   27.0,  0.00505,      0,      1,      13,      13,       0,    1279
total,        634427,   23392,   23392,  155118,     0.6,     0.6,     1.0,     1.4,     4.1,     5.3,   28.0,  0.00489,      0,      0,       0,       0,       0,       0
total,        657501,   23074,   23074,  153999,     0.6,     0.6,     1.0,     1.3,     4.5,    21.3,   29.0,  0.00478,      0,      1,      14,      14,       0,    1278
total,        680861,   23360,   23360,  156375,     0.6,     0.6,     1.0,     1.3,     3.6,    11.6,   30.0,  0.00471,      0,      0,       0,       0,       0,       0
total,        680934,    6352,    6352,   41068,     2.0,     0.6,     9.1,     9.4,    10.0,    10.0,   30.0,  0.03105,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   22,689 op/s  [timeline: 22,689 op/s]
Partition rate            :   22,689 pk/s  [timeline: 22,689 pk/s]
Row rate                  :  150,908 row/s [timeline: 150,908 row/s]
Latency mean              :    0.6 ms [timeline: 0.6 ms]
Latency median            :    0.6 ms [timeline: 0.6 ms]
Latency 95th percentile   :    1.0 ms [timeline: 1.0 ms]
Latency 99th percentile   :    1.4 ms [timeline: 1.4 ms]
Latency 99.9th percentile :    6.9 ms [timeline: 6.9 ms]
Latency max               :   61.7 ms [timeline: 61.7 ms]
Total partitions          :    680,934 [timeline: 680,934]
Total errors              :          0 [timeline: 0]
Total GC count            : 17
Total GC memory           : 21.223 GiB
Total GC time             :    0.3 seconds
Avg GC time               :   15.9 ms
StdDev GC time            :    3.8 ms
Total operation time      : 00:00:30

Improvement over 8 threadCount: 55%
Sleeping for 15s

Running with 24 threadCount
Running [timeline] with 24 threads until stderr of mean < 0.02
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,         24942,   24942,   24942,  165887,     0.8,     0.7,     1.5,     2.5,    15.8,    69.6,    1.0,  0.00000,      0,      0,       0,       0,       0,       0
total,         53120,   28178,   28178,  187140,     0.8,     0.7,     1.4,     2.0,     6.5,    19.7,    2.0,  0.02414,      0,      1,      16,      16,       0,    1277
total,         80580,   27460,   27460,  182327,     0.8,     0.7,     1.4,     2.1,     6.0,    20.1,    3.0,  0.01620,      0,      1,      16,      16,       0,    1278
total,        108350,   27770,   27770,  184417,     0.8,     0.7,     1.4,     2.1,     5.5,    19.9,    4.0,  0.01262,      0,      1,      14,      14,       0,    1279
total,        136099,   27749,   27749,  184633,     0.8,     0.7,     1.4,     1.9,     4.2,     6.4,    5.0,  0.01009,      0,      0,       0,       0,       0,       0
total,        163098,   26999,   26999,  179629,     0.8,     0.7,     1.4,     2.0,     6.5,    26.8,    6.0,  0.00849,      0,      1,      15,      15,       0,    1279
total,        190244,   27146,   27146,  180599,     0.8,     0.7,     1.4,     2.0,     6.8,    18.5,    7.0,  0.00738,      0,      1,      14,      14,       0,    1278
total,        217520,   27276,   27276,  181556,     0.8,     0.7,     1.4,     1.9,     5.0,    11.7,    8.0,  0.00655,      0,      0,       0,       0,       0,       0
total,        244361,   26841,   26841,  178677,     0.8,     0.7,     1.4,     2.0,     8.1,    18.9,    9.0,  0.00609,      0,      1,      15,      15,       0,    1279
total,        271423,   27062,   27062,  180033,     0.8,     0.7,     1.4,     2.1,    11.8,    16.9,   10.0,  0.00556,      0,      1,      15,      15,       0,    1278
total,        299618,   28195,   28195,  187500,     0.8,     0.7,     1.4,     2.0,     6.1,    39.0,   11.0,  0.00700,      0,      0,       0,       0,       0,       0
total,        328045,   28427,   28427,  189538,     0.8,     0.7,     1.4,     1.9,     5.2,    17.6,   12.0,  0.00712,      0,      1,      15,      15,       0,    1278
total,        356129,   28084,   28084,  187133,     0.8,     0.7,     1.3,     1.9,     9.4,    18.2,   13.0,  0.00679,      0,      1,      14,      14,       0,    1279
total,        383349,   27220,   27220,  181026,     0.8,     0.7,     1.4,     2.0,    16.3,    17.5,   14.0,  0.00636,      0,      1,      14,      14,       0,    1278
total,        411357,   28008,   28008,  186312,     0.8,     0.7,     1.4,     2.3,     7.4,    15.7,   15.0,  0.00602,      0,      0,       0,       0,       0,       0
total,        439931,   28574,   28574,  190530,     0.8,     0.7,     1.4,     1.9,     5.5,    19.8,   16.0,  0.00616,      0,      1,      15,      15,       0,    1279
total,        467590,   27659,   27659,  184520,     0.8,     0.7,     1.4,     2.1,     5.7,    23.2,   17.0,  0.00582,      0,      1,      14,      14,       0,    1279
total,        496430,   28840,   28840,  191785,     0.7,     0.7,     1.4,     2.0,     4.1,     6.6,   18.0,  0.00574,      0,      0,       0,       0,       0,       0
total,        523688,   27258,   27258,  181157,     0.8,     0.7,     1.4,     2.2,     7.3,    19.6,   19.0,  0.00550,      0,      1,      15,      15,       0,    1278
total,        551579,   27891,   27891,  185479,     0.8,     0.7,     1.4,     1.9,     5.4,    23.2,   20.0,  0.00526,      0,      1,      13,      13,       0,    1278
total,        578702,   27123,   27123,  180225,     0.8,     0.7,     1.4,     1.9,     8.2,    15.7,   21.0,  0.00513,      0,      0,       0,       0,       0,       0
total,        606684,   27982,   27982,  185577,     0.8,     0.7,     1.4,     1.9,    11.5,    17.4,   22.0,  0.00491,      0,      1,      15,      15,       0,    1279
total,        633895,   27211,   27211,  181158,     0.8,     0.7,     1.4,     2.2,     9.0,    17.3,   23.0,  0.00475,      0,      1,      14,      14,       0,    1279
total,        661063,   27168,   27168,  180695,     0.8,     0.7,     1.4,     2.0,    13.6,    17.5,   24.0,  0.00461,      0,      1,      15,      15,       0,    1278
total,        689205,   28142,   28142,  187252,     0.8,     0.7,     1.4,     1.9,     4.3,     9.5,   25.0,  0.00445,      0,      0,       0,       0,       0,       0
total,        716161,   26956,   26956,  178866,     0.8,     0.7,     1.4,     1.9,     8.9,    19.6,   26.0,  0.00438,      0,      1,      15,      15,       0,    1279
total,        744102,   27941,   27941,  185212,     0.8,     0.7,     1.5,     2.2,     8.7,    18.0,   27.0,  0.00423,      0,      1,      15,      15,       0,    1279
total,        772494,   28392,   28392,  188776,     0.8,     0.7,     1.4,     1.9,     6.7,    10.6,   28.0,  0.00414,      0,      0,       0,       0,       0,       0
total,        800804,   28310,   28310,  187597,     0.8,     0.7,     1.4,     2.0,     7.7,    19.2,   29.0,  0.00406,      0,      1,      15,      15,       0,    1279
total,        828505,   27701,   27701,  183684,     0.8,     0.7,     1.4,     2.1,    11.5,    17.2,   30.0,  0.00393,      0,      1,      15,      15,       0,    1278
total,        828600,    6479,    6479,   43103,     1.2,     0.8,     1.6,     2.0,    31.3,    31.3,   30.0,  0.03990,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   27,607 op/s  [timeline: 27,607 op/s]
Partition rate            :   27,607 pk/s  [timeline: 27,607 pk/s]
Row rate                  :  183,562 row/s [timeline: 183,562 row/s]
Latency mean              :    0.8 ms [timeline: 0.8 ms]
Latency median            :    0.7 ms [timeline: 0.7 ms]
Latency 95th percentile   :    1.4 ms [timeline: 1.4 ms]
Latency 99th percentile   :    2.0 ms [timeline: 2.0 ms]
Latency 99.9th percentile :    8.8 ms [timeline: 8.8 ms]
Latency max               :   69.6 ms [timeline: 69.6 ms]
Total partitions          :    828,600 [timeline: 828,600]
Total errors              :          0 [timeline: 0]
Total GC count            : 21
Total GC memory           : 26.219 GiB
Total GC time             :    0.3 seconds
Avg GC time               :   14.7 ms
StdDev GC time            :    0.7 ms
Total operation time      : 00:00:30

Improvement over 16 threadCount: 22%
Sleeping for 15s

Running with 36 threadCount
Running [timeline] with 36 threads until stderr of mean < 0.02
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,         29734,   29734,   29734,  196564,     1.1,     0.8,     2.2,     4.1,    21.4,    27.7,    1.0,  0.00000,      0,      1,      18,      18,       0,    1275
total,         61539,   31805,   31805,  212366,     1.0,     0.9,     1.9,     2.9,    21.1,    23.4,    2.0,  0.02578,      0,      1,      18,      18,       0,    1277
total,         93695,   32156,   32156,  212985,     1.0,     0.9,     1.9,     2.9,    15.8,    21.2,    3.0,  0.01969,      0,      0,       0,       0,       0,       0
total,        125800,   32105,   32105,  213814,     1.0,     0.9,     1.9,     2.9,    25.0,    28.2,    4.0,  0.01654,      0,      1,      15,      15,       0,    1280
total,        158168,   32368,   32368,  214912,     1.0,     0.9,     1.9,     2.9,    17.0,    19.2,    5.0,  0.01376,      0,      1,      16,      16,       0,    1279
total,        190146,   31978,   31978,  212600,     1.0,     0.9,     1.9,     3.1,    24.2,    60.4,    6.0,  0.01374,      0,      1,      14,      14,       0,    1278
total,        223233,   33087,   33087,  220175,     1.0,     0.9,     2.0,     2.9,    17.2,    20.2,    7.0,  0.01259,      0,      1,      15,      15,       0,    1279
total,        257272,   34039,   34039,  226146,     1.0,     0.8,     1.8,     2.7,    15.8,    19.5,    8.0,  0.01279,      0,      1,      14,      14,       0,    1279
total,        291070,   33798,   33798,  225049,     1.0,     0.9,     1.9,     2.7,     7.7,     8.9,    9.0,  0.01185,      0,      0,       0,       0,       0,       0
total,        323940,   32870,   32870,  218951,     1.0,     0.9,     1.9,     2.9,    16.7,    19.2,   10.0,  0.01071,      0,      1,      14,      14,       0,    1278
total,        355480,   31540,   31540,  209935,     1.1,     0.9,     2.1,     3.3,    17.3,    20.3,   11.0,  0.01010,      0,      1,      15,      15,       0,    1279
total,        388323,   32843,   32843,  218033,     1.0,     0.9,     2.0,     3.6,    16.5,    21.3,   12.0,  0.00929,      0,      1,      15,      15,       0,    1278
total,        420115,   31792,   31792,  211722,     1.0,     0.9,     2.0,     3.2,    16.4,    18.8,   13.0,  0.00873,      0,      1,      15,      15,       0,    1279
total,        452748,   32633,   32633,  217154,     1.0,     0.9,     1.9,     3.1,    16.4,    17.4,   14.0,  0.00811,      0,      1,      15,      15,       0,    1279
total,        485573,   32825,   32825,  218269,     1.0,     0.9,     1.9,     2.9,     7.7,    15.8,   15.0,  0.00758,      0,      0,       0,       0,       0,       0
total,        516201,   30628,   30628,  203979,     1.1,     0.9,     2.0,     3.6,    18.1,    40.8,   16.0,  0.00743,      0,      1,      16,      16,       0,    1278
total,        548116,   31915,   31915,  212601,     1.0,     0.9,     1.9,     2.9,    16.7,    18.7,   17.0,  0.00704,      0,      1,      14,      14,       0,    1279
total,        579325,   31209,   31209,  207264,     1.1,     0.9,     2.1,     4.1,    19.0,    23.9,   18.0,  0.00690,      0,      1,      14,      14,       0,    1279
total,        611524,   32199,   32199,  213822,     1.0,     0.9,     1.9,     2.8,    23.3,    26.1,   19.0,  0.00654,      0,      1,      14,      14,       0,    1278
total,        644204,   32680,   32680,  217204,     1.0,     0.9,     2.0,     2.8,     9.0,    11.7,   20.0,  0.00621,      0,      0,       0,       0,       0,       0
total,        677061,   32857,   32857,  218300,     1.0,     0.9,     1.9,     2.9,    16.7,    18.8,   21.0,  0.00595,      0,      1,      15,      15,       0,    1279
total,        708616,   31555,   31555,  209733,     1.1,     0.9,     2.1,     3.6,    22.0,    23.4,   22.0,  0.00576,      0,      1,      15,      15,       0,    1278
total,        740831,   32215,   32215,  214070,     1.0,     0.9,     2.1,     3.2,    20.0,    22.8,   23.0,  0.00551,      0,      1,      15,      15,       0,    1279
total,        771206,   30375,   30375,  201731,     1.1,     0.9,     2.2,     3.5,    17.0,    19.0,   24.0,  0.00587,      0,      1,      15,      15,       0,    1279
total,        803400,   32194,   32194,  214330,     1.0,     0.9,     2.1,     3.6,    12.0,    17.3,   25.0,  0.00563,      0,      0,       0,       0,       0,       0
total,        834807,   31407,   31407,  208722,     1.1,     0.9,     2.1,     3.4,    18.5,    82.4,   26.0,  0.00562,      0,      1,      15,      15,       0,    1278
total,        865796,   30989,   30989,  205505,     1.1,     0.9,     2.1,     3.2,    16.3,    20.8,   27.0,  0.00563,      0,      1,      14,      14,       0,    1279
total,        898173,   32377,   32377,  215365,     1.0,     0.9,     1.9,     2.9,    16.7,    19.5,   28.0,  0.00543,      0,      1,      14,      14,       0,    1279
total,        930909,   32736,   32736,  217800,     1.0,     0.9,     2.0,     2.8,    16.4,    18.9,   29.0,  0.00526,      0,      1,      14,      14,       0,    1278
total,        964079,   33170,   33170,  220079,     1.0,     0.9,     1.9,     2.8,    12.7,    15.3,   30.0,  0.00513,      0,      0,       0,       0,       0,       0
total,        964201,   26986,   26986,  177842,     1.1,     0.9,     2.3,     3.0,     3.2,     3.2,   30.0,  0.05179,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   32,135 op/s  [timeline: 32,135 op/s]
Partition rate            :   32,135 pk/s  [timeline: 32,135 pk/s]
Row rate                  :  213,634 row/s [timeline: 213,634 row/s]
Latency mean              :    1.0 ms [timeline: 1.0 ms]
Latency median            :    0.9 ms [timeline: 0.9 ms]
Latency 95th percentile   :    2.0 ms [timeline: 2.0 ms]
Latency 99th percentile   :    3.1 ms [timeline: 3.1 ms]
Latency 99.9th percentile :   16.6 ms [timeline: 16.6 ms]
Latency max               :   82.4 ms [timeline: 82.4 ms]
Total partitions          :    964,201 [timeline: 964,201]
Total errors              :          0 [timeline: 0]
Total GC count            : 24
Total GC memory           : 29.964 GiB
Total GC time             :    0.4 seconds
Avg GC time               :   15.0 ms
StdDev GC time            :    1.1 ms
Total operation time      : 00:00:30

Improvement over 24 threadCount: 16%
Sleeping for 15s

Running with 54 threadCount
Running [timeline] with 54 threads until stderr of mean < 0.02
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,         34889,   34889,   34889,  232190,     1.4,     1.1,     3.2,     5.9,    20.8,    52.3,    1.0,  0.00000,      0,      1,      17,      17,       0,    1277
total,         71357,   36468,   36468,  243009,     1.4,     1.2,     3.0,     5.3,    11.2,    41.1,    2.0,  0.01196,      0,      0,       0,       0,       0,       0
total,        106541,   35184,   35184,  232896,     1.4,     1.2,     3.1,     5.7,    18.7,    41.2,    3.0,  0.01062,      0,      1,      16,      16,       0,    1278
total,        142532,   35991,   35991,  239806,     1.4,     1.1,     3.1,     6.2,    20.4,    23.9,    4.0,  0.00807,      0,      1,      15,      15,       0,    1279
total,        180159,   37627,   37627,  249849,     1.3,     1.2,     2.6,     4.4,    18.3,    20.8,    5.0,  0.00882,      0,      1,      15,      15,       0,    1279
total,        216946,   36787,   36787,  245384,     1.4,     1.2,     2.7,     4.2,    17.7,    20.0,    6.0,  0.00744,      0,      1,      15,      15,       0,    1279
total,        253014,   36068,   36068,  240315,     1.4,     1.2,     3.0,     4.8,    21.5,    23.2,    7.0,  0.00655,      0,      1,      15,      15,       0,    1279
total,        290065,   37051,   37051,  246196,     1.4,     1.2,     2.7,     4.3,    17.8,    23.5,    8.0,  0.00599,      0,      1,      15,      15,       0,    1279
total,        326554,   36489,   36489,  242541,     1.4,     1.2,     2.7,     4.3,    17.4,    20.8,    9.0,  0.00535,      0,      1,      15,      15,       0,    1279
total,        363464,   36910,   36910,  245118,     1.4,     1.1,     2.8,     5.4,    18.1,    25.1,   10.0,  0.00492,      0,      1,      15,      15,       0,    1278
total,        398208,   34744,   34744,  231040,     1.5,     1.2,     3.0,     5.6,    22.0,    29.0,   11.0,  0.00592,      0,      1,      14,      14,       0,    1279
total,        435442,   37234,   37234,  247883,     1.4,     1.2,     2.7,     4.1,    18.2,    20.2,   12.0,  0.00565,      0,      1,      15,      15,       0,    1279
total,        473145,   37703,   37703,  250071,     1.3,     1.2,     2.7,     4.5,     9.7,    18.9,   13.0,  0.00555,      0,      1,      15,      15,       0,    1279
total,        509505,   36360,   36360,  242775,     1.4,     1.2,     2.9,     5.1,    21.2,    26.1,   14.0,  0.00516,      0,      0,       0,       0,       0,       0
total,        544967,   35462,   35462,  236872,     1.4,     1.2,     2.9,     4.8,    18.2,    27.6,   15.0,  0.00501,      0,      1,      14,      14,       0,    1278
total,        580497,   35530,   35530,  235962,     1.4,     1.2,     3.0,     5.2,    17.8,    20.0,   16.0,  0.00508,      0,      1,      15,      15,       0,    1279
total,        616771,   36274,   36274,  240684,     1.4,     1.1,     3.0,     5.5,    19.7,    24.1,   17.0,  0.00479,      0,      1,      16,      16,       0,    1278
total,        654304,   37533,   37533,  249849,     1.4,     1.1,     2.8,     4.8,    17.6,    20.2,   18.0,  0.00477,      0,      1,      15,      15,       0,    1279
total,        690487,   36183,   36183,  241079,     1.4,     1.2,     3.0,     5.4,    20.2,    22.8,   19.0,  0.00453,      0,      1,      14,      14,       0,    1279
total,        726719,   36232,   36232,  240043,     1.4,     1.2,     3.1,     5.0,    18.4,    21.9,   20.0,  0.00435,      0,      1,      15,      15,       0,    1278
total,        761499,   34780,   34780,  231246,     1.5,     1.2,     3.0,     5.1,    26.0,    69.8,   21.0,  0.00414,      0,      1,      16,      16,       0,    1279
total,        798493,   36994,   36994,  245530,     1.4,     1.2,     2.7,     4.0,    18.3,    20.0,   22.0,  0.00397,      0,      1,      16,      16,       0,    1279
total,        834895,   36402,   36402,  242546,     1.4,     1.2,     2.9,     4.9,    18.0,    20.7,   23.0,  0.00380,      0,      1,      15,      15,       0,    1279
total,        872557,   37662,   37662,  250173,     1.3,     1.1,     3.0,     5.3,     9.3,    34.0,   24.0,  0.00404,      0,      0,       0,       0,       0,       0
total,        908755,   36198,   36198,  240436,     1.4,     1.2,     3.0,     5.5,    18.2,    20.5,   25.0,  0.00391,      0,      1,      15,      15,       0,    1278
total,        944302,   35547,   35547,  236985,     1.4,     1.2,     3.1,     5.6,    18.7,    22.1,   26.0,  0.00388,      0,      1,      15,      15,       0,    1279
total,        979767,   35465,   35465,  236879,     1.4,     1.2,     2.9,     5.0,    19.3,    22.5,   27.0,  0.00384,      0,      1,      15,      15,       0,    1278
total,       1016435,   36668,   36668,  243807,     1.4,     1.2,     2.8,     4.3,    19.0,    22.5,   28.0,  0.00371,      0,      1,      16,      16,       0,    1279
total,       1052556,   36121,   36121,  238827,     1.4,     1.2,     2.9,     5.2,    19.3,    24.7,   29.0,  0.00361,      0,      1,      15,      15,       0,    1279
total,       1088742,   36186,   36186,  240748,     1.4,     1.2,     2.8,     5.2,    20.0,    24.0,   30.0,  0.00350,      0,      1,      18,      18,       0,    1278
total,       1088932,   27328,   27328,  191873,     1.7,     1.5,     3.4,     5.1,     5.6,     5.6,   30.0,  0.08401,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   36,289 op/s  [timeline: 36,289 op/s]
Partition rate            :   36,289 pk/s  [timeline: 36,289 pk/s]
Row rate                  :  241,347 row/s [timeline: 241,347 row/s]
Latency mean              :    1.4 ms [timeline: 1.4 ms]
Latency median            :    1.2 ms [timeline: 1.2 ms]
Latency 95th percentile   :    2.9 ms [timeline: 2.9 ms]
Latency 99th percentile   :    5.0 ms [timeline: 5.0 ms]
Latency 99.9th percentile :   18.5 ms [timeline: 18.5 ms]
Latency max               :   69.8 ms [timeline: 69.8 ms]
Total partitions          :  1,088,932 [timeline: 1,088,932]
Total errors              :          0 [timeline: 0]
Total GC count            : 27
Total GC memory           : 33.712 GiB
Total GC time             :    0.4 seconds
Avg GC time               :   15.3 ms
StdDev GC time            :    0.8 ms
Total operation time      : 00:00:30

Improvement over 36 threadCount: 13%
Sleeping for 15s

Running with 81 threadCount
Running [timeline] with 81 threads until stderr of mean < 0.02
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,         36696,   36696,   36696,  244027,     2.0,     1.4,     5.1,    11.9,    23.5,    40.4,    1.0,  0.00000,      0,      1,      16,      16,       0,    1276
total,         75526,   38830,   38830,  257921,     2.0,     1.5,     4.8,     9.2,    20.8,    31.3,    2.0,  0.01623,      0,      1,      17,      17,       0,    1278
total,        112830,   37304,   37304,  247791,     2.1,     1.6,     4.9,    10.1,    27.3,    72.5,    3.0,  0.01288,      0,      1,      20,      20,       0,    1279
total,        151934,   39104,   39104,  260356,     2.0,     1.5,     4.7,     9.1,    23.9,    57.6,    4.0,  0.01467,      0,      1,      15,      15,       0,    1279
total,        191111,   39177,   39177,  261463,     2.0,     1.6,     4.2,     8.6,    20.9,    50.5,    5.0,  0.01323,      0,      1,      15,      15,       0,    1278
total,        229455,   38344,   38344,  255356,     2.0,     1.6,     4.8,     8.5,    23.8,    32.8,    6.0,  0.01127,      0,      1,      15,      15,       0,    1279
total,        267763,   38308,   38308,  253803,     2.0,     1.6,     4.8,     9.0,    19.7,    24.4,    7.0,  0.01031,      0,      1,      15,      15,       0,    1279
total,        306992,   39229,   39229,  261007,     2.0,     1.4,     4.6,    10.9,    31.9,    71.4,    8.0,  0.01106,      0,      1,      16,      16,       0,    1279
total,        345931,   38939,   38939,  259312,     2.0,     1.6,     4.5,     7.7,    24.8,    31.8,    9.0,  0.00983,      0,      1,      16,      16,       0,    1278
total,        382861,   36930,   36930,  245210,     2.1,     1.6,     4.9,     9.0,    25.1,    40.6,   10.0,  0.00993,      0,      1,      15,      15,       0,    1279
total,        413815,   30954,   30954,  207023,     2.5,     1.7,     4.6,     8.0,   198.2,   212.3,   11.0,  0.00913,      0,      0,       0,       0,       0,       0
total,        451130,   37315,   37315,  248098,     2.1,     1.6,     4.8,     9.1,    26.2,    45.7,   12.0,  0.00861,      0,      1,      16,      16,       0,    1279
total,        488383,   37253,   37253,  247442,     2.1,     1.6,     5.0,    10.2,    21.8,    44.0,   13.0,  0.00821,      0,      1,      15,      15,       0,    1278
total,        523075,   34692,   34692,  230793,     2.2,     1.7,     4.8,     9.4,    52.0,    90.8,   14.0,  0.00821,      0,      1,      16,      16,       0,    1279
total,        558810,   35735,   35735,  237929,     2.2,     1.6,     5.6,    11.2,    28.7,    42.5,   15.0,  0.00863,      0,      1,      15,      15,       0,    1278
total,        595791,   36981,   36981,  246517,     2.1,     1.6,     4.8,    10.2,    27.3,    71.2,   16.0,  0.00810,      0,      1,      16,      16,       0,    1279
total,        634074,   38283,   38283,  254314,     2.0,     1.7,     4.4,     8.2,    20.8,    30.2,   17.0,  0.00764,      0,      1,      15,      15,       0,    1279
total,        673610,   39536,   39536,  263051,     2.0,     1.6,     4.1,     7.9,    20.5,    26.7,   18.0,  0.00733,      0,      1,      16,      16,       0,    1279
total,        712478,   38868,   38868,  257894,     2.0,     1.6,     4.4,     7.6,    24.2,    60.9,   19.0,  0.00724,      0,      1,      15,      15,       0,    1278
total,        750993,   38515,   38515,  256395,     2.0,     1.6,     4.8,     9.1,    22.2,    30.5,   20.0,  0.00688,      0,      1,      16,      16,       0,    1279
total,        789924,   38931,   38931,  258771,     2.0,     1.6,     4.4,     7.8,    20.4,    36.4,   21.0,  0.00658,      0,      1,      16,      16,       0,    1279
total,        828361,   38437,   38437,  255631,     2.0,     1.5,     4.9,     9.3,    20.4,    31.5,   22.0,  0.00628,      0,      1,      15,      15,       0,    1278
total,        866588,   38227,   38227,  254136,     2.0,     1.5,     4.8,    11.4,    26.4,    48.4,   23.0,  0.00602,      0,      1,      15,      15,       0,    1279
total,        905522,   38934,   38934,  259462,     2.0,     1.6,     4.2,     8.1,    21.7,    35.7,   24.0,  0.00581,      0,      1,      15,      15,       0,    1279
total,        944687,   39165,   39165,  260568,     2.0,     1.6,     4.3,     7.7,    25.7,    40.3,   25.0,  0.00565,      0,      1,      16,      16,       0,    1278
total,        982699,   38012,   38012,  252774,     2.0,     1.5,     4.7,     9.5,    35.6,    75.7,   26.0,  0.00556,      0,      1,      15,      15,       0,    1279
total,       1022447,   39748,   39748,  263895,     1.9,     1.6,     4.3,     8.6,    21.8,    34.3,   27.0,  0.00545,      0,      1,      15,      15,       0,    1279
total,       1062401,   39954,   39954,  265865,     1.9,     1.5,     4.8,     8.3,    20.5,    31.6,   28.0,  0.00538,      0,      1,      16,      16,       0,    1279
total,       1101696,   39295,   39295,  260767,     2.0,     1.5,     4.7,     9.1,    20.1,    32.6,   29.0,  0.00521,      0,      1,      15,      15,       0,    1278
total,       1140852,   39156,   39156,  259592,     2.0,     1.6,     4.7,     8.8,    20.9,    32.2,   30.0,  0.00504,      0,      1,      16,      16,       0,    1279
total,       1141040,   16439,   16439,  111750,     4.7,     4.3,    10.4,    12.1,    30.2,    30.2,   30.0,  0.04182,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   38,020 op/s  [timeline: 38,020 op/s]
Partition rate            :   38,020 pk/s  [timeline: 38,020 pk/s]
Row rate                  :  252,852 row/s [timeline: 252,852 row/s]
Latency mean              :    2.0 ms [timeline: 2.0 ms]
Latency median            :    1.6 ms [timeline: 1.6 ms]
Latency 95th percentile   :    4.7 ms [timeline: 4.7 ms]
Latency 99th percentile   :    9.1 ms [timeline: 9.1 ms]
Latency 99.9th percentile :   24.2 ms [timeline: 24.2 ms]
Latency max               :  212.3 ms [timeline: 212.3 ms]
Total partitions          :  1,141,040 [timeline: 1,141,040]
Total errors              :          0 [timeline: 0]
Total GC count            : 29
Total GC memory           : 36.209 GiB
Total GC time             :    0.5 seconds
Avg GC time               :   15.7 ms
StdDev GC time            :    1.0 ms
Total operation time      : 00:00:30

Improvement over 54 threadCount: 5%
Sleeping for 15s

Running with 121 threadCount
Running [timeline] with 121 threads until stderr of mean < 0.02
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,         29054,   29054,   29054,  192922,     3.7,     2.3,     8.5,    22.3,   107.9,   181.0,    1.0,  0.00000,      0,      1,      16,      16,       0,    1276
total,         69113,   40059,   40059,  265805,     2.9,     2.2,     6.8,    18.9,    40.0,    47.7,    2.0,  0.05983,      0,      1,      17,      17,       0,    1277
total,        109799,   40686,   40686,  269784,     2.9,     2.3,     6.3,    15.5,    26.6,    37.0,    3.0,  0.04528,      0,      1,      15,      15,       0,    1280
total,        151378,   41579,   41579,  277632,     2.8,     2.3,     6.4,    12.9,    39.7,    47.6,    4.0,  0.03932,      0,      1,      15,      15,       0,    1278
total,        193784,   42406,   42406,  282879,     2.8,     2.2,     6.4,    12.2,    24.8,    32.0,    5.0,  0.03376,      0,      1,      16,      16,       0,    1279
total,        231604,   37820,   37820,  251445,     3.1,     2.4,     6.7,    15.1,    58.6,    81.3,    6.0,  0.02819,      0,      1,      15,      15,       0,    1279
total,        271054,   39450,   39450,  262533,     3.0,     2.4,     6.8,    15.7,    29.6,    52.2,    7.0,  0.02415,      0,      1,      15,      15,       0,    1278
total,        310306,   39252,   39252,  261007,     3.0,     2.0,     7.9,    20.3,    36.8,    52.7,    8.0,  0.02113,      0,      0,       0,       0,       0,       0
total,        349847,   39541,   39541,  262813,     3.0,     2.3,     6.8,    15.4,    28.8,    35.7,    9.0,  0.01884,      0,      1,      15,      15,       0,    1279
total,        389949,   40102,   40102,  266369,     2.9,     2.3,     6.8,    13.5,    23.2,    30.0,   10.0,  0.01697,      0,      1,      16,      16,       0,    1279
total,        429671,   39722,   39722,  264046,     2.9,     2.3,     6.6,    15.7,    31.3,    69.8,   11.0,  0.01562,      0,      1,      17,      17,       0,    1278
total,        472641,   42970,   42970,  286550,     2.7,     2.2,     6.3,    11.1,    24.8,    33.7,   12.0,  0.01541,      0,      2,      15,      30,       0,    2558
total,        515465,   42824,   42824,  284796,     2.8,     2.3,     6.0,    14.7,    30.2,    38.2,   13.0,  0.01497,      0,      1,      16,      16,       0,    1279
total,        558128,   42663,   42663,  284213,     2.7,     2.1,     6.3,    12.8,    25.3,    65.6,   14.0,  0.01511,      0,      1,      15,      15,       0,    1278
total,        599617,   41489,   41489,  275911,     2.8,     2.2,     6.5,    14.5,    34.6,    62.1,   15.0,  0.01438,      0,      1,      15,      15,       0,    1279
total,        640664,   41047,   41047,  274205,     2.9,     2.2,     6.8,    14.5,    28.4,    51.2,   16.0,  0.01355,      0,      1,      15,      15,       0,    1279
total,        682147,   41483,   41483,  275403,     2.8,     2.3,     6.2,    12.0,    27.3,    46.0,   17.0,  0.01280,      0,      1,      16,      16,       0,    1278
total,        723675,   41528,   41528,  275830,     2.8,     2.2,     6.4,    15.1,    26.3,    48.5,   18.0,  0.01215,      0,      1,      18,      18,       0,    1279
total,        765052,   41377,   41377,  275566,     2.8,     2.3,     6.3,    12.8,    22.7,    82.4,   19.0,  0.01189,      0,      1,      16,      16,       0,    1279
total,        805843,   40791,   40791,  271585,     2.9,     2.3,     6.7,    12.1,    23.2,    48.6,   20.0,  0.01130,      0,      1,      16,      16,       0,    1279
total,        845959,   40116,   40116,  266542,     2.9,     2.3,     7.0,    13.8,    29.6,    74.3,   21.0,  0.01077,      0,      1,      18,      18,       0,    1277
total,        888071,   42112,   42112,  278725,     2.8,     2.1,     6.7,    14.7,    32.3,    50.0,   22.0,  0.01037,      0,      1,      16,      16,       0,    1279
total,        927770,   39699,   39699,  263426,     2.9,     2.3,     7.0,    14.0,    26.0,    53.6,   23.0,  0.00997,      0,      1,      15,      15,       0,    1279
total,        968910,   41140,   41140,  272965,     2.8,     2.3,     6.2,    12.0,    22.7,    39.1,   24.0,  0.00956,      0,      1,      17,      17,       0,    1278
total,       1009832,   40922,   40922,  271858,     2.9,     2.3,     6.3,    14.7,    30.7,    52.9,   25.0,  0.00918,      0,      1,      17,      17,       0,    1278
total,       1050503,   40671,   40671,  271534,     2.9,     2.4,     6.3,    10.9,    36.9,    66.6,   26.0,  0.00886,      0,      1,      17,      17,       0,    1278
total,       1090387,   39884,   39884,  264834,     2.9,     2.3,     7.2,    13.4,    30.3,    51.1,   27.0,  0.00857,      0,      1,      16,      16,       0,    1279
total,       1131048,   40661,   40661,  270082,     2.9,     2.1,     6.8,    17.5,    31.6,    76.7,   28.0,  0.00831,      0,      1,      16,      16,       0,    1277
total,       1171147,   40099,   40099,  266377,     2.9,     2.3,     6.6,    16.3,    28.2,    43.7,   29.0,  0.00807,      0,      1,      17,      17,       0,    1278
total,       1209600,   38453,   38453,  255807,     3.0,     2.3,     7.5,    18.1,    36.5,   101.6,   30.0,  0.00780,      0,      1,      16,      16,       0,    1279
total,       1209902,   34347,   34347,  231670,     3.8,     3.4,     8.7,    10.2,    12.9,    12.9,   30.0,  0.09621,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   40,318 op/s  [timeline: 40,318 op/s]
Partition rate            :   40,318 pk/s  [timeline: 40,318 pk/s]
Row rate                  :  268,104 row/s [timeline: 268,104 row/s]
Latency mean              :    2.9 ms [timeline: 2.9 ms]
Latency median            :    2.3 ms [timeline: 2.3 ms]
Latency 95th percentile   :    6.7 ms [timeline: 6.7 ms]
Latency 99th percentile   :   14.6 ms [timeline: 14.6 ms]
Latency 99.9th percentile :   31.7 ms [timeline: 31.7 ms]
Latency max               :  181.0 ms [timeline: 181.0 ms]
Total partitions          :  1,209,902 [timeline: 1,209,902]
Total errors              :          0 [timeline: 0]
Total GC count            : 30
Total GC memory           : 37.455 GiB
Total GC time             :    0.5 seconds
Avg GC time               :   16.0 ms
StdDev GC time            :    0.9 ms
Total operation time      : 00:00:30

Improvement over 81 threadCount: 6%
Sleeping for 15s

Running with 181 threadCount
Running [timeline] with 181 threads until stderr of mean < 0.02
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,         40463,   40463,   40463,  268277,     4.1,     3.0,    10.2,    27.0,    50.3,    81.3,    1.0,  0.00000,      0,      1,      21,      21,       0,    1274
total,         82740,   42277,   42277,  281395,     4.2,     3.0,    10.5,    27.6,    71.4,    96.3,    2.0,  0.02267,      0,      1,      31,      31,       0,    1276
total,        125007,   42267,   42267,  282043,     4.2,     3.3,    10.1,    21.0,    32.3,    60.9,    3.0,  0.01518,      0,      1,      16,      16,       0,    1280
total,        167636,   42629,   42629,  283579,     4.1,     3.2,    10.0,    21.0,    44.5,    70.8,    4.0,  0.01170,      0,      1,      17,      17,       0,    1278
total,        210169,   42533,   42533,  282775,     4.2,     3.4,     9.3,    18.7,    31.4,    88.3,    5.0,  0.01042,      0,      1,      18,      18,       0,    1279
total,        244002,   33833,   33833,  224423,     5.3,     3.3,    15.0,    46.4,    85.7,   110.0,    6.0,  0.02809,      0,      1,      16,      16,       0,    1277
total,        287614,   43612,   43612,  290351,     4.1,     3.1,    10.3,    19.7,    38.8,    49.3,    7.0,  0.02438,      0,      1,      21,      21,       0,    1277
total,        330943,   43329,   43329,  287700,     4.1,     3.4,     9.1,    15.7,    33.5,    40.1,    8.0,  0.02134,      0,      1,      18,      18,       0,    1279
total,        374511,   43568,   43568,  289967,     4.0,     3.2,     9.7,    18.3,    31.1,    49.4,    9.0,  0.01912,      0,      1,      19,      19,       0,    1278
total,        419235,   44724,   44724,  297465,     3.9,     3.0,    10.0,    20.4,    41.2,    68.5,   10.0,  0.01838,      0,      1,      16,      16,       0,    1279
total,        463465,   44230,   44230,  293416,     4.0,     3.1,     9.6,    21.3,    41.5,    70.5,   11.0,  0.01722,      0,      1,      15,      15,       0,    1279
total,        505975,   42510,   42510,  282637,     4.1,     2.8,    10.7,    24.5,    51.4,    72.4,   12.0,  0.01580,      0,      2,      19,      35,       2,    2557
total,        548761,   42786,   42786,  284943,     4.1,     3.2,     9.8,    22.2,    40.9,    58.1,   13.0,  0.01458,      0,      1,      16,      16,       0,    1279
total,        591291,   42530,   42530,  282867,     4.1,     3.4,     9.4,    19.2,    32.6,    42.5,   14.0,  0.01364,      0,      1,      16,      16,       0,    1279
total,        633515,   42224,   42224,  280595,     4.2,     3.3,    10.1,    18.1,    29.8,    48.5,   15.0,  0.01282,      0,      1,      15,      15,       0,    1278
total,        671903,   38388,   38388,  254933,     4.6,     3.4,    10.3,    27.3,    79.6,   160.2,   16.0,  0.01202,      0,      1,      15,      15,       0,    1279
total,        714617,   42714,   42714,  284647,     4.1,     3.2,    10.2,    23.2,    36.6,    57.6,   17.0,  0.01132,      0,      1,      16,      16,       0,    1279
total,        755877,   41260,   41260,  274273,     4.3,     3.5,     9.8,    20.9,    34.3,    61.1,   18.0,  0.01083,      0,      1,      18,      18,       0,    1279
total,        797168,   41291,   41291,  274511,     4.3,     3.1,    11.6,    24.6,    43.9,    71.3,   19.0,  0.01030,      0,      1,      28,      28,       0,    1278
total,        835612,   38444,   38444,  256117,     4.6,     3.3,    11.6,    31.6,    60.7,   101.1,   20.0,  0.01013,      0,      1,      20,      20,       0,    1278
total,        876867,   41255,   41255,  274571,     4.3,     3.0,    10.7,    27.5,    61.0,   223.5,   21.0,  0.01267,      0,      1,      21,      21,       0,    1279
total,        918999,   42132,   42132,  280012,     4.2,     3.1,    10.0,    24.3,    46.0,    53.1,   22.0,  0.01214,      0,      1,      33,      33,       0,    1279
total,        962052,   43053,   43053,  285885,     4.1,     3.3,     9.3,    21.6,    36.5,    74.9,   23.0,  0.01164,      0,      1,      18,      18,       0,    1279
total,       1004536,   42484,   42484,  281587,     4.2,     3.3,     9.4,    23.2,    70.4,    87.3,   24.0,  0.01118,      0,      1,      15,      15,       0,    1278
total,       1046985,   42449,   42449,  282358,     4.2,     3.3,    10.4,    22.6,    32.1,    95.2,   25.0,  0.01079,      0,      1,      20,      20,       0,    1278
total,       1089081,   42096,   42096,  280135,     4.2,     3.2,    10.6,    23.3,    34.9,    44.1,   26.0,  0.01046,      0,      1,      23,      23,       0,    1278
total,       1130861,   41780,   41780,  278730,     4.2,     3.3,    10.2,    20.9,    38.8,    52.9,   27.0,  0.01013,      0,      1,      15,      15,       0,    1279
total,       1173131,   42270,   42270,  281090,     4.1,     3.4,     9.4,    17.3,    40.6,    76.3,   28.0,  0.00977,      0,      1,      16,      16,       0,    1277
total,       1214434,   41303,   41303,  274689,     4.3,     3.3,    10.4,    22.6,    35.6,    58.2,   29.0,  0.00952,      0,      1,      16,      16,       0,    1278
total,       1255499,   41065,   41065,  273014,     4.3,     3.3,    10.5,    23.3,    35.8,    43.0,   30.0,  0.00939,      0,      1,      16,      16,       0,    1279
total,       1255887,   45594,   45594,  305056,     5.1,     4.3,    11.9,    22.8,    23.4,    23.4,   30.0,  0.05367,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   41,851 op/s  [timeline: 41,851 op/s]
Partition rate            :   41,851 pk/s  [timeline: 41,851 pk/s]
Row rate                  :  278,307 row/s [timeline: 278,307 row/s]
Latency mean              :    4.2 ms [timeline: 4.2 ms]
Latency median            :    3.2 ms [timeline: 3.2 ms]
Latency 95th percentile   :   10.2 ms [timeline: 10.2 ms]
Latency 99th percentile   :   22.8 ms [timeline: 22.8 ms]
Latency 99.9th percentile :   47.9 ms [timeline: 47.9 ms]
Latency max               :  223.5 ms [timeline: 223.5 ms]
Total partitions          :  1,255,887 [timeline: 1,255,887]
Total errors              :          0 [timeline: 0]
Total GC count            : 31
Total GC memory           : 38.699 GiB
Total GC time             :    0.6 seconds
Avg GC time               :   18.7 ms
StdDev GC time            :    4.5 ms
Total operation time      : 00:00:30

Improvement over 121 threadCount: 4%
Sleeping for 15s

Running with 271 threadCount
Running [timeline] with 271 threads until stderr of mean < 0.02
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,         38765,   38765,   38765,  258038,     6.0,     4.5,    15.3,    34.5,    45.0,    77.0,    1.0,  0.00000,      0,      1,      20,      20,       0,    1273
total,         81717,   42952,   42952,  285546,     6.2,     4.8,    15.7,    34.2,    55.2,    73.9,    2.0,  0.03458,      0,      1,      21,      21,       0,    1276
total,        126009,   44292,   44292,  294863,     6.0,     4.7,    14.0,    28.7,    84.1,   105.1,    3.0,  0.03864,      0,      1,      14,      14,       0,    1282
total,        171226,   45217,   45217,  300636,     5.9,     4.7,    14.0,    28.6,    46.3,   105.6,    4.0,  0.03520,      0,      1,      16,      16,       0,    1279
total,        216112,   44886,   44886,  298209,     5.9,     4.8,    13.9,    24.9,    36.5,    49.4,    5.0,  0.02816,      0,      2,      16,      32,       0,    2556
total,        260175,   44063,   44063,  292800,     6.0,     4.2,    17.3,    37.4,    52.0,    80.5,    6.0,  0.02353,      0,      1,      15,      15,       0,    1279
total,        305174,   44999,   44999,  299191,     5.9,     4.3,    15.4,    32.3,    93.1,   104.9,    7.0,  0.02165,      0,      1,      15,      15,       0,    1278
total,        348728,   43554,   43554,  289879,     6.1,     4.8,    15.7,    28.7,    38.3,    61.9,    8.0,  0.01924,      0,      1,      16,      16,       0,    1279
total,        390523,   41795,   41795,  277642,     6.4,     4.7,    16.2,    34.1,    69.6,    77.7,    9.0,  0.01791,      0,      1,      15,      15,       0,    1279
total,        435120,   44597,   44597,  296244,     6.0,     4.9,    13.4,    27.0,    44.1,    66.3,   10.0,  0.01613,      0,      1,      16,      16,       0,    1279
total,        477591,   42471,   42471,  281778,     6.3,     4.7,    15.9,    35.6,    64.0,    86.4,   11.0,  0.01479,      0,      1,      16,      16,       0,    1278
total,        518919,   41328,   41328,  275181,     6.5,     5.1,    17.0,    33.0,    43.9,    64.2,   12.0,  0.01457,      0,      1,      17,      17,       0,    1278
total,        561958,   43039,   43039,  285414,     6.1,     4.7,    16.2,    29.3,    59.1,   115.3,   13.0,  0.01362,      0,      1,      15,      15,       0,    1279
total,        604983,   43025,   43025,  286004,     6.1,     4.7,    15.7,    32.2,    49.3,    64.6,   14.0,  0.01278,      0,      1,      18,      18,       0,    1279
total,        647378,   42395,   42395,  282221,     6.2,     4.7,    14.8,    35.7,    73.8,    88.8,   15.0,  0.01195,      0,      1,      17,      17,       0,    1277
total,        689997,   42619,   42619,  282628,     6.2,     4.7,    15.8,    32.6,    61.0,    79.2,   16.0,  0.01127,      0,      1,      19,      19,       0,    1279
total,        732676,   42679,   42679,  283137,     6.3,     4.7,    16.5,    32.1,    50.7,    59.5,   17.0,  0.01082,      0,      1,      24,      24,       0,    1279
total,        775846,   43170,   43170,  287151,     6.2,     4.8,    15.0,    28.7,    57.0,    82.4,   18.0,  0.01022,      0,      1,      17,      17,       0,    1277
total,        818642,   42796,   42796,  284863,     6.2,     4.8,    15.7,    31.8,    45.4,    75.2,   19.0,  0.00971,      0,      1,      17,      17,       0,    1278
total,        862366,   43724,   43724,  290812,     6.1,     4.9,    14.1,    26.4,    46.0,    69.9,   20.0,  0.00922,      0,      1,      22,      22,       0,    1279
total,        903678,   41312,   41312,  274884,     6.5,     4.8,    16.7,    33.4,    60.0,    86.0,   21.0,  0.00894,      0,      1,      22,      22,       0,    1278
total,        949043,   45365,   45365,  301548,     5.9,     4.6,    14.1,    27.3,    42.8,    58.2,   22.0,  0.00862,      0,      1,      20,      20,       0,    1278
total,        991408,   42365,   42365,  282369,     5.7,     4.5,    14.2,    26.1,    49.9,   168.6,   23.0,  0.00907,      0,      2,      19,      34,       2,    2559
total,       1037000,   45592,   45592,  303240,     6.0,     4.8,    14.5,    29.2,    48.4,   169.1,   24.0,  0.01098,      0,      1,      16,      16,       0,    1278
total,       1082442,   45442,   45442,  302776,     5.8,     4.6,    14.6,    28.1,    38.7,    72.8,   25.0,  0.01062,      0,      1,      16,      16,       0,    1278
total,       1125968,   43526,   43526,  289851,     6.1,     4.6,    15.6,    30.6,    62.6,    71.0,   26.0,  0.01023,      0,      1,      15,      15,       0,    1279
total,       1170247,   44279,   44279,  294744,     6.0,     4.6,    15.2,    28.1,    61.9,    90.4,   27.0,  0.00989,      0,      1,      16,      16,       0,    1279
total,       1215188,   44941,   44941,  298475,     5.9,     4.4,    14.9,    28.1,    63.7,    92.8,   28.0,  0.00964,      0,      1,      17,      17,       0,    1279
total,       1257718,   42530,   42530,  282300,     6.1,     4.6,    15.4,    32.6,    53.7,    89.1,   29.0,  0.00934,      0,      1,      24,      24,       0,    1279
total,       1301388,   43670,   43670,  290071,     6.1,     4.7,    15.9,    28.4,    59.1,    95.6,   30.0,  0.00904,      0,      1,      18,      18,       0,    1279
total,       1301921,   32489,   32489,  219744,     9.0,     8.7,    17.6,    26.3,    29.3,    29.7,   30.0,  0.06352,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   43,374 op/s  [timeline: 43,374 op/s]
Partition rate            :   43,374 pk/s  [timeline: 43,374 pk/s]
Row rate                  :  288,379 row/s [timeline: 288,379 row/s]
Latency mean              :    6.1 ms [timeline: 6.1 ms]
Latency median            :    4.7 ms [timeline: 4.7 ms]
Latency 95th percentile   :   15.3 ms [timeline: 15.3 ms]
Latency 99th percentile   :   31.0 ms [timeline: 31.0 ms]
Latency 99.9th percentile :   57.4 ms [timeline: 57.4 ms]
Latency max               :  169.1 ms [timeline: 169.1 ms]
Total partitions          :  1,301,921 [timeline: 1,301,921]
Total errors              :          0 [timeline: 0]
Total GC count            : 32
Total GC memory           : 39.951 GiB
Total GC time             :    0.6 seconds
Avg GC time               :   17.5 ms
StdDev GC time            :    2.7 ms
Total operation time      : 00:00:30

Improvement over 181 threadCount: 4%
Sleeping for 15s

Running with 406 threadCount
Running [timeline] with 406 threads until stderr of mean < 0.02
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,         19975,   19975,   19975,  132714,    14.8,     5.6,    31.3,   375.7,   397.4,   409.7,    1.0,  0.00000,      0,      1,      21,      21,       0,    1275
total,         61685,   41710,   41710,  277168,     9.6,     6.4,    28.0,    52.6,   128.5,   442.5,    2.0,  0.26671,      0,      1,      23,      23,       0,    1277
total,        106555,   44870,   44870,  298973,     9.0,     6.9,    23.2,    42.2,    65.4,    76.9,    3.0,  0.18638,      0,      1,      28,      28,       0,    1278
total,        150436,   43881,   43881,  291088,     9.1,     7.2,    23.9,    37.8,    59.3,    67.1,    4.0,  0.14544,      0,      1,      22,      22,       0,    1278
total,        192738,   42302,   42302,  280893,     9.5,     6.9,    28.3,    49.1,    65.3,   103.7,    5.0,  0.11899,      0,      1,      19,      19,       0,    1279
total,        236207,   43469,   43469,  288611,     9.2,     6.9,    24.2,    57.1,    80.2,   107.3,    6.0,  0.09983,      0,      1,      17,      17,       0,    1279
total,        280318,   44111,   44111,  292906,     9.1,     7.5,    21.5,    42.8,    60.2,    68.0,    7.0,  0.08655,      0,      1,      28,      28,       0,    1279
total,        324111,   43793,   43793,  290848,     8.8,     6.9,    23.8,    41.6,    54.0,    64.8,    8.0,  0.07657,      0,      1,      20,      20,       0,    1278
total,        368523,   44412,   44412,  295466,     9.0,     7.0,    22.3,    49.0,    68.0,    86.4,    9.0,  0.06817,      0,      1,      26,      26,       0,    1278
total,        411564,   43041,   43041,  285868,     9.1,     7.1,    22.6,    37.7,    63.1,    97.3,   10.0,  0.06162,      0,      1,      25,      25,       0,    1278
total,        455452,   43888,   43888,  291817,     9.1,     7.1,    23.4,    42.2,    78.2,    99.9,   11.0,  0.05605,      0,      2,      26,      48,       2,    2555
total,        500685,   45233,   45233,  300986,     8.9,     6.4,    25.8,    47.0,    88.4,   108.5,   12.0,  0.05130,      0,      1,      16,      16,       0,    1279
total,        544851,   44166,   44166,  293931,     9.1,     7.1,    22.2,    45.9,    66.8,    77.1,   13.0,  0.04749,      0,      1,      18,      18,       0,    1278
total,        588704,   43853,   43853,  291020,     9.0,     6.4,    28.1,    44.9,    80.9,   119.1,   14.0,  0.04406,      0,      1,      23,      23,       0,    1280
total,        632621,   43917,   43917,  292049,     9.2,     6.3,    27.3,    56.4,    83.3,   100.8,   15.0,  0.04114,      0,      1,      16,      16,       0,    1279
total,        671359,   38738,   38738,  257464,    10.1,     7.6,    25.5,    54.2,    78.6,   116.1,   16.0,  0.03938,      0,      1,      21,      21,       0,    1276
total,        716100,   44741,   44741,  297627,     9.0,     7.1,    22.3,    41.1,    52.0,    69.5,   17.0,  0.03710,      0,      1,      22,      22,       0,    1278
total,        762052,   45952,   45952,  305051,     8.7,     6.9,    21.7,    41.2,    83.6,   119.4,   18.0,  0.03510,      0,      1,      14,      14,       0,    1281
total,        809206,   47154,   47154,  313978,     8.3,     6.3,    22.3,    39.2,    93.1,   181.7,   19.0,  0.03419,      0,      1,      16,      16,       0,    1278
total,        855261,   46055,   46055,  305820,     8.8,     6.8,    22.9,    36.8,   172.2,   250.5,   20.0,  0.03416,      0,      1,      16,      16,       0,    1278
total,        899846,   44585,   44585,  296108,     9.0,     7.0,    22.3,    49.7,    82.4,   114.6,   21.0,  0.03252,      0,      1,      17,      17,       0,    1277
total,        945765,   45919,   45919,  304712,     8.7,     6.3,    25.4,    42.0,    83.3,    93.7,   22.0,  0.03103,      0,      1,      21,      21,       0,    1279
total,        990664,   44899,   44899,  298819,     8.9,     6.9,    22.5,    39.8,    69.1,    89.8,   23.0,  0.02970,      0,      1,      19,      19,       0,    1279
total,       1032919,   42255,   42255,  281590,     8.8,     6.5,    24.1,    54.4,    68.8,    80.3,   24.0,  0.02874,      0,      2,      19,      34,       2,    2558
total,       1078020,   45101,   45101,  300425,     9.0,     6.9,    24.8,    41.7,   112.8,   136.4,   25.0,  0.02760,      0,      1,      16,      16,       0,    1278
total,       1119925,   41905,   41905,  277904,     9.5,     7.3,    28.0,    41.3,    59.7,   108.1,   26.0,  0.02671,      0,      1,      25,      25,       0,    1279
total,       1163627,   43702,   43702,  291010,     8.6,     6.0,    24.6,    48.6,    99.9,   125.6,   27.0,  0.02571,      0,      1,      17,      17,       0,    1279
total,       1209174,   45547,   45547,  303842,     8.8,     7.0,    21.3,    34.0,    94.2,   149.0,   28.0,  0.02487,      0,      1,      16,      16,       0,    1279
total,       1253501,   44327,   44327,  293833,     9.1,     7.4,    22.0,    35.7,    61.0,   115.5,   29.0,  0.02402,      0,      1,      17,      17,       0,    1278
total,       1297393,   43892,   43892,  291720,     9.1,     7.2,    23.5,    39.4,    66.7,    80.1,   30.0,  0.02330,      0,      1,      16,      16,       0,    1278
total,       1341408,   44015,   44015,  292828,     9.1,     7.1,    24.0,    39.0,    63.7,    96.3,   31.0,  0.02258,      0,      1,      17,      17,       0,    1278
total,       1387529,   46121,   46121,  306749,     8.7,     7.2,    20.6,    39.1,    69.5,    83.3,   32.0,  0.02187,      0,      1,      16,      16,       0,    1279
total,       1431436,   43907,   43907,  292035,     8.7,     7.4,    20.1,    32.9,    54.4,    86.4,   33.0,  0.02125,      0,      1,      25,      25,       0,    1277
total,       1474732,   43296,   43296,  288452,     9.3,     7.5,    22.6,    38.6,    52.0,    78.1,   34.0,  0.02072,      0,      1,      24,      24,       0,    1278
total,       1519626,   44894,   44894,  298867,     8.7,     6.7,    22.6,    38.4,    58.1,    94.2,   35.0,  0.02013,      0,      1,      18,      18,       0,    1279
total,       1561757,   42131,   42131,  280436,     9.5,     7.1,    26.7,    44.4,    71.4,   108.7,   36.0,  0.01964,      0,      1,      16,      16,       0,    1279
total,       1563000,   30793,   30793,  203910,    11.2,     8.2,    29.9,    38.3,    58.0,    68.3,   36.0,  0.05687,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   43,368 op/s  [timeline: 43,368 op/s]
Partition rate            :   43,368 pk/s  [timeline: 43,368 pk/s]
Row rate                  :  288,339 row/s [timeline: 288,339 row/s]
Latency mean              :    9.1 ms [timeline: 9.1 ms]
Latency median            :    6.9 ms [timeline: 6.9 ms]
Latency 95th percentile   :   23.8 ms [timeline: 23.8 ms]
Latency 99th percentile   :   43.1 ms [timeline: 43.1 ms]
Latency 99.9th percentile :   80.0 ms [timeline: 80.0 ms]
Latency max               :  442.5 ms [timeline: 442.5 ms]
Total partitions          :  1,563,000 [timeline: 1,563,000]
Total errors              :          0 [timeline: 0]
Total GC count            : 38
Total GC memory           : 47.437 GiB
Total GC time             :    0.8 seconds
Avg GC time               :   19.8 ms
StdDev GC time            :    3.9 ms
Total operation time      : 00:00:36

Improvement over 271 threadCount: -0%
Sleeping for 15s

Running with 609 threadCount
Running [timeline] with 609 threads until stderr of mean < 0.02
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,         33381,   33381,   33381,  221695,    13.7,    10.0,    37.7,    77.1,   127.3,   173.7,    1.0,  0.00000,      0,      1,      26,      26,       0,    1275
total,         73807,   40426,   40426,  269394,    15.1,    10.3,    40.2,   104.8,   225.8,   257.2,    2.0,  0.10576,      0,      1,      20,      20,       0,    1277
total,        116598,   42791,   42791,  283573,    13.9,    10.3,    35.8,    63.7,   130.3,   140.6,    3.0,  0.07053,      0,      1,      19,      19,       0,    1281
total,        160782,   44184,   44184,  294204,    13.9,    10.8,    35.5,    56.8,    87.8,   115.1,    4.0,  0.05303,      0,      1,      19,      19,       0,    1278
total,        204327,   43545,   43545,  289328,    13.8,    11.2,    34.1,    48.1,    61.1,    82.2,    5.0,  0.04287,      0,      1,      18,      18,       0,    1276
total,        251684,   47357,   47357,  313717,    12.8,    10.0,    32.8,    51.3,    77.5,   113.8,    6.0,  0.03821,      0,      1,      17,      17,       0,    1278
total,        298877,   47193,   47193,  313277,    12.7,     9.1,    37.7,    62.8,   102.0,   132.6,    7.0,  0.03501,      0,      1,      17,      17,       0,    1281
total,        343637,   44760,   44760,  298323,    13.6,     9.9,    36.5,    79.6,   119.1,   167.6,    8.0,  0.03170,      0,      1,      16,      16,       0,    1278
total,        386412,   42775,   42775,  283840,    14.1,    10.2,    39.9,    72.8,   111.9,   124.9,    9.0,  0.02849,      0,      1,      16,      16,       0,    1278
total,        430817,   44405,   44405,  295951,    13.6,    10.8,    33.5,    56.2,    71.9,    98.4,   10.0,  0.02574,      0,      1,      20,      20,       0,    1280
total,        475792,   44975,   44975,  299322,    13.4,    10.2,    35.4,    57.1,    76.5,    95.2,   11.0,  0.02342,      0,      1,      18,      18,       0,    1279
total,        520801,   45009,   45009,  299345,    13.4,     9.1,    39.9,    68.7,   123.6,   154.0,   12.0,  0.02192,      0,      1,      21,      21,       0,    1279
total,        564545,   43744,   43744,  290248,    13.8,    10.0,    38.2,    63.5,    90.1,   100.2,   13.0,  0.02047,      0,      1,      16,      16,       0,    1279
total,        608991,   44446,   44446,  295512,    13.5,    11.0,    34.2,    54.4,    83.3,   103.9,   14.0,  0.01905,      0,      1,      32,      32,       0,    1279
total,        649959,   40968,   40968,  273592,    14.8,    10.5,    46.3,    76.3,   115.0,   138.9,   15.0,  0.01810,      0,      1,      17,      17,       0,    1278
total,        693361,   43402,   43402,  288403,    13.9,    10.5,    38.0,    66.8,   114.2,   128.3,   16.0,  0.01698,      0,      2,      29,      48,       5,    2557
total,        737954,   44593,   44593,  297075,    13.5,     9.8,    37.9,    64.9,   105.9,   117.3,   17.0,  0.01598,      0,      1,      19,      19,       0,    1280
total,        783034,   45080,   45080,  299893,    12.5,    10.0,    30.3,    51.1,    87.0,    98.1,   18.0,  0.01510,      0,      1,      25,      25,       0,    1277
total,        826060,   43026,   43026,  286314,    14.0,     9.7,    39.6,    77.9,   105.3,   117.4,   19.0,  0.01438,      0,      1,      22,      22,       0,    1278
total,        870469,   44409,   44409,  294610,    12.6,     9.3,    35.8,    52.8,    76.9,    99.8,   20.0,  0.01369,      0,      1,      17,      17,       0,    1280
total,        914796,   44327,   44327,  294451,    13.7,    10.0,    38.5,    62.5,    91.2,   126.3,   21.0,  0.01305,      0,      1,      19,      19,       0,    1279
total,        957637,   42841,   42841,  284870,    13.0,     9.3,    39.9,    54.1,    72.4,   137.9,   22.0,  0.01246,      0,      1,      18,      18,       0,    1276
total,       1001932,   44295,   44295,  294965,    13.7,     9.5,    41.3,    62.9,    83.4,   105.6,   23.0,  0.01193,      0,      1,      18,      18,       0,    1279
total,       1046409,   44477,   44477,  295640,    13.6,    10.7,    33.5,    61.6,    92.1,   129.6,   24.0,  0.01146,      0,      1,      20,      20,       0,    1280
total,       1088336,   41927,   41927,  279150,    14.2,    10.3,    37.8,    78.8,    95.6,   118.1,   25.0,  0.01118,      0,      1,      17,      17,       0,    1278
total,       1134612,   46276,   46276,  307663,    13.0,     9.9,    33.9,    55.4,    88.2,   109.8,   26.0,  0.01084,      0,      1,      18,      18,       0,    1278
total,       1182040,   47428,   47428,  315691,    12.7,     9.6,    31.9,    73.9,   103.5,   135.0,   27.0,  0.01100,      0,      1,      21,      21,       0,    1280
total,       1226744,   44704,   44704,  296372,    13.3,     9.3,    36.7,    64.9,   107.6,   152.6,   28.0,  0.01072,      0,      1,      19,      19,       0,    1279
total,       1271802,   45058,   45058,  300013,    13.6,    10.0,    36.2,    63.7,   116.1,   136.2,   29.0,  0.01042,      0,      2,      17,      34,       0,    2557
total,       1315832,   44030,   44030,  292451,    13.6,    10.0,    38.1,    58.5,    73.1,   101.2,   30.0,  0.01013,      0,      1,      17,      17,       0,    1279
total,       1317510,   36564,   36564,  246450,    17.4,    15.5,    35.3,    63.4,    68.5,    76.9,   30.0,  0.07197,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   43,850 op/s  [timeline: 43,850 op/s]
Partition rate            :   43,850 pk/s  [timeline: 43,850 pk/s]
Row rate                  :  291,560 row/s [timeline: 291,560 row/s]
Latency mean              :   13.6 ms [timeline: 13.6 ms]
Latency median            :   10.0 ms [timeline: 10.0 ms]
Latency 95th percentile   :   36.8 ms [timeline: 36.8 ms]
Latency 99th percentile   :   63.3 ms [timeline: 63.3 ms]
Latency 99.9th percentile :  107.0 ms [timeline: 107.0 ms]
Latency max               :  257.2 ms [timeline: 257.2 ms]
Total partitions          :  1,317,510 [timeline: 1,317,510]
Total errors              :          0 [timeline: 0]
Total GC count            : 32
Total GC memory           : 39.954 GiB
Total GC time             :    0.6 seconds
Avg GC time               :   19.5 ms
StdDev GC time            :    3.7 ms
Total operation time      : 00:00:30

Improvement over 406 threadCount: 1%
Sleeping for 15s

Running with 913 threadCount
Running [timeline] with 913 threads until stderr of mean < 0.02
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,         24837,   24837,   24837,  165115,    16.4,     9.4,    45.8,   130.8,   266.9,   291.5,    1.0,  0.00000,      0,      1,      29,      29,       0,    1273
total,         66501,   41664,   41664,  276831,    21.8,    16.5,    51.9,   131.4,   162.5,   167.9,    2.0,  0.12454,      0,      1,      25,      25,       0,    1275
total,        107719,   41218,   41218,  273760,    20.3,    11.8,    68.3,   132.4,   200.7,   211.7,    3.0,  0.09629,      0,      1,      17,      17,       0,    1280
total,        151345,   43626,   43626,  290875,    18.3,    14.0,    47.3,    73.9,    94.7,   113.2,    4.0,  0.07274,      0,      1,      19,      19,       0,    1278
total,        196782,   45437,   45437,  302311,    20.3,    15.1,    53.8,    77.6,   105.1,   146.7,    5.0,  0.06174,      0,      1,      16,      16,       0,    1280
total,        241103,   44321,   44321,  294779,    20.3,    14.7,    57.5,    88.7,   128.7,   156.9,    6.0,  0.05263,      0,      1,      21,      21,       0,    1278
total,        286329,   45226,   45226,  300351,    20.1,    15.8,    47.9,    78.9,   109.8,   130.9,    7.0,  0.04552,      0,      1,      23,      23,       0,    1279
total,        330002,   43673,   43673,  290935,    20.0,    15.8,    48.8,    83.4,   131.4,   176.0,    8.0,  0.04049,      0,      1,      19,      19,       0,    1279
total,        374019,   44017,   44017,  292641,    19.8,    15.8,    50.3,    74.0,   100.5,   141.7,    9.0,  0.03602,      0,      1,      19,      19,       0,    1279
total,        414866,   40847,   40847,  272017,    21.7,    14.9,    61.2,   117.6,   173.7,   179.0,   10.0,  0.03242,      0,      1,      23,      23,       0,    1278
total,        454914,   40048,   40048,  265547,    18.5,    12.5,    51.6,   103.2,   150.1,   179.0,   11.0,  0.02961,      0,      1,      19,      19,       0,    1279
total,        499224,   44310,   44310,  294801,    20.4,    15.5,    52.0,    88.0,   126.0,   136.6,   12.0,  0.02719,      0,      1,      20,      20,       0,    1279
total,        542987,   43763,   43763,  290230,    20.8,    15.8,    53.1,    92.1,   125.6,   148.9,   13.0,  0.02513,      0,      1,      18,      18,       0,    1280
total,        585535,   42548,   42548,  283592,    19.2,    14.7,    54.5,    74.3,   127.0,   152.3,   14.0,  0.02333,      0,      1,      23,      23,       0,    1278
total,        628383,   42848,   42848,  285819,    19.8,    15.1,    54.5,    82.7,   104.9,   128.5,   15.0,  0.02181,      0,      1,      31,      31,       0,    1278
total,        670207,   41824,   41824,  278612,    21.1,    16.1,    54.2,    82.4,   101.3,   126.2,   16.0,  0.02065,      0,      1,      18,      18,       0,    1278
total,        711093,   40886,   40886,  271356,    17.7,    12.3,    49.6,    80.5,   104.5,   146.8,   17.0,  0.01962,      0,      1,      20,      20,       0,    1278
total,        753009,   41916,   41916,  278792,    21.8,    15.7,    64.3,   100.7,   140.6,   156.6,   18.0,  0.01853,      0,      1,      26,      26,       0,    1279
total,        796230,   43221,   43221,  287380,    20.9,    16.6,    52.4,    78.8,   105.4,   122.9,   19.0,  0.01757,      0,      1,      19,      19,       0,    1280
total,        833680,   37450,   37450,  248190,    21.5,    13.7,    78.6,   107.5,   134.1,   169.0,   20.0,  0.01742,      0,      1,      17,      17,       0,    1277
total,        877439,   43759,   43759,  290439,    20.4,    14.9,    55.5,    84.3,   161.0,   185.7,   21.0,  0.01698,      0,      1,      21,      21,       0,    1278
total,        921629,   44190,   44190,  293815,    20.0,    14.3,    52.9,   125.5,   157.9,   277.1,   22.0,  0.01898,      0,      1,      22,      22,       0,    1279
total,        965837,   44208,   44208,  293931,    20.6,    15.5,    54.5,   114.1,   133.8,   148.2,   23.0,  0.01818,      0,      1,      18,      18,       0,    1278
total,       1010509,   44672,   44672,  297992,    19.2,    14.8,    48.6,    70.0,    86.6,   111.7,   24.0,  0.01742,      0,      1,      17,      17,       0,    1280
total,       1055671,   45162,   45162,  299357,    19.9,    15.4,    49.9,    86.2,   161.1,   169.1,   25.0,  0.01695,      0,      1,      19,      19,       0,    1279
total,       1100078,   44407,   44407,  295565,    20.4,    17.1,    48.6,    64.7,    86.1,   124.3,   26.0,  0.01630,      0,      1,      15,      15,       0,    1279
total,       1143340,   43262,   43262,  287747,    20.9,    15.1,    57.7,    88.4,   120.7,   140.5,   27.0,  0.01569,      0,      1,      21,      21,       0,    1278
total,       1186677,   43337,   43337,  288366,    17.5,    13.4,    47.2,    70.6,    84.1,   137.6,   28.0,  0.01514,      0,      1,      23,      23,       0,    1279
total,       1227563,   40886,   40886,  271833,    21.4,    16.4,    54.5,    92.3,   106.4,   164.6,   29.0,  0.01466,      0,      1,      22,      22,       0,    1280
total,       1265826,   38263,   38263,  254778,    20.7,    14.3,    63.6,    88.5,   112.1,   150.1,   30.0,  0.01464,      0,      1,      26,      26,       0,    1278
total,       1268012,   54531,   54531,  362384,    19.8,    16.8,    40.9,    44.5,    51.7,    71.1,   30.0,  0.08408,      0,      0,       0,       0,       0,       0


Results:
Op rate                   :   42,211 op/s  [timeline: 42,211 op/s]
Partition rate            :   42,211 pk/s  [timeline: 42,211 pk/s]
Row rate                  :  280,701 row/s [timeline: 280,701 row/s]
Latency mean              :   20.1 ms [timeline: 20.1 ms]
Latency median            :   14.9 ms [timeline: 14.9 ms]
Latency 95th percentile   :   53.9 ms [timeline: 53.9 ms]
Latency 99th percentile   :   90.4 ms [timeline: 90.4 ms]
Latency 99.9th percentile :  145.2 ms [timeline: 145.2 ms]
Latency max               :  291.5 ms [timeline: 291.5 ms]
Total partitions          :  1,268,012 [timeline: 1,268,012]
Total errors              :          0 [timeline: 0]
Total GC count            : 30
Total GC memory           : 37.454 GiB
Total GC time             :    0.6 seconds
Avg GC time               :   20.9 ms
StdDev GC time            :    3.7 ms
Total operation time      : 00:00:30

Improvement over 609 threadCount: -4%
             id, 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
  4 threadCount, timeline,     358983,    8158,    8158,   54229,     0.4,     0.3,     0.6,     0.9,     4.3,   200.7,   44.0,  0.02019,      0,     10,     264,     264,       5,   12770
  4 threadCount, total,        358983,    8158,    8158,   54229,     0.4,     0.3,     0.6,     0.9,     4.3,   200.7,   44.0,  0.02019,      0,     10,     264,     264,       5,   12770
  8 threadCount, timeline,     438132,   14603,   14603,   97162,     0.5,     0.4,     0.7,     0.9,     4.1,   190.4,   30.0,  0.01341,      0,     12,     291,     291,       5,   15335
  8 threadCount, total,        438132,   14603,   14603,   97162,     0.5,     0.4,     0.7,     0.9,     4.1,   190.4,   30.0,  0.01341,      0,     12,     291,     291,       5,   15335
 16 threadCount, timeline,     680934,   22689,   22689,  150908,     0.6,     0.6,     1.0,     1.4,     6.9,    61.7,   30.0,  0.03105,      0,     17,     271,     271,       4,   21732
 16 threadCount, total,        680934,   22689,   22689,  150908,     0.6,     0.6,     1.0,     1.4,     6.9,    61.7,   30.0,  0.03105,      0,     17,     271,     271,       4,   21732
 24 threadCount, timeline,     828600,   27607,   27607,  183562,     0.8,     0.7,     1.4,     2.0,     8.8,    69.6,   30.0,  0.03990,      0,     21,     309,     309,       1,   26848
 24 threadCount, total,        828600,   27607,   27607,  183562,     0.8,     0.7,     1.4,     2.0,     8.8,    69.6,   30.0,  0.03990,      0,     21,     309,     309,       1,   26848
 36 threadCount, timeline,     964201,   32135,   32135,  213634,     1.0,     0.9,     2.0,     3.1,    16.6,    82.4,   30.0,  0.05179,      0,     24,     359,     359,       1,   30683
 36 threadCount, total,        964201,   32135,   32135,  213634,     1.0,     0.9,     2.0,     3.1,    16.6,    82.4,   30.0,  0.05179,      0,     24,     359,     359,       1,   30683
 54 threadCount, timeline,    1088932,   36289,   36289,  241347,     1.4,     1.2,     2.9,     5.0,    18.5,    69.8,   30.0,  0.08401,      0,     27,     412,     412,       1,   34521
 54 threadCount, total,       1088932,   36289,   36289,  241347,     1.4,     1.2,     2.9,     5.0,    18.5,    69.8,   30.0,  0.08401,      0,     27,     412,     412,       1,   34521
 81 threadCount, timeline,    1141040,   38020,   38020,  252852,     2.0,     1.6,     4.7,     9.1,    24.2,   212.3,   30.0,  0.04182,      0,     29,     454,     454,       1,   37078
 81 threadCount, total,       1141040,   38020,   38020,  252852,     2.0,     1.6,     4.7,     9.1,    24.2,   212.3,   30.0,  0.04182,      0,     29,     454,     454,       1,   37078
121 threadCount, timeline,    1209902,   40318,   40318,  268104,     2.9,     2.3,     6.7,    14.6,    31.7,   181.0,   30.0,  0.09621,      0,     30,     464,     479,       1,   38354
121 threadCount, total,       1209902,   40318,   40318,  268104,     2.9,     2.3,     6.7,    14.6,    31.7,   181.0,   30.0,  0.09621,      0,     30,     464,     479,       1,   38354
181 threadCount, timeline,    1255887,   41851,   41851,  278307,     4.2,     3.2,    10.2,    22.8,    47.9,   223.5,   30.0,  0.05367,      0,     31,     564,     580,       4,   39628
181 threadCount, total,       1255887,   41851,   41851,  278307,     4.2,     3.2,    10.2,    22.8,    47.9,   223.5,   30.0,  0.05367,      0,     31,     564,     580,       4,   39628
271 threadCount, timeline,    1301921,   43374,   43374,  288379,     6.1,     4.7,    15.3,    31.0,    57.4,   169.1,   30.0,  0.06352,      0,     32,     529,     560,       3,   40910
271 threadCount, total,       1301921,   43374,   43374,  288379,     6.1,     4.7,    15.3,    31.0,    57.4,   169.1,   30.0,  0.06352,      0,     32,     529,     560,       3,   40910
406 threadCount, timeline,    1563000,   43368,   43368,  288339,     9.1,     6.9,    23.8,    43.1,    80.0,   442.5,   36.0,  0.05687,      0,     38,     716,     753,       4,   48576
406 threadCount, total,       1563000,   43368,   43368,  288339,     9.1,     6.9,    23.8,    43.1,    80.0,   442.5,   36.0,  0.05687,      0,     38,     716,     753,       4,   48576
609 threadCount, timeline,    1317510,   43850,   43850,  291560,    13.6,    10.0,    36.8,    63.3,   107.0,   257.2,   30.0,  0.07197,      0,     32,     588,     624,       4,   40913
609 threadCount, total,       1317510,   43850,   43850,  291560,    13.6,    10.0,    36.8,    63.3,   107.0,   257.2,   30.0,  0.07197,      0,     32,     588,     624,       4,   40913
913 threadCount, timeline,    1268012,   42211,   42211,  280701,    20.1,    14.9,    53.9,    90.4,   145.2,   291.5,   30.0,  0.08408,      0,     30,     626,     626,       4,   38353
913 threadCount, total,       1268012,   42211,   42211,  280701,    20.1,    14.9,    53.9,    90.4,   145.2,   291.5,   30.0,  0.08408,      0,     30,     626,     626,       4,   38353
END

results matching ""

    No results matching ""