Skip to content

Instantly share code, notes, and snippets.

@calonso
Created April 1, 2015 16:08
Show Gist options
  • Save calonso/ea8323e953648fed0541 to your computer and use it in GitHub Desktop.
Save calonso/ea8323e953648fed0541 to your computer and use it in GitHub Desktop.
Distributed C* stress 3vs3 prepared
--------------------------------------------------
"First client's output"
--------------------------------------------------
total,interval_op_rate,interval_key_rate,latency,95th,99.9th,elapsed_time
48524,4852,4852,5.7,20.1,198.2,10
96718,4819,4819,6.8,23.2,204.0,20
140758,4404,4404,7.5,23.6,204.0,30
183611,4285,4285,7.3,25.2,230.9,40
236244,5263,5263,7.2,25.8,292.4,50
287249,5100,5100,6.8,24.0,229.7,60
341643,5439,5439,6.8,24.0,229.7,70
390248,4860,4860,6.6,23.8,229.9,80
431649,4140,4140,7.0,24.2,435.0,91
475346,4369,4369,7.0,25.3,435.0,101
527621,5227,5227,6.9,25.0,439.0,111
578408,5078,5078,7.0,24.9,439.0,121
629788,5138,5138,7.1,24.9,435.2,131
675855,4606,4606,7.1,25.6,435.2,141
724624,4876,4876,7.2,24.2,331.1,151
774873,5024,5024,7.5,24.3,322.4,161
820622,4574,4574,7.5,24.1,325.3,172
869191,4856,4856,7.0,23.8,325.3,182
912810,4361,4361,6.8,23.3,327.5,192
953395,4058,4058,6.7,22.8,288.8,202
988197,3480,3480,6.5,21.2,288.8,212
1000000,1180,1180,6.2,20.1,288.8,217
Averages from the middle 80% of values:
interval_op_rate : 4827
interval_key_rate : 4827
latency median : 7.1
latency 95th percentile : 24.5
latency 99.9th percentile : 333.7
Total operation time : 00:03:37
END
--------------------------------------------------
"Second client's output"
--------------------------------------------------
total,interval_op_rate,interval_key_rate,latency,95th,99.9th,elapsed_time
48281,4828,4828,5.1,20.6,177.8,10
94981,4670,4670,6.7,24.6,314.7,20
139536,4455,4455,7.2,26.6,314.7,30
182498,4296,4296,7.3,28.8,191.4,40
234947,5244,5244,7.3,27.4,191.4,50
286288,5134,5134,7.1,25.0,100.7,60
340071,5378,5378,7.2,24.4,100.7,70
388309,4823,4823,7.3,24.2,430.8,80
428947,4063,4063,7.5,24.2,430.8,91
472171,4322,4322,7.6,24.2,433.9,101
524478,5230,5230,7.1,23.6,433.9,111
574466,4998,4998,7.1,23.5,433.9,121
625148,5068,5068,7.3,23.1,433.9,131
670738,4559,4559,7.2,23.7,434.3,141
720578,4984,4984,6.9,24.8,434.3,151
770220,4964,4964,7.0,24.5,436.6,161
816020,4580,4580,7.3,25.6,436.6,172
866870,5085,5085,6.9,25.1,436.6,182
910975,4410,4410,6.7,25.1,436.6,192
954497,4352,4352,6.7,24.3,436.6,202
987426,3292,3292,6.4,23.6,436.6,212
1000000,1257,1257,6.3,23.3,436.6,217
Averages from the middle 80% of values:
interval_op_rate : 4823
interval_key_rate : 4823
latency median : 7.2
latency 95th percentile : 24.9
latency 99.9th percentile : 354.7
Total operation time : 00:03:37
END
--------------------------------------------------
"Third client's output"
--------------------------------------------------
total,interval_op_rate,interval_key_rate,latency,95th,99.9th,elapsed_time
44589,4458,4458,6.3,20.8,215.7,10
94219,4963,4963,6.8,22.0,287.5,20
138560,4434,4434,7.1,24.8,195.0,30
183208,4464,4464,7.3,26.9,309.7,40
236310,5310,5310,7.0,25.2,273.2,50
287839,5152,5152,6.8,24.1,189.0,60
340820,5298,5298,6.8,24.0,189.0,70
389723,4890,4890,6.8,22.9,189.1,81
431883,4216,4216,6.9,23.0,189.0,91
476745,4486,4486,6.9,23.2,326.5,101
531108,5436,5436,6.8,23.3,387.9,111
582161,5105,5105,7.0,23.4,387.9,121
633039,5087,5087,7.1,23.4,387.9,131
679076,4603,4603,7.2,23.9,387.9,141
730239,5116,5116,6.9,23.5,387.9,151
780952,5071,5071,6.9,23.8,387.9,162
828702,4775,4775,6.8,24.3,387.9,172
879659,5095,5095,6.5,23.6,387.9,182
920496,4083,4083,6.5,23.6,387.9,192
960237,3974,3974,6.4,23.2,336.0,202
991042,3080,3080,6.2,22.7,336.0,212
1000000,895,895,6.1,22.5,336.0,217
Averages from the middle 80% of values:
interval_op_rate : 4908
interval_key_rate : 4908
latency median : 6.9
latency 95th percentile : 23.9
latency 99.9th percentile : 310.2
Total operation time : 00:03:37
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment