Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DaRaFF/077673f5eb69faa7753d7f2dcaac5039 to your computer and use it in GitHub Desktop.
Save DaRaFF/077673f5eb69faa7753d7f2dcaac5039 to your computer and use it in GitHub Desktop.
Bluewin Production Performance Test 2018-02-02.txt
@DaRaFF
Copy link
Author

DaRaFF commented Feb 2, 2018

Summary for the Bluewin Production Load Test at 2018-02-02

The production load test result shows

  • that the system has 0% errors with the maximum expected load of 550 req/s.
  • that the system has 0,2% - 0,5% errors with 3 times the maximum expected load.
  • that the system is self healing when we go back to 550 req/s.

Test Setup

Metrics

  • max expected production load: 550 req/s
  • test load: 570 - 1330 req/s

Strategy

  • 1st run the load tests with the highest expected load and a cold cache.
  • 2nd run the load tests with 3 times the highest expected load and a warmed cache.

Results

Test Run's

  • Run 1 - 570 req/s for 3 minutes
    • HTTP Status 500: 0%
  • Run 2 - 570 req/s for 3 minutes
    • HTTP Status 500: 0,5%
  • Run 3 - 1330 req/s for 3 minutes
    • HTTP Status 500: 0,25%
  • Run 4- 1330 req/s for 3 minutes
    • HTTP Status 500: 0%

Run 1 - 570 req/s

image

Run 2 - 570 req/s

image

Run 3 - 1330 req/s

image

Run 4 - 1330 req/s

image

Run 5 - 550 req/s

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment