operational efficiency hacks
play

Operational Efficiency Hacks John Allspaw Operations Engineering, - PowerPoint PPT Presentation

Operational Efficiency Hacks John Allspaw Operations Engineering, Flickr Wednesday, April 8, 2009 who am I? Manage the Flickr Operations group Wrote a geeky book: Wednesday, April 8, 2009 Efficiencies Wednesday, April 8, 2009


  1. Why? As infrastructure grows, try to keep the Humans:Machines ratio from getting out of hand Some of the How: Wednesday, April 8, 2009

  2. Why? As infrastructure grows, try to keep the Humans:Machines ratio from getting out of hand Some of the How: - teach machines to build themselves Wednesday, April 8, 2009

  3. Why? As infrastructure grows, try to keep the Humans:Machines ratio from getting out of hand Some of the How: - teach machines to build themselves - teach machines to watch themselves Wednesday, April 8, 2009

  4. Why? As infrastructure grows, try to keep the Humans:Machines ratio from getting out of hand Some of the How: - teach machines to build themselves - teach machines to watch themselves - teach machines to fix themselves Wednesday, April 8, 2009

  5. Why? As infrastructure grows, try to keep the Humans:Machines ratio from getting out of hand Some of the How: - teach machines to build themselves - teach machines to watch themselves - teach machines to fix themselves - reduce MTTR by streamlining Wednesday, April 8, 2009

  6. Automated Infrastructure Wednesday, April 8, 2009

  7. Automated Infrastructure - If there is only one thing you do, automatic configuration and deployment management should be it. Wednesday, April 8, 2009

  8. Automated Infrastructure - If there is only one thing you do, automatic configuration and deployment management should be it. - See: - Opscode/Chef (http://opscode.com/) - Puppet (http://reductivelabs.com/products/puppet/) - System Imager/Configurator (http://wiki.systemimager.org) Wednesday, April 8, 2009

  9. Conguration Management Codeswarm Wednesday, April 8, 2009

  10. Time Machine time is cheaper than human time. If a failure results in some commands being run to ‘fix’ it, make the machines do it. (i.e., don’t wake people up for stupid things!) Wednesday, April 8, 2009

  11. Aggregate Monitoring Wednesday, April 8, 2009

  12. Aggregate Monitoring Don’t care about single nodes, only care about delta change of metrics/faults - Warn (email) on X % change - Page (wake up) on Y % change Wednesday, April 8, 2009

  13. Aggregate Monitoring Don’t care about single nodes, only care about delta change of metrics/faults - Warn (email) on X % change - Page (wake up) on Y % change High and low water marks for some metrics Wednesday, April 8, 2009

  14. Self-Healing Wednesday, April 8, 2009

  15. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Wednesday, April 8, 2009

  16. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Wednesday, April 8, 2009

  17. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Daemons/processes run on machines, will take corrective action under certain conditions, and report back with what they did. Wednesday, April 8, 2009

  18. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Daemons/processes run on machines, will take corrective action under certain conditions, and report back with what they did. Wednesday, April 8, 2009

  19. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Daemons/processes run on machines, will take corrective action under certain conditions, and report back with what they did. Can greatly reduce your mean time to recovery (MTTR) Wednesday, April 8, 2009

  20. Self-Healing Make service monitoring fix common failure scenarios, notify us later about it. Daemons/processes run on machines, will take corrective action under certain conditions, and report back with what they did. Can greatly reduce your mean time to recovery (MTTR) Wednesday, April 8, 2009

  21. Basic Apache Example Wednesday, April 8, 2009

  22. Basic Apache Example 1. Webserver not running? Wednesday, April 8, 2009

  23. Basic Apache Example 1. Webserver not running? 2. Under certain conditions, try to start it, and email that this happened. (I’ll read it tomorrow) Wednesday, April 8, 2009

  24. Basic Apache Example 1. Webserver not running? 2. Under certain conditions, try to start it, and email that this happened. (I’ll read it tomorrow) 3. Won’t start? Assume something’s really wrong, so don’t keep trying (email that, too) Wednesday, April 8, 2009

  25. MySQL Self-Healing Wednesday, April 8, 2009

  26. MySQL Self-Healing Some MySQL Issues “fixed” by the machines Wednesday, April 8, 2009

  27. MySQL Self-Healing Some MySQL Issues “fixed” by the machines Wednesday, April 8, 2009

  28. MySQL Self-Healing Some MySQL Issues “fixed” by the machines - Kill long-running SELECT queries (marked safe to kill) Wednesday, April 8, 2009

  29. MySQL Self-Healing Some MySQL Issues “fixed” by the machines - Kill long-running SELECT queries (marked safe to kill) - Queries not safe to kill are marked by the application as “ NO KILL ” in comments Wednesday, April 8, 2009

  30. MySQL Self-Healing Some MySQL Issues “fixed” by the machines - Kill long-running SELECT queries (marked safe to kill) - Queries not safe to kill are marked by the application as “ NO KILL ” in comments - Run EXPLAIN on killed queries, and report the results Wednesday, April 8, 2009

  31. MySQL Self-Healing Some MySQL Issues “fixed” by the machines - Kill long-running SELECT queries (marked safe to kill) - Queries not safe to kill are marked by the application as “ NO KILL ” in comments - Run EXPLAIN on killed queries, and report the results - Keep track of the query types and databases that need the most killing, produce a “DBs that Suck” report Wednesday, April 8, 2009

  32. MySQL Self-Healing Wednesday, April 8, 2009

  33. MySQL Self-Healing Some MySQL Replication issues “fixed” by the machines, by error Wednesday, April 8, 2009

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend