Skip to content

Instantly share code, notes, and snippets.

@feanil
Created February 12, 2015 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feanil/0c75358f1c76710f6f96 to your computer and use it in GitHub Desktop.
Save feanil/0c75358f1c76710f6f96 to your computer and use it in GitHub Desktop.
Performance Metrics To Capture
==============================
Pools and Queues
- Match the pools at various stages, gunicorn thread pool, db connection pool
- Key Metrics
- # of SQL Statements/Request
- # of same SQL executions
- Idle vs Busy Threads in the whole pipeline
Load Time
- # of Images
- Size of Pages
- Idea: Can we get a list of all URLs the website knows to route to? Maybe we can start collecting performance metrics for the endpoints.
- Maybe start with just the non-dynamic URLs.
How do we automate metrics collection?
- We need better integration between test and deploy
- Maybe have alton check the state of the tests on jenkins before cutting AMIs?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment