SlideShare uma empresa Scribd logo
1 de 71
Building Self-Healing
Systems
Todd Minnella and Matt Solnit, SOASTA
Speaker Intro - Todd
● Director of Ops for
● Over 25 years in IT
● Experience with both
academic and
enterprise computing
● Favorite operating system is Tru64
● Enjoys solving problems...but loves sleep more!
@toddminnella
tminnella@soasta.com
Speaker Intro - Matt
● VP of Engineering for
● Started programming with Atari BASIC in
elementary school
● Ops on the side :-)
● First Velocity presentation!
@msolnit
msolnit@soasta.com
Who are you? :-)
http://www.cliarthut.com/clip-
arts/751/who-are-you-clip-art-
751173.jpg
Agenda (1 of 2)
Part One - Theory
● Distributed Systems Challenges
● Mitigating Failure Impact
● Benefits and Risks
● Testing Requirements
● Methodology
Agenda (2 of 2)
Part Two - Practice
● Description of Demo System
● Example #1 - Externally Triggered Full GC
● Example #2 - External System Restart
● Example #3 - System-initiated Support Case
● Tools Demonstrated
● Other Ideas for Automation
Part One
Theory
What makes a distributed system?
● Multiple components
● Different servers
● Different regions (data center or geo)
● A component failure != service or app failure
● Requires systems thinking
Challenges faced by dist. systems
● Complexity
● Uncontrollable elements
● Hard to see the whole picture
● Impossible for a single person to manage
What can we do about it?
Easy answer:
Add people!
But… easy != correct
Better coping strategy
Enable your systems to
heal themselves
...which is why we are here!
Benefits of Self-Healing
● Better uptime (at the component level)
● Higher service quality
● Rapid identification of repeating issues
● Improved Ops team morale and productivity
Risk of Self-Healing Systems
● Worse uptime (at the component level)
● Lower service quality
● Maintenance complexities
● Degraded Ops team morale and productivity
Risks
So why take the risks?
Implemented well, self-
healing systems can
make for happier
customers!
Failsafe Design
Bibel, G. D. Train Wreck: The
Forensics of Rail Disasters.
Baltimore: Johns Hopkins
UP, 2012. 69-70. Print.
Methodology
Identify the Problem
Design the Solution
Execute by Hand
Automate the solution
Watch and adjust
PSHAW!
Part Two
Practice
Demo Application
Java App Server Farm (n = 2)
Amazon Linux EC2 Instance
EC2 Elastic IP address
Load Balanced via DNS (Dyn Traffic Director)
Simple Web Application (HTTP/HTTPS)
Example #1
Externally Triggered Full GC
Real-life mPulse example
Started reporting Java statistics to monitoring tool in
2013.
When investigating outages, often found an exact
correlation with large garbage collections (sound
familiar?).
Set up an alert to fire when heap usage went above
70%
Everybody into the war room!
Real-life mPulse example, cont’d
Real-life mPulse example, cont’d
Engineering looks for a possible memory leak.
Eventually someone says, “Just force a GC!”
Most of the time, this would fix it. JVM isn’t perfect, if
we help it then the system remains stable.
Occasionally this didn’t fix it, which would indicate an
actual bug.
Engineering fixes, deploy, repeat!
“Intermittent gratification”
90% of the time, there was no need to gather
everyone together.
Real-life mPulse example, cont’d
Engineering says…
Ops, can you fix it?
Identify the Problem
1. Java isn’t garbage-collecting efficiently.
2. Tuning the JVM is time-consuming and
dangerous.
3. Forcing a collection works, but it requires
waking someone up.
Describe a Solution (1 of 2)
Identify a metric for JVM Heap Use that is
indicative of the problem:
Java VM Old % Used
Start monitoring/reporting this metric.
Specify a threshold for action:
Old % Used > 65%
Describe a Solution (2 of 2)
When the threshold is reached, take an action:
Trigger a full garbage collection
After the action, monitor for success:
Old % Used < 65%
Execute by Hand
Trigger the condition that causes the problem
(or be patient and let it happen).
Once monitoring indicates high old % used,
manually execute the full GC.
Automate the Solution, Manually Trigger
Write a script to check for Java old % used.
Run the script via cron or similar mechanism.
Report when old % used exceeds threshold.
A DevOps human will trigger the full GC.
Script Snippet
JAVA_PID=`pgrep -f -u tomcat /usr/lib/jvm/jre/bin/java`
RAW_JSTATS=`jstat -gcutil $JAVA_PID | grep -v "S0"`
old_pcnt_used=`echo $RAW_JSTATS | cut -f4 -d" "`
integer_old_pcnt_used=`echo $old_pcnt_used | 
awk '{ printf ("%1.0f", $1) }'`
if [ $integer_old_pcnt_used -gt $oldpcnttrigger ]; then
echo "Would trigger full GC here"
fi
https://github.com/SOASTA/velocity-2015-self-healing-systems
DEMO (part 1)
Automate the Solution, Automate the Trigger
Taking the script shown previously, combine
the step that:
Reports that old % used > 65%
with the step that:
Triggers the full GC
DEMO (part 2)
Watch and adjust
Set up the automated script to run in as many
test environments as are available/applicable.
Review the results (script log, metrics graphs).
Does it work?
Investigate any issues thoroughly.
Potentially, install the script in a dry-run mode
in production.
Go Live!
We recommend a gradual deployment.
Deploy to a subset of production, then assess.
Expand the subset, assess again.
When all of production is live, enjoy more
sleep!
Example #2
Externally Triggered Restart
Real-life mPulse example
Real-life mPulse example
What is a beacon?
{"timestamp":1392256183739,"drop_code":"crumb:missing","http_method":"GET","http_version":"HTTP
/1.1","http_referrer":"","headers":{"host":"localhost:8080","accept":"*/*"},"params":{"nt_dns_e
nd":"1392147897985","nt_load_end":"1392147912182","nt_first_paint":"1392147900.964995","mem.use
d":"131000000","nt_spdy":"0","nt_unload_end":"1392147898577","nt_dns_st":"1392147897985","nt_co
n_st":"1392147897985","rt.bmr.conEn":"834.00000000006","rt.bmr.resEn":"2320.0000000001637","mem
.total":"199000000","nt_nav_st":"1392147897985","nt_domcontloaded_end":"1392147901891","dom.sz"
:"58549","rt.tstart":"1392147897985","rt.bmr.domSt":"419.0000000000964","nt_con_end":"139214789
7985","nt_domint":"1392147901585","nt_red_end":"0","dom.ln":"939","nt_unload_st":"1392147898574
","t_done":"14201","nt_load_st":"1392147912129","t_page":"13638","rt.end":"1392147912186","nt_d
omloading":"1392147898927","nt_res_end":"1392147898571","t_resp":"563","rt.bmr.domEn":"813.0000
000001019","rt.tt":"14201","nt_red_cnt":"0","if":"","nt_fet_st":"1392147897985","nt_res_st":"13
92147898548","nt_req_st":"1392147897995","nt_nav_type":"0","mob.ct":"0","dom.img":"16","nt_red_
st":"0","rt.ss":"1392147897985","config.timedout":"true","rt.bmr.resSt":"2312.0000000001255","r
t.si":"3el0j57fms0885mi-
n0uk6y","rt.sl":"1","rt.bmr.fetSt":"16.000000000076398","rt.bmr.conSt":"813.0000000001019","nt_
domcomp":"1392147912129","dom.script":"27","v":"0.9.1389663787","rt.bmr.reqSt":"834.00000000006
","r":"","rt.bstart":"1392147906107","rt.obo":"0","rt.start":"navigation","nt_domcontloaded_st"
:"1392147901585"}}
Real-life mPulse example, cont’d
Each server processes millions of these per day.
Beacons are logged to disk, eventually
compressed and uploaded to S3.
Real-life mPulse example, cont’d
Every so often, the background uploader thread
stops working.
(we don’t know why yet)
When this happens, we get 10-12 hours before
the disk fills up and the server dies.
Real-life mPulse example, cont’d
A simple re-start fixes it.
SO...
While developers are investigating, Ops is
getting paged (and woken up) to re-start boxes.
Ops says…
We can do better!
Identify the Problem (Demo App)
● Lack of activity indicates a failed thread
● While the issue goes unresolved, data is
delayed (and the disk may fill)
Describe a Solution
● A restart of the application solves the
problem
● The application server needs to be removed
from service prior to the restart
● The server hosting the application is an
AWS instance, and a reboot is fast and
effective
Execute by Hand
1. Take the application out-of-service
2. Restart the application
3. Watch for Self-Check OK
4. Put the application back in-service
Automate the Solution, Manually Trigger
● Log metrics go to AWS CloudWatch
● Lack of activity triggers an Alarm
● Alarm triggers a SNS notification
● Human being makes the DNS changes and
restart the server.
DEMO
Developers say…
We can do better!
Automate the Solution, Automate the Trigger
● EC2 and DynECT both have APIs
● DNS changes and reboot can all be
automated
● Todd can sleep!
Automate the Solution, Automate the
Trigger
AWS Lambda
Upload code to Amazon (Node.js)
Attach it to a listener (SNS)
No instance required!
Automate the Solution, Automate the
Trigger
Lambda function listens on “logs are not being
uploaded” notification.
Uses Dyn REST API to disable the DNS
record.
Uses EC2 API to re-boot the instance.
Automate the Solution, Automate the
Trigger
Lambda function listens on “all OK” notification.
Uses Dyn REST API to re-enable the DNS
record.
var dynect = require('./dynect_api.js');
var AWS = require('aws-sdk');
exports.cloudwatch_alarm_sns_handler = function(event, context) {
event.Records.forEach(function(record) {
var alarm = JSON.parse(record.Sns.Message);
// Extract the instance status. ALARM means it's down, OK means it's up.
var instance_up = alarm.NewStateValue !== "ALARM";
// ...
https://github.com/SOASTA/velocity-2015-self-healing-systems
Node.js code snippet
New workflow
Look, no Todd!
DEMO
Watch and adjust
● Include Ops team on ALARM and
SELFCHECKOK notifications
● Observe effects - use monitoring tools to
assess availability
Example #3
Application files support ticket
Real-life mPulse example
● Customers configure raw beacon uploads to
their own S3 buckets.
● Sometimes they break
things (or AWS access
key is changed, etc.)
● We log the error, but we don’t monitor it and
don’t notify customers.
Identify the Problem
● Another example: yser connecting to a site
can’t authenticate successfully
● Assumption is that this is a limited access
site
DevOps says…
Now, let’s help our customers
succeed!
Describe a Solution
● Notify the Customer Support team
● Provide Support with details so that they can
proactively reach out
Execute by Hand
● Examine the logs for the error
● Review the situation with Support
● Work with Support to handle a case end-to-
end
Automate the Solution, Manually Trigger
● Log metrics go to AWS CloudWatch
● Presence of error triggers an Alarm
● Alarm triggers a SNS notification
● Human being can then create a Zendesk
case
Automate the Solution, Automate the Trigger
● AWS Lambda listens on SNS notification
● Collects information from the notification
● Files a Zendesk case categorized to go to
the correct team
AWS Lambda Actions
On Failed Login notification
● Create a Zendesk case with user details
Watch and adjust
● Ops reviews logs
● Ops meets with Support to review case
frequency and outcomes
Testing Requirements
● Start small
● Develop (and verify) in stages
● Let run in production-like environment
● Verify behavior in “dry-run” mode
Tools Demonstrated - AWS
CloudWatch http://aws.amazon.com/cloudwatch/
EC2 http://aws.amazon.com/ec2/
Lambda http://aws.amazon.com/lambda/
Linux http://aws.amazon.com/amazon-linux-ami/
Tools Demonstrated - Other
Datadog https://www.datadoghq.com/product/
Dyn Traffic Director http://dyn.com/traffic-director/
Monitis http://www.monitis.com/
PagerDuty http://www.pagerduty.com
ZenDesk https://www.zendesk.com
See SOASTA at booth #801

Mais conteúdo relacionado

Mais procurados

An Agile Testing Dashboard: Metrics that Matter
An Agile Testing Dashboard: Metrics that MatterAn Agile Testing Dashboard: Metrics that Matter
An Agile Testing Dashboard: Metrics that MatterTechWell
 
Risk based testing with Jira and Jubula
Risk based testing with Jira and JubulaRisk based testing with Jira and Jubula
Risk based testing with Jira and JubulaDaniele Gagliardi
 
The Automation Firehose: Be Strategic and Tactical by Thomas Haver
The Automation Firehose: Be Strategic and Tactical by Thomas HaverThe Automation Firehose: Be Strategic and Tactical by Thomas Haver
The Automation Firehose: Be Strategic and Tactical by Thomas HaverQA or the Highway
 
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukh
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree DeshmukhReal time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukh
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukhbhumika2108
 
2012 - A Release Odyssey
2012 - A Release Odyssey2012 - A Release Odyssey
2012 - A Release OdysseyErnest Mueller
 
Taking AppSec to 11 - BSides Austin 2016
Taking AppSec to 11 - BSides Austin 2016Taking AppSec to 11 - BSides Austin 2016
Taking AppSec to 11 - BSides Austin 2016Matt Tesauro
 
20200630 Rakuten QA meetup #2 "Improve test automation operation"
20200630 Rakuten QA meetup #2 "Improve test automation operation"20200630 Rakuten QA meetup #2 "Improve test automation operation"
20200630 Rakuten QA meetup #2 "Improve test automation operation"Sadaaki Emura
 
Sd times-june-24-2015
Sd times-june-24-2015Sd times-june-24-2015
Sd times-june-24-2015Dan Boutin
 
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...Sauce Labs
 
Appium, Test-Driven Development, and Continuous Integration
Appium, Test-Driven Development, and Continuous IntegrationAppium, Test-Driven Development, and Continuous Integration
Appium, Test-Driven Development, and Continuous IntegrationTechWell
 
Using JIRA for Risk Based Testing - QASymphony Webinar
Using JIRA for Risk Based Testing  - QASymphony WebinarUsing JIRA for Risk Based Testing  - QASymphony Webinar
Using JIRA for Risk Based Testing - QASymphony WebinarQASymphony
 
5 Steps to Jump Start Your Test Automation
5 Steps to Jump Start Your Test Automation5 Steps to Jump Start Your Test Automation
5 Steps to Jump Start Your Test AutomationSauce Labs
 
Building an Open Source AppSec Pipeline - 2015 Texas Linux Fest
Building an Open Source AppSec Pipeline - 2015 Texas Linux FestBuilding an Open Source AppSec Pipeline - 2015 Texas Linux Fest
Building an Open Source AppSec Pipeline - 2015 Texas Linux FestMatt Tesauro
 
James Christie CAST 2014 Standards – promoting quality or restricting competi...
James Christie CAST 2014 Standards – promoting quality or restricting competi...James Christie CAST 2014 Standards – promoting quality or restricting competi...
James Christie CAST 2014 Standards – promoting quality or restricting competi...James Christie Christie
 
Leandro Melendez - Switching Performance Left & Right
Leandro Melendez - Switching Performance Left & RightLeandro Melendez - Switching Performance Left & Right
Leandro Melendez - Switching Performance Left & RightNeotys_Partner
 
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...TEST Huddle
 
Mobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseMobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseTechWell
 
Making security-agile matt-tesauro
Making security-agile matt-tesauroMaking security-agile matt-tesauro
Making security-agile matt-tesauroMatt Tesauro
 

Mais procurados (20)

Qa management in big agile teams
Qa management in big agile teamsQa management in big agile teams
Qa management in big agile teams
 
An Agile Testing Dashboard: Metrics that Matter
An Agile Testing Dashboard: Metrics that MatterAn Agile Testing Dashboard: Metrics that Matter
An Agile Testing Dashboard: Metrics that Matter
 
Manual estimation approach for Pre-sale phase of a project
Manual estimation approach for Pre-sale phase of a projectManual estimation approach for Pre-sale phase of a project
Manual estimation approach for Pre-sale phase of a project
 
Risk based testing with Jira and Jubula
Risk based testing with Jira and JubulaRisk based testing with Jira and Jubula
Risk based testing with Jira and Jubula
 
The Automation Firehose: Be Strategic and Tactical by Thomas Haver
The Automation Firehose: Be Strategic and Tactical by Thomas HaverThe Automation Firehose: Be Strategic and Tactical by Thomas Haver
The Automation Firehose: Be Strategic and Tactical by Thomas Haver
 
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukh
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree DeshmukhReal time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukh
Real time trend and failure analysis using TTA-Anand Bagmar & Aasawaree Deshmukh
 
2012 - A Release Odyssey
2012 - A Release Odyssey2012 - A Release Odyssey
2012 - A Release Odyssey
 
Taking AppSec to 11 - BSides Austin 2016
Taking AppSec to 11 - BSides Austin 2016Taking AppSec to 11 - BSides Austin 2016
Taking AppSec to 11 - BSides Austin 2016
 
20200630 Rakuten QA meetup #2 "Improve test automation operation"
20200630 Rakuten QA meetup #2 "Improve test automation operation"20200630 Rakuten QA meetup #2 "Improve test automation operation"
20200630 Rakuten QA meetup #2 "Improve test automation operation"
 
Sd times-june-24-2015
Sd times-june-24-2015Sd times-june-24-2015
Sd times-june-24-2015
 
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
From Zero to 2.7 Million - How Verizon Media Embraced Open Source to Accelera...
 
Appium, Test-Driven Development, and Continuous Integration
Appium, Test-Driven Development, and Continuous IntegrationAppium, Test-Driven Development, and Continuous Integration
Appium, Test-Driven Development, and Continuous Integration
 
Using JIRA for Risk Based Testing - QASymphony Webinar
Using JIRA for Risk Based Testing  - QASymphony WebinarUsing JIRA for Risk Based Testing  - QASymphony Webinar
Using JIRA for Risk Based Testing - QASymphony Webinar
 
5 Steps to Jump Start Your Test Automation
5 Steps to Jump Start Your Test Automation5 Steps to Jump Start Your Test Automation
5 Steps to Jump Start Your Test Automation
 
Building an Open Source AppSec Pipeline - 2015 Texas Linux Fest
Building an Open Source AppSec Pipeline - 2015 Texas Linux FestBuilding an Open Source AppSec Pipeline - 2015 Texas Linux Fest
Building an Open Source AppSec Pipeline - 2015 Texas Linux Fest
 
James Christie CAST 2014 Standards – promoting quality or restricting competi...
James Christie CAST 2014 Standards – promoting quality or restricting competi...James Christie CAST 2014 Standards – promoting quality or restricting competi...
James Christie CAST 2014 Standards – promoting quality or restricting competi...
 
Leandro Melendez - Switching Performance Left & Right
Leandro Melendez - Switching Performance Left & RightLeandro Melendez - Switching Performance Left & Right
Leandro Melendez - Switching Performance Left & Right
 
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
Testing As A Bottleneck - How Testing Slows Down Modern Development Processes...
 
Mobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should UseMobile App Testing: Design Automation Patterns You Should Use
Mobile App Testing: Design Automation Patterns You Should Use
 
Making security-agile matt-tesauro
Making security-agile matt-tesauroMaking security-agile matt-tesauro
Making security-agile matt-tesauro
 

Semelhante a Velocity 2015 building self healing systems (slide share version)

Gatling - Bordeaux JUG
Gatling - Bordeaux JUGGatling - Bordeaux JUG
Gatling - Bordeaux JUGslandelle
 
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...Puppet
 
AWS Lambda from the Trenches
AWS Lambda from the TrenchesAWS Lambda from the Trenches
AWS Lambda from the TrenchesYan Cui
 
Infrastructure as Code, Theory Crash Course
Infrastructure as Code, Theory Crash CourseInfrastructure as Code, Theory Crash Course
Infrastructure as Code, Theory Crash CourseDr. Sven Balnojan
 
An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)Brian Brazil
 
Creating testing tools to support development
Creating testing tools to support developmentCreating testing tools to support development
Creating testing tools to support developmentChema del Barco
 
Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2Matthew McCullough
 
A la découverte des google/mock (aka gmock)
A la découverte des google/mock (aka gmock)A la découverte des google/mock (aka gmock)
A la découverte des google/mock (aka gmock)Thierry Gayet
 
Building An Automated Infrastructure
Building An Automated InfrastructureBuilding An Automated Infrastructure
Building An Automated Infrastructureelliando dias
 
Building Automated Infrastructures
Building Automated InfrastructuresBuilding Automated Infrastructures
Building Automated Infrastructureselliando dias
 
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)Serverless in production, an experience report (Going Serverless, 28 Feb 2018)
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)Domas Lasauskas
 
Angular Optimization Web Performance Meetup
Angular Optimization Web Performance MeetupAngular Optimization Web Performance Meetup
Angular Optimization Web Performance MeetupDavid Barreto
 
Google mock training
Google mock trainingGoogle mock training
Google mock trainingThierry Gayet
 
Serverless in Production, an experience report (AWS UG South Wales)
Serverless in Production, an experience report (AWS UG South Wales)Serverless in Production, an experience report (AWS UG South Wales)
Serverless in Production, an experience report (AWS UG South Wales)Yan Cui
 
When Web Services Go Bad
When Web Services Go BadWhen Web Services Go Bad
When Web Services Go BadSteve Loughran
 
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attac
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attacDefcon 22-paul-mcmillan-attacking-the-iot-using-timing-attac
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attacPriyanka Aash
 
Serverless in production, an experience report (FullStack 2018)
Serverless in production, an experience report (FullStack 2018)Serverless in production, an experience report (FullStack 2018)
Serverless in production, an experience report (FullStack 2018)Yan Cui
 
Ajax Performance
Ajax PerformanceAjax Performance
Ajax Performancekaven yan
 
Analysing in depth work manager
Analysing in depth work managerAnalysing in depth work manager
Analysing in depth work managerbhatnagar.gaurav83
 
Operationalizing Clojure Confidently
Operationalizing Clojure ConfidentlyOperationalizing Clojure Confidently
Operationalizing Clojure ConfidentlyPrasanna Gautam
 

Semelhante a Velocity 2015 building self healing systems (slide share version) (20)

Gatling - Bordeaux JUG
Gatling - Bordeaux JUGGatling - Bordeaux JUG
Gatling - Bordeaux JUG
 
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...
PuppetConf 2017: Deploying is Only Half the Battle! Operationalizing Applicat...
 
AWS Lambda from the Trenches
AWS Lambda from the TrenchesAWS Lambda from the Trenches
AWS Lambda from the Trenches
 
Infrastructure as Code, Theory Crash Course
Infrastructure as Code, Theory Crash CourseInfrastructure as Code, Theory Crash Course
Infrastructure as Code, Theory Crash Course
 
An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)
 
Creating testing tools to support development
Creating testing tools to support developmentCreating testing tools to support development
Creating testing tools to support development
 
Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2
 
A la découverte des google/mock (aka gmock)
A la découverte des google/mock (aka gmock)A la découverte des google/mock (aka gmock)
A la découverte des google/mock (aka gmock)
 
Building An Automated Infrastructure
Building An Automated InfrastructureBuilding An Automated Infrastructure
Building An Automated Infrastructure
 
Building Automated Infrastructures
Building Automated InfrastructuresBuilding Automated Infrastructures
Building Automated Infrastructures
 
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)Serverless in production, an experience report (Going Serverless, 28 Feb 2018)
Serverless in production, an experience report (Going Serverless, 28 Feb 2018)
 
Angular Optimization Web Performance Meetup
Angular Optimization Web Performance MeetupAngular Optimization Web Performance Meetup
Angular Optimization Web Performance Meetup
 
Google mock training
Google mock trainingGoogle mock training
Google mock training
 
Serverless in Production, an experience report (AWS UG South Wales)
Serverless in Production, an experience report (AWS UG South Wales)Serverless in Production, an experience report (AWS UG South Wales)
Serverless in Production, an experience report (AWS UG South Wales)
 
When Web Services Go Bad
When Web Services Go BadWhen Web Services Go Bad
When Web Services Go Bad
 
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attac
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attacDefcon 22-paul-mcmillan-attacking-the-iot-using-timing-attac
Defcon 22-paul-mcmillan-attacking-the-iot-using-timing-attac
 
Serverless in production, an experience report (FullStack 2018)
Serverless in production, an experience report (FullStack 2018)Serverless in production, an experience report (FullStack 2018)
Serverless in production, an experience report (FullStack 2018)
 
Ajax Performance
Ajax PerformanceAjax Performance
Ajax Performance
 
Analysing in depth work manager
Analysing in depth work managerAnalysing in depth work manager
Analysing in depth work manager
 
Operationalizing Clojure Confidently
Operationalizing Clojure ConfidentlyOperationalizing Clojure Confidently
Operationalizing Clojure Confidently
 

Mais de SOASTA

Mobile Performance: State of the Union
Mobile Performance: State of the UnionMobile Performance: State of the Union
Mobile Performance: State of the UnionSOASTA
 
Metrics, Metrics Everywhere (but where the heck do you start?)
Metrics, Metrics Everywhere (but where the heck do you start?)Metrics, Metrics Everywhere (but where the heck do you start?)
Metrics, Metrics Everywhere (but where the heck do you start?)SOASTA
 
3 tips to increase mobile test coverage
3 tips to increase mobile test coverage3 tips to increase mobile test coverage
3 tips to increase mobile test coverageSOASTA
 
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & Mobile
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & MobileWebinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & Mobile
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & MobileSOASTA
 
Get Ready for Changes To Load Testing
Get Ready for Changes To Load Testing Get Ready for Changes To Load Testing
Get Ready for Changes To Load Testing SOASTA
 
Building a Performance A-Team
Building a Performance A-TeamBuilding a Performance A-Team
Building a Performance A-TeamSOASTA
 
Dach webinar - Image Absicherung – Lektionen aus dem Facebook Crash
Dach webinar - Image Absicherung – Lektionen aus dem Facebook CrashDach webinar - Image Absicherung – Lektionen aus dem Facebook Crash
Dach webinar - Image Absicherung – Lektionen aus dem Facebook CrashSOASTA
 
Four best practices for performance testing mobile apps soasta and utopia
Four best practices for performance testing mobile apps   soasta and utopiaFour best practices for performance testing mobile apps   soasta and utopia
Four best practices for performance testing mobile apps soasta and utopiaSOASTA
 
Synthetic and rum webinar
Synthetic and rum webinarSynthetic and rum webinar
Synthetic and rum webinarSOASTA
 
7 steps to pragmatic mobile testing
7 steps to pragmatic mobile testing7 steps to pragmatic mobile testing
7 steps to pragmatic mobile testingSOASTA
 
Secrets to Realistic Load Testing
Secrets to Realistic Load TestingSecrets to Realistic Load Testing
Secrets to Realistic Load TestingSOASTA
 
How to measure the business impact of web performance
How to measure the business impact of web performanceHow to measure the business impact of web performance
How to measure the business impact of web performanceSOASTA
 
Lasttest auf Zuruf CloudTest on Demand webinar presentation
Lasttest auf Zuruf CloudTest on Demand webinar presentationLasttest auf Zuruf CloudTest on Demand webinar presentation
Lasttest auf Zuruf CloudTest on Demand webinar presentationSOASTA
 
Accelerate Web and Mobile Testing for Continuous Integration and Delivery
Accelerate Web and Mobile Testing for Continuous Integration and DeliveryAccelerate Web and Mobile Testing for Continuous Integration and Delivery
Accelerate Web and Mobile Testing for Continuous Integration and DeliverySOASTA
 
The Mobile Testing Checklist
The Mobile Testing ChecklistThe Mobile Testing Checklist
The Mobile Testing ChecklistSOASTA
 
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...SOASTA
 
Reducing 3rd party content risk with Real User Monitoring
Reducing 3rd party content risk with Real User MonitoringReducing 3rd party content risk with Real User Monitoring
Reducing 3rd party content risk with Real User MonitoringSOASTA
 
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal Readiness
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal ReadinessTis The Season: Load Testing Tips and Checklist for Retail Seasonal Readiness
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal ReadinessSOASTA
 
Modern Load Testing: Move Your Load Testing from the Past to the Present
Modern Load Testing: Move Your Load Testing from the Past to the PresentModern Load Testing: Move Your Load Testing from the Past to the Present
Modern Load Testing: Move Your Load Testing from the Past to the PresentSOASTA
 
Getting started w ct lite load_testing 21.05.14
Getting started w ct lite load_testing 21.05.14Getting started w ct lite load_testing 21.05.14
Getting started w ct lite load_testing 21.05.14SOASTA
 

Mais de SOASTA (20)

Mobile Performance: State of the Union
Mobile Performance: State of the UnionMobile Performance: State of the Union
Mobile Performance: State of the Union
 
Metrics, Metrics Everywhere (but where the heck do you start?)
Metrics, Metrics Everywhere (but where the heck do you start?)Metrics, Metrics Everywhere (but where the heck do you start?)
Metrics, Metrics Everywhere (but where the heck do you start?)
 
3 tips to increase mobile test coverage
3 tips to increase mobile test coverage3 tips to increase mobile test coverage
3 tips to increase mobile test coverage
 
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & Mobile
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & MobileWebinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & Mobile
Webinar: Was die Top eCommerce Firmen über Ihre Performance auf Web- & Mobile
 
Get Ready for Changes To Load Testing
Get Ready for Changes To Load Testing Get Ready for Changes To Load Testing
Get Ready for Changes To Load Testing
 
Building a Performance A-Team
Building a Performance A-TeamBuilding a Performance A-Team
Building a Performance A-Team
 
Dach webinar - Image Absicherung – Lektionen aus dem Facebook Crash
Dach webinar - Image Absicherung – Lektionen aus dem Facebook CrashDach webinar - Image Absicherung – Lektionen aus dem Facebook Crash
Dach webinar - Image Absicherung – Lektionen aus dem Facebook Crash
 
Four best practices for performance testing mobile apps soasta and utopia
Four best practices for performance testing mobile apps   soasta and utopiaFour best practices for performance testing mobile apps   soasta and utopia
Four best practices for performance testing mobile apps soasta and utopia
 
Synthetic and rum webinar
Synthetic and rum webinarSynthetic and rum webinar
Synthetic and rum webinar
 
7 steps to pragmatic mobile testing
7 steps to pragmatic mobile testing7 steps to pragmatic mobile testing
7 steps to pragmatic mobile testing
 
Secrets to Realistic Load Testing
Secrets to Realistic Load TestingSecrets to Realistic Load Testing
Secrets to Realistic Load Testing
 
How to measure the business impact of web performance
How to measure the business impact of web performanceHow to measure the business impact of web performance
How to measure the business impact of web performance
 
Lasttest auf Zuruf CloudTest on Demand webinar presentation
Lasttest auf Zuruf CloudTest on Demand webinar presentationLasttest auf Zuruf CloudTest on Demand webinar presentation
Lasttest auf Zuruf CloudTest on Demand webinar presentation
 
Accelerate Web and Mobile Testing for Continuous Integration and Delivery
Accelerate Web and Mobile Testing for Continuous Integration and DeliveryAccelerate Web and Mobile Testing for Continuous Integration and Delivery
Accelerate Web and Mobile Testing for Continuous Integration and Delivery
 
The Mobile Testing Checklist
The Mobile Testing ChecklistThe Mobile Testing Checklist
The Mobile Testing Checklist
 
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...
How To Use Jenkins for Continuous Load and Mobile Testing with SOASTA & Cloud...
 
Reducing 3rd party content risk with Real User Monitoring
Reducing 3rd party content risk with Real User MonitoringReducing 3rd party content risk with Real User Monitoring
Reducing 3rd party content risk with Real User Monitoring
 
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal Readiness
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal ReadinessTis The Season: Load Testing Tips and Checklist for Retail Seasonal Readiness
Tis The Season: Load Testing Tips and Checklist for Retail Seasonal Readiness
 
Modern Load Testing: Move Your Load Testing from the Past to the Present
Modern Load Testing: Move Your Load Testing from the Past to the PresentModern Load Testing: Move Your Load Testing from the Past to the Present
Modern Load Testing: Move Your Load Testing from the Past to the Present
 
Getting started w ct lite load_testing 21.05.14
Getting started w ct lite load_testing 21.05.14Getting started w ct lite load_testing 21.05.14
Getting started w ct lite load_testing 21.05.14
 

Último

Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdftheeltifs
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Klinik kandungan
 
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxVivek487417
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...nirzagarg
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.pptibrahimabdi22
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样wsppdmt
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........EfruzAsilolu
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATIONLakpaYanziSherpa
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjurptikerjasaptiker
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...Bertram Ludäscher
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schscnajjemba
 

Último (20)

Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdf
 
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
Jual obat aborsi Bandung ( 085657271886 ) Cytote pil telat bulan penggugur ka...
 
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptxThe-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
The-boAt-Story-Navigating-the-Waves-of-Innovation.pptx
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Satna [ 7014168258 ] Call Me For Genuine Models We ...
 
Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........Switzerland Constitution 2002.pdf.........
Switzerland Constitution 2002.pdf.........
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATIONCapstone in Interprofessional Informatic  // IMPACT OF COVID 19 ON EDUCATION
Capstone in Interprofessional Informatic // IMPACT OF COVID 19 ON EDUCATION
 
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling ManjurJual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
Jual Cytotec Asli Obat Aborsi No. 1 Paling Manjur
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
PLE-statistics document for primary schs
PLE-statistics document for primary schsPLE-statistics document for primary schs
PLE-statistics document for primary schs
 

Velocity 2015 building self healing systems (slide share version)

  • 2. Speaker Intro - Todd ● Director of Ops for ● Over 25 years in IT ● Experience with both academic and enterprise computing ● Favorite operating system is Tru64 ● Enjoys solving problems...but loves sleep more! @toddminnella tminnella@soasta.com
  • 3. Speaker Intro - Matt ● VP of Engineering for ● Started programming with Atari BASIC in elementary school ● Ops on the side :-) ● First Velocity presentation! @msolnit msolnit@soasta.com
  • 4. Who are you? :-) http://www.cliarthut.com/clip- arts/751/who-are-you-clip-art- 751173.jpg
  • 5. Agenda (1 of 2) Part One - Theory ● Distributed Systems Challenges ● Mitigating Failure Impact ● Benefits and Risks ● Testing Requirements ● Methodology
  • 6. Agenda (2 of 2) Part Two - Practice ● Description of Demo System ● Example #1 - Externally Triggered Full GC ● Example #2 - External System Restart ● Example #3 - System-initiated Support Case ● Tools Demonstrated ● Other Ideas for Automation
  • 8. What makes a distributed system? ● Multiple components ● Different servers ● Different regions (data center or geo) ● A component failure != service or app failure ● Requires systems thinking
  • 9. Challenges faced by dist. systems ● Complexity ● Uncontrollable elements ● Hard to see the whole picture ● Impossible for a single person to manage
  • 10. What can we do about it? Easy answer: Add people! But… easy != correct
  • 11. Better coping strategy Enable your systems to heal themselves ...which is why we are here!
  • 12. Benefits of Self-Healing ● Better uptime (at the component level) ● Higher service quality ● Rapid identification of repeating issues ● Improved Ops team morale and productivity
  • 13. Risk of Self-Healing Systems ● Worse uptime (at the component level) ● Lower service quality ● Maintenance complexities ● Degraded Ops team morale and productivity
  • 14. Risks
  • 15. So why take the risks? Implemented well, self- healing systems can make for happier customers!
  • 16. Failsafe Design Bibel, G. D. Train Wreck: The Forensics of Rail Disasters. Baltimore: Johns Hopkins UP, 2012. 69-70. Print.
  • 17. Methodology Identify the Problem Design the Solution Execute by Hand Automate the solution Watch and adjust PSHAW!
  • 19. Demo Application Java App Server Farm (n = 2) Amazon Linux EC2 Instance EC2 Elastic IP address Load Balanced via DNS (Dyn Traffic Director) Simple Web Application (HTTP/HTTPS)
  • 21. Real-life mPulse example Started reporting Java statistics to monitoring tool in 2013. When investigating outages, often found an exact correlation with large garbage collections (sound familiar?). Set up an alert to fire when heap usage went above 70% Everybody into the war room!
  • 23. Real-life mPulse example, cont’d Engineering looks for a possible memory leak. Eventually someone says, “Just force a GC!” Most of the time, this would fix it. JVM isn’t perfect, if we help it then the system remains stable. Occasionally this didn’t fix it, which would indicate an actual bug. Engineering fixes, deploy, repeat!
  • 24. “Intermittent gratification” 90% of the time, there was no need to gather everyone together. Real-life mPulse example, cont’d
  • 26. Identify the Problem 1. Java isn’t garbage-collecting efficiently. 2. Tuning the JVM is time-consuming and dangerous. 3. Forcing a collection works, but it requires waking someone up.
  • 27. Describe a Solution (1 of 2) Identify a metric for JVM Heap Use that is indicative of the problem: Java VM Old % Used Start monitoring/reporting this metric. Specify a threshold for action: Old % Used > 65%
  • 28. Describe a Solution (2 of 2) When the threshold is reached, take an action: Trigger a full garbage collection After the action, monitor for success: Old % Used < 65%
  • 29. Execute by Hand Trigger the condition that causes the problem (or be patient and let it happen). Once monitoring indicates high old % used, manually execute the full GC.
  • 30. Automate the Solution, Manually Trigger Write a script to check for Java old % used. Run the script via cron or similar mechanism. Report when old % used exceeds threshold. A DevOps human will trigger the full GC.
  • 31. Script Snippet JAVA_PID=`pgrep -f -u tomcat /usr/lib/jvm/jre/bin/java` RAW_JSTATS=`jstat -gcutil $JAVA_PID | grep -v "S0"` old_pcnt_used=`echo $RAW_JSTATS | cut -f4 -d" "` integer_old_pcnt_used=`echo $old_pcnt_used | awk '{ printf ("%1.0f", $1) }'` if [ $integer_old_pcnt_used -gt $oldpcnttrigger ]; then echo "Would trigger full GC here" fi https://github.com/SOASTA/velocity-2015-self-healing-systems
  • 33. Automate the Solution, Automate the Trigger Taking the script shown previously, combine the step that: Reports that old % used > 65% with the step that: Triggers the full GC
  • 35. Watch and adjust Set up the automated script to run in as many test environments as are available/applicable. Review the results (script log, metrics graphs). Does it work? Investigate any issues thoroughly. Potentially, install the script in a dry-run mode in production.
  • 36. Go Live! We recommend a gradual deployment. Deploy to a subset of production, then assess. Expand the subset, assess again. When all of production is live, enjoy more sleep!
  • 39. Real-life mPulse example What is a beacon? {"timestamp":1392256183739,"drop_code":"crumb:missing","http_method":"GET","http_version":"HTTP /1.1","http_referrer":"","headers":{"host":"localhost:8080","accept":"*/*"},"params":{"nt_dns_e nd":"1392147897985","nt_load_end":"1392147912182","nt_first_paint":"1392147900.964995","mem.use d":"131000000","nt_spdy":"0","nt_unload_end":"1392147898577","nt_dns_st":"1392147897985","nt_co n_st":"1392147897985","rt.bmr.conEn":"834.00000000006","rt.bmr.resEn":"2320.0000000001637","mem .total":"199000000","nt_nav_st":"1392147897985","nt_domcontloaded_end":"1392147901891","dom.sz" :"58549","rt.tstart":"1392147897985","rt.bmr.domSt":"419.0000000000964","nt_con_end":"139214789 7985","nt_domint":"1392147901585","nt_red_end":"0","dom.ln":"939","nt_unload_st":"1392147898574 ","t_done":"14201","nt_load_st":"1392147912129","t_page":"13638","rt.end":"1392147912186","nt_d omloading":"1392147898927","nt_res_end":"1392147898571","t_resp":"563","rt.bmr.domEn":"813.0000 000001019","rt.tt":"14201","nt_red_cnt":"0","if":"","nt_fet_st":"1392147897985","nt_res_st":"13 92147898548","nt_req_st":"1392147897995","nt_nav_type":"0","mob.ct":"0","dom.img":"16","nt_red_ st":"0","rt.ss":"1392147897985","config.timedout":"true","rt.bmr.resSt":"2312.0000000001255","r t.si":"3el0j57fms0885mi- n0uk6y","rt.sl":"1","rt.bmr.fetSt":"16.000000000076398","rt.bmr.conSt":"813.0000000001019","nt_ domcomp":"1392147912129","dom.script":"27","v":"0.9.1389663787","rt.bmr.reqSt":"834.00000000006 ","r":"","rt.bstart":"1392147906107","rt.obo":"0","rt.start":"navigation","nt_domcontloaded_st" :"1392147901585"}}
  • 40. Real-life mPulse example, cont’d Each server processes millions of these per day. Beacons are logged to disk, eventually compressed and uploaded to S3.
  • 41. Real-life mPulse example, cont’d Every so often, the background uploader thread stops working. (we don’t know why yet) When this happens, we get 10-12 hours before the disk fills up and the server dies.
  • 42. Real-life mPulse example, cont’d A simple re-start fixes it. SO... While developers are investigating, Ops is getting paged (and woken up) to re-start boxes.
  • 43. Ops says… We can do better!
  • 44. Identify the Problem (Demo App) ● Lack of activity indicates a failed thread ● While the issue goes unresolved, data is delayed (and the disk may fill)
  • 45. Describe a Solution ● A restart of the application solves the problem ● The application server needs to be removed from service prior to the restart ● The server hosting the application is an AWS instance, and a reboot is fast and effective
  • 46. Execute by Hand 1. Take the application out-of-service 2. Restart the application 3. Watch for Self-Check OK 4. Put the application back in-service
  • 47. Automate the Solution, Manually Trigger ● Log metrics go to AWS CloudWatch ● Lack of activity triggers an Alarm ● Alarm triggers a SNS notification ● Human being makes the DNS changes and restart the server.
  • 48. DEMO
  • 50. Automate the Solution, Automate the Trigger ● EC2 and DynECT both have APIs ● DNS changes and reboot can all be automated ● Todd can sleep!
  • 51. Automate the Solution, Automate the Trigger AWS Lambda Upload code to Amazon (Node.js) Attach it to a listener (SNS) No instance required!
  • 52. Automate the Solution, Automate the Trigger Lambda function listens on “logs are not being uploaded” notification. Uses Dyn REST API to disable the DNS record. Uses EC2 API to re-boot the instance.
  • 53. Automate the Solution, Automate the Trigger Lambda function listens on “all OK” notification. Uses Dyn REST API to re-enable the DNS record.
  • 54. var dynect = require('./dynect_api.js'); var AWS = require('aws-sdk'); exports.cloudwatch_alarm_sns_handler = function(event, context) { event.Records.forEach(function(record) { var alarm = JSON.parse(record.Sns.Message); // Extract the instance status. ALARM means it's down, OK means it's up. var instance_up = alarm.NewStateValue !== "ALARM"; // ... https://github.com/SOASTA/velocity-2015-self-healing-systems Node.js code snippet
  • 56. DEMO
  • 57. Watch and adjust ● Include Ops team on ALARM and SELFCHECKOK notifications ● Observe effects - use monitoring tools to assess availability
  • 59. Real-life mPulse example ● Customers configure raw beacon uploads to their own S3 buckets. ● Sometimes they break things (or AWS access key is changed, etc.) ● We log the error, but we don’t monitor it and don’t notify customers.
  • 60. Identify the Problem ● Another example: yser connecting to a site can’t authenticate successfully ● Assumption is that this is a limited access site
  • 61. DevOps says… Now, let’s help our customers succeed!
  • 62. Describe a Solution ● Notify the Customer Support team ● Provide Support with details so that they can proactively reach out
  • 63. Execute by Hand ● Examine the logs for the error ● Review the situation with Support ● Work with Support to handle a case end-to- end
  • 64. Automate the Solution, Manually Trigger ● Log metrics go to AWS CloudWatch ● Presence of error triggers an Alarm ● Alarm triggers a SNS notification ● Human being can then create a Zendesk case
  • 65. Automate the Solution, Automate the Trigger ● AWS Lambda listens on SNS notification ● Collects information from the notification ● Files a Zendesk case categorized to go to the correct team
  • 66. AWS Lambda Actions On Failed Login notification ● Create a Zendesk case with user details
  • 67. Watch and adjust ● Ops reviews logs ● Ops meets with Support to review case frequency and outcomes
  • 68. Testing Requirements ● Start small ● Develop (and verify) in stages ● Let run in production-like environment ● Verify behavior in “dry-run” mode
  • 69. Tools Demonstrated - AWS CloudWatch http://aws.amazon.com/cloudwatch/ EC2 http://aws.amazon.com/ec2/ Lambda http://aws.amazon.com/lambda/ Linux http://aws.amazon.com/amazon-linux-ami/
  • 70. Tools Demonstrated - Other Datadog https://www.datadoghq.com/product/ Dyn Traffic Director http://dyn.com/traffic-director/ Monitis http://www.monitis.com/ PagerDuty http://www.pagerduty.com ZenDesk https://www.zendesk.com
  • 71. See SOASTA at booth #801