Skip to content

Instantly share code, notes, and snippets.

@stephencweiss
Last active November 30, 2018 20:05
Show Gist options
  • Save stephencweiss/298084c45a2aa60fc50ca69a1eaf9b4e to your computer and use it in GitHub Desktop.
Save stephencweiss/298084c45a2aa60fc50ca69a1eaf9b4e to your computer and use it in GitHub Desktop.
Running an http test for product descriptions service routed through a proxy - both services running remotely on EC2
wrk -t12 -c400 -d10s http://13.59.138.186:8080/product/280
@stephencweiss
Copy link
Author

Results of test
image

@stephencweiss
Copy link
Author

stephencweiss commented Nov 30, 2018

Remote proxy with load balancer sitting in between proxy & two services
image

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