Last active
September 24, 2020 17:59
-
-
Save mszabo-wikia/0e93c44e13d49f44cb07954847c7f315 to your computer and use it in GitHub Desktop.
mcrouter initial benchmarks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'GET http://finalfantasy.sandbox-sres1.fandom.com/wiki/Special:RecentChanges?hidebots=1&limit=500&days=90&enhanced=1&urlversion=2' | vegeta attack -rate=1/s -proxy-header=border.service.sjc.consul:80 -duration=200s | vegeta report | |
| Requests [total, rate, throughput] 200, 1.01, 1.00 | |
| Duration [total, attack, wait] 3m20s, 3m19s, 817.895ms | |
| Latencies [min, mean, 50, 90, 95, 99, max] 131.724ms, 1.33s, 148.657ms, 4.263s, 5.103s, 5.523s, 5.592s | |
| Bytes In [total, mean] 323323544, 1616617.72 | |
| Bytes Out [total, mean] 0, 0.00 | |
| Success [ratio] 100.00% | |
| Status Codes [code:count] 200:200 | |
| Error Set: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'GET http://finalfantasy.sandbox-sus1.fandom.com/wiki/Special:RecentChanges?hidebots=1&limit=500&days=90&enhanced=1&urlversion=2' | vegeta attack -rate=1/s -proxy-header=border.service.sjc.consul:80 -duration=200s | vegeta report | |
| Requests [total, rate, throughput] 200, 1.01, 1.00 | |
| Duration [total, attack, wait] 3m19s, 3m19s, 138.581ms | |
| Latencies [min, mean, 50, 90, 95, 99, max] 133.485ms, 926.046ms, 147.717ms, 3.004s, 4.002s, 4.648s, 4.834s | |
| Bytes In [total, mean] 323108433, 1615542.17 | |
| Bytes Out [total, mean] 0, 0.00 | |
| Success [ratio] 100.00% | |
| Status Codes [code:count] 200:200 | |
| Error Set: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'GET http://finalfantasy.sandbox-sus1.fandom.com/wiki/Special:RecentChanges?hidebots=1&limit=500&days=90&enhanced=1&urlversion=2' | vegeta attack -rate=1/s -proxy-header=border.service.sjc.consul:80 -duration=200s | vegeta report | |
| Requests [total, rate, throughput] 200, 1.01, 1.00 | |
| Duration [total, attack, wait] 3m21s, 3m19s, 1.872s | |
| Latencies [min, mean, 50, 90, 95, 99, max] 132.74ms, 1.474s, 177.079ms, 4.563s, 5.482s, 6.295s, 6.566s | |
| Bytes In [total, mean] 329539953, 1647699.76 | |
| Bytes Out [total, mean] 0, 0.00 | |
| Success [ratio] 100.00% | |
| Status Codes [code:count] 200:200 | |
| Error Set: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 'GET http://finalfantasy.sandbox-sus2.fandom.com/wiki/Special:RecentChanges?hidebots=1&limit=500&days=90&enhanced=1&urlversion=2' | vegeta attack -rate=1/s -proxy-header=border.service.sjc.consul:80 -duration=200s | vegeta report | |
| Requests [total, rate, throughput] 200, 1.01, 1.00 | |
| Duration [total, attack, wait] 3m19s, 3m19s, 144.572ms | |
| Latencies [min, mean, 50, 90, 95, 99, max] 134.494ms, 1.771s, 350.346ms, 5.37s, 6.105s, 6.946s, 7.078s | |
| Bytes In [total, mean] 323224707, 1616123.53 | |
| Bytes Out [total, mean] 0, 0.00 | |
| Success [ratio] 100.00% | |
| Status Codes [code:count] 200:200 | |
| Error Set: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment