Skip to content

Instantly share code, notes, and snippets.

@Try-Try-Again
Last active February 29, 2020 01:23
Show Gist options
  • Select an option

  • Save Try-Try-Again/2766ff8f8eefdf09a5bff37076d45d2e to your computer and use it in GitHub Desktop.

Select an option

Save Try-Try-Again/2766ff8f8eefdf09a5bff37076d45d2e to your computer and use it in GitHub Desktop.
Proxy Performance:
Proxy Server Currently has reponse time of < 15ms with 0% error rate (New Relic)
for tests of 1 rps, 10 rps, and 100 rps
1000 rps test fails with 52.8 % error rate and response time of approx 150 ms
Service Performance:
API calls to service has response time of < 10ms with 0% error rate (New Relic)
for tests of 1 rps, 10 rps, and 100 rps
1000 rps test fails with 62% error rate and response time of approx 175 ms
Current:
Service Configuration:
Internet
^
|
Server (Nginx Reverse Proxy and Node Server)
Proxy Configuration:
Internet
^
|
Server (Nginx Reverse Proxy and Node Server)
Planned:
Service Configuration:
Internet
^
|
LoadBalancer (Nginx)
/ | \
| | |
S S Server (Nginx serves static, routes db querys to Database)
\ | /
\|/
Database (node)
Proxy Configuration:
Internet
^
|
LoadBalancer (Nginx)
/ | \
| | |
S S Server (Nginx (static Only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment