Last active
February 29, 2020 01:23
-
-
Save Try-Try-Again/2766ff8f8eefdf09a5bff37076d45d2e to your computer and use it in GitHub Desktop.
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
| 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