Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Last active June 13, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/ec0bf0eab264bb80b6463a37badcc5e4 to your computer and use it in GitHub Desktop.
Save mdcallag/ec0bf0eab264bb80b6463a37badcc5e4 to your computer and use it in GitHub Desktop.
--- your results at 10 clients, 100 warehouses, 900 seconds
4.2
min max p50 p99 total retry name
7.9 373 10.1 24.3 81k 635 delivery
2.6 619 4.48 9.8 901k 48k new_order
1.2 146 1.55 3.7 81k x order_status
1.1 616 1.55 106 868k 14k payment
2.4 90 3.3 6.9 81k x stock_level
4.4
min max p50 p99 total retry name
8.9 115 11.4 40.8 2.3k 1 delivery
3.0 18240 5.6 8075 25k 162 new_order
1.7 52 2.6 11.6 2.4k x order_status
1.3 10546 1.9 14.8 24k 192 payment
3.1 8396 4.2 17.0 2.3k x stock_level
--- my results at 10 warehouses, 8 clients, 300 seconds
4.2
Complete Time (s) Percentage Retries minLatMs p50 p75 p90 p95 p99 maxLatMs Aborts
DELIVERY 5390 198.935 4.02 278,303 21.97 30.74 32.51 34.23 132.32 140.29 646.83 0
NEW_ORDER 60139 946.915 44.84 1881,1985 7.30 12.07 13.45 14.74 15.74 119.15 630.48 591
ORDER_STATUS 5391 26.836 4.02 0,0 3.63 4.97 5.31 5.63 5.80 6.19 7.04 0
PAYMENT 57737 1174.845 43.05 6187,7172 3.51 5.20 5.63 109.50 111.50 316.31 1538.21 0
STOCK_LEVEL 5449 33.631 4.06 0,0 4.12 6.09 6.63 7.17 7.49 8.05 9.24 0
TOTAL 134106 2381.162
4.4
Complete Time (s) Percentage Retries minLatMs p50 p75 p90 p95 p99 maxLatMs Aborts
DELIVERY 5274 202.998 4.03 297,322 22.75 31.98 33.75 35.69 132.58 138.70 640.66 0
NEW_ORDER 58321 935.524 44.57 1816,1922 7.44 12.43 13.79 15.09 16.12 117.45 721.62 647
ORDER_STATUS 5198 26.606 3.97 0,0 3.71 5.11 5.46 5.78 5.99 6.39 7.68 0
PAYMENT 56774 1181.882 43.39 6143,7217 3.72 5.42 5.85 108.25 109.69 313.03 2129.71 0
STOCK_LEVEL 5291 33.438 4.04 0,0 4.53 6.23 6.78 7.35 7.65 8.18 19.85 0
TOTAL 130858 2380.448
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment