SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
@nicolefv
@jezhumble
What We Learned from
Four Years of Sciencing
the Crap Out of DevOps
Nicole Forsgren, PhD
Jez Humble
@nicolefv
@jezhumble
Outline
How to make your data suck less
• Writing good survey questions
• Making sure the survey questions are good
- with SCIENCE
• (These methods apply to your system and
log data)
What we found… that we did (AND didn’t) expect
Things about Continuous Delivery
Things about Management
@nicolefv
@jezhumble
Not all data is created equal
Who here thinks surveys are sh*t?
@nicolefv
@jezhumble
Not all data is created equal
Who here thinks surveys are sh*t?
Who here LOVES the data from their log files?
@nicolefv
@jezhumble
What is a Latent Construct?
@nicolefv
@jezhumble
We use
PSYCHOMETRICS
to make our survey data good*
*or give us a reasonable assurance that it’s telling us
what we think it’s telling us (& some of this can also apply
to your log data)
@nicolefv
@jezhumble
Psychometrics includes:
Construct creation (manual)
• When possible: use previously validated
constructs
• Based on definitions and theory, carefully and
precisely worded, card sorting task, pilot tested
Construct evaluation (statistics)
• Establishing Validity: discriminant and
convergent
• Establishing Reliability
@nicolefv
@jezhumble
Psychometrics Writing
Example: Culture
• Does it matter to our study?
• More than just intuition?
• What KIND of culture?
• National identity and norms
• Adaptive culture
• Value learning (2014 study)
• Value information flow and trust (2014 and 2015
studies -- Westrum culture)
@nicolefv
@jezhumble
Psychometrics Writing
Example: Culture
• Does it matter to our study?
• More than just intuition?
• What KIND of culture?
• National identity and norms
• Adaptive culture
• Value learning (2014 study)
• Value information flow and trust (2014 and 2015
studies -- Westrum culture)
@nicolefv
@jezhumble
Westrum typology
Pathological
Power-oriented
Bureaucratic
Rule-oriented
Generative
Performance-oriented
Low cooperation Modest cooperation High cooperation
Messengers shot Messengers neglected Messengers trained
Responsibilities shirked Narrow responsibilities Risks are shared
Bridging discouraged Bridging tolerated Bridging encouraged
Failure leads to scapegoating Failure leads to justice Failure leads to inquiry
Novelty crushed Novelty leads to problems Novelty implemented
Try writing
items
yourself!
Use strong
statements
with clear
language.
Westrum,	R.	(2004).	A	typology	of	organisational cultures. Quality	and	safety	in	health	care, 13(suppl 2),	ii22-ii27.
@nicolefv
@jezhumble
Westrum Culture Items
• On my team, information is actively sought.
• On my team, failures are learning
opportunities, and messengers of them are not
punished.
• On my team, responsibilities are shared.
• On my team, cross-functional collaboration is
encouraged and rewarded.
• On my team, failure causes inquiry.
• On my team, new ideas are welcomed.
Found
to be
valid &
reliable
Predictive of
IT Performance &
Organizational
Performance
@nicolefv
@jezhumble
Psychometrics Analysis
Example: Notification of Failure
Original
in 2014,
but there
was a
surprise.
Can you
spot it?
At my organization…
• We are primarily notified of failures by reports from
customers.
• We are primarily notified of failures by the NOC.
• We get failure alerts from logging and monitoring
systems.
• We monitor system health based on threshold
warnings (ex. CPU exceeds 100%).
• We monitor system health based on rate-of-change
warnings (ex. CPU usage has increased by 25% over the
last 10 minutes).
@nicolefv
@jezhumble
At my organization…
• We are primarily notified of failures by reports from
customers.
• We are primarily notified of failures by the NOC.
• We get failure alerts from logging and monitoring
systems.
• We monitor system health based on threshold
warnings (ex. CPU exceeds 100%).
• We monitor system health based on rate-of-change
warnings (ex. CPU usage has increased by 25% over the
last 10 minutes).
Notification
from
NEAR
Notification
from
FAR
Psychometrics Analysis
Example: Notification of Failure
@nicolefv
@jezhumble
More data tests!
Plus, we test to make sure the survey doesn’t have
other problems.
• Common method variance (CMV) (aka CMB for
Bias)
• Early vs. late responders
• Survey drop-off rates and bias
@nicolefv
@jezhumble
Okay NOW we can look at the
data and how it relates to each
other
@nicolefv
@jezhumble
A note about analysis methods
One of three conditions must be met:
1. Longitudinal (no, this is cross-sectional)
2. Randomized, experimental design (no, this
is a non-experimental)
3. Theory-based design
When this condition was not met, only
correlations were tested and reported
@nicolefv
@jezhumble
KEY FINDING:
IT Performance and its
behavior
A combination of throughput and stability
• lead time for changes
• release frequency
• time to restore service
• change fail rate
Forsgren,	N.,	J.	Humble	(2016).	"DevOps:	Profiles	in	ITSM	Performance	and	Contributing	Factors."	In	the	
Proceedings	of	the	Western	Decision	Sciences	Institute	(WDSI)	2016,	Las	Vegas,	 NV.
@nicolefv
@jezhumble
KEY FINDING:
IT performance matters!
“Firms with high-performing IT organizations were
twice as likely to exceed their profitability, market
share and productivity goals.”
IT Performance is predictive of
organizational performance.
http://bit.ly/2014-devops-report/
http://bit.ly/2015-devops-report/
Forsgren,	N.,	J.	Humble	(2016).	“The	Role	of	Continuous	Delivery	in	IT	and	Organizational	
Performance.”	In	the	Proceedings	of	the	Western	Decision	Sciences	Institute	(WDSI)	
2016,	Las	Vegas,	NV.
@nicolefv
@jezhumble
@nicolefv
@jezhumble
@nicolefv
@jezhumble
some surprises
@nicolefv
@jezhumble
Which of these measure effective test
practices?
Developers primarily create & maintain acceptance tests
QA primarily create & maintain acceptance tests
Primarily created & maintained by outsourced party
When automated tests pass, I’m confident the software is releasable
Test failures are likely to indicate a real defect
It’s easy for developers to fix acceptance tests
Developers share a common pool of test servers to reproduce failures
Developers create on demand test environments
Developers use their own dev environments to reproduce failures
@nicolefv
@jezhumble
Which of these measure effective test
practices?
Developers primarily create & maintain acceptance tests
QA primarily create & maintain acceptance tests
Primarily created & maintained by outsourced party
When automated tests pass, I’m confident the software is releasable
Test failures are likely to indicate a real defect
It’s easy for developers to fix acceptance tests
Developers share a common pool of test servers to reproduce failures
Developers create on demand test environments
Developers use their own dev environments to reproduce failures
@nicolefv
@jezhumble
Key Finding: Unplanned work
High performers spend 20% more
time on new work than low
performers, and 22% less time on
unplanned work and rework.
@nicolefv
@jezhumble
Surprises with Culture
• We wanted to add additional measures of
culture
• Google study
• Identity
• Retain Westrum culture
@nicolefv
@jezhumble
Identity & Google items
• I am glad I chose to work for this
organization rather than another
company.
• I talk of this organization to my friends as a
great company to work for.
• I am willing to put in a great deal of effort
beyond what is normally expected to help
my organization to be successful.
• I find that my values and my organization's
values are very similar.
• In general, the people employed by my
organization are working toward the same
goal.
• I feel that my organization cares about me.
Adapted from adapted from Atreyi Kankanhalli, Bernard C.Y. Tan, and
Kwok-Kee Wei (2005), “Contributing Knowledge to Electronic Knowledge
Repositories: An Empirical Investigation,“ MIS Quarterly, 29, 113-143.
@nicolefv
@jezhumble
Identity & Google items
• I am glad I chose to work for this organization
rather than another company.
• I talk of this organization to my friends as a
great company to work for.
• I am willing to put in a great deal of effort
beyond what is normally expected to help my
organization to be successful.
• I find that my values and my organization's
values are very similar.
• In general, the people employed by my
organization are workingtoward the same
goal.
• I feel that my organization caresabout me.
Adapted from adapted from Atreyi Kankanhalli, Bernard C.Y.
Tan, and Kwok-Kee Wei (2005), “Contributing Knowledge to
Electronic Knowledge Repositories: An Empirical Investigation,“
MIS Quarterly, 29, 113-143.
Westrum items
@nicolefv
@jezhumble
Now for management stuff
We all know managing WIP is important, right?
@nicolefv
@jezhumble
Now for management stuff
We all know managing WIP is important, right?
Correlation between WIP and ITPerf is negligible
@nicolefv
@jezhumble
Now for management stuff
We all know managing WIP is important, right?
Correlation between WIP and ITPerf is negligible
What’s going on?
@nicolefv
@jezhumble
Lean management SEM
@nicolefv
@jezhumble
Also lean product management
@nicolefv
@jezhumble
Conclusions
• Even if you think it’s obvious, TEST WITH
DATA.
• (if the results don’t surprise you, you’re doing it wrong)
• (if you don’t also confirm some things you expected,
you’re doing it wrong)
• We CAN have it all, or at least throughput
AND stability.
• IT matters (but you have to do it right)
• DevOps culture & practices have a
measurable impact on IT & org perf
@nicolefv
@jezhumble
Sign	up	for	our	ROI	whitepaper	&	
get	peer-reviewed	research
devops-research.com
For more science-ing…
@nicolefv
@jezhumble
Thank you
devops-research.com

Mais conteúdo relacionado

Mais procurados

Tui the phoenix project book review
Tui the phoenix project book reviewTui the phoenix project book review
Tui the phoenix project book review
Rudiger Wolf
 
Rikard Edgren - Testing is an Island - A Software Testing Dystopia
Rikard Edgren - Testing is an Island - A Software Testing DystopiaRikard Edgren - Testing is an Island - A Software Testing Dystopia
Rikard Edgren - Testing is an Island - A Software Testing Dystopia
TEST Huddle
 

Mais procurados (18)

Lean Data Science
Lean Data ScienceLean Data Science
Lean Data Science
 
Big Data LA 2016: Backstage to a Data Driven Culture
Big Data LA 2016: Backstage to a Data Driven CultureBig Data LA 2016: Backstage to a Data Driven Culture
Big Data LA 2016: Backstage to a Data Driven Culture
 
DevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly DistributedDevOps: The Future is Already Here — It’s Just Unevenly Distributed
DevOps: The Future is Already Here — It’s Just Unevenly Distributed
 
Creating An Incremental Architecture For Your System
Creating An Incremental Architecture For Your SystemCreating An Incremental Architecture For Your System
Creating An Incremental Architecture For Your System
 
DevOps & Security from an Enterprise Toolsmith's Perspective
DevOps & Security from an Enterprise Toolsmith's PerspectiveDevOps & Security from an Enterprise Toolsmith's Perspective
DevOps & Security from an Enterprise Toolsmith's Perspective
 
Tui the phoenix project book review
Tui the phoenix project book reviewTui the phoenix project book review
Tui the phoenix project book review
 
DevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a TransformationDevOps Kaizen: Practical Steps to Start & Sustain a Transformation
DevOps Kaizen: Practical Steps to Start & Sustain a Transformation
 
Trends in Agile Software
Trends in Agile SoftwareTrends in Agile Software
Trends in Agile Software
 
Rikard Edgren - Testing is an Island - A Software Testing Dystopia
Rikard Edgren - Testing is an Island - A Software Testing DystopiaRikard Edgren - Testing is an Island - A Software Testing Dystopia
Rikard Edgren - Testing is an Island - A Software Testing Dystopia
 
The Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and MethodsThe Agile Primer: Agile Best Practices, Tips and Methods
The Agile Primer: Agile Best Practices, Tips and Methods
 
Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020
 
The Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants GuideThe Goal Discussion Guide - Participants Guide
The Goal Discussion Guide - Participants Guide
 
Identify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea FlowIdentify Development Pains and Resolve Them with Idea Flow
Identify Development Pains and Resolve Them with Idea Flow
 
How to do science in a large IT company (ICPC World Finals 2021, Moscow)
How to do science in a large IT company (ICPC World Finals 2021, Moscow)How to do science in a large IT company (ICPC World Finals 2021, Moscow)
How to do science in a large IT company (ICPC World Finals 2021, Moscow)
 
Designing Systems at Scale (Alëna Iouguina at DesignOps Summit 2018)
Designing Systems at Scale (Alëna Iouguina  at DesignOps Summit 2018)Designing Systems at Scale (Alëna Iouguina  at DesignOps Summit 2018)
Designing Systems at Scale (Alëna Iouguina at DesignOps Summit 2018)
 
Data-Driven Software Mastery @Open Mastery Austin
Data-Driven Software Mastery @Open Mastery AustinData-Driven Software Mastery @Open Mastery Austin
Data-Driven Software Mastery @Open Mastery Austin
 
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
[CXL Live 16] Growth Hacking BS: Fixing Marketing One Truth at a Time by Morg...
 
Intro to Lean Software Development
Intro to Lean Software DevelopmentIntro to Lean Software Development
Intro to Lean Software Development
 

Destaque

DOES SFO 2016 - Avan Mathur - Planning for Huge Scale
DOES SFO 2016 - Avan Mathur - Planning for Huge ScaleDOES SFO 2016 - Avan Mathur - Planning for Huge Scale
DOES SFO 2016 - Avan Mathur - Planning for Huge Scale
Gene Kim
 
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at ScaleDOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
Gene Kim
 
Tui Travel - Overcoming the Challenges of Agile Methods
Tui Travel - Overcoming the Challenges of Agile MethodsTui Travel - Overcoming the Challenges of Agile Methods
Tui Travel - Overcoming the Challenges of Agile Methods
DBmaestro - Database DevOps
 
Software Configuration Management Problemas e Soluções
Software Configuration Management Problemas e SoluçõesSoftware Configuration Management Problemas e Soluções
Software Configuration Management Problemas e Soluções
elliando dias
 
Delphix and DBmaestro
Delphix and DBmaestroDelphix and DBmaestro
Delphix and DBmaestro
Kyle Hailey
 
Delphix modernization whitepaper
Delphix  modernization whitepaperDelphix  modernization whitepaper
Delphix modernization whitepaper
Franco_Dagosto
 

Destaque (20)

Lean Enterprise Architecture
Lean Enterprise ArchitectureLean Enterprise Architecture
Lean Enterprise Architecture
 
Continuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps AwesomeContinuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps Awesome
 
Antifragility in New Product Development: How Enhancing Optionality Improves ...
Antifragility in New Product Development: How Enhancing Optionality Improves ...Antifragility in New Product Development: How Enhancing Optionality Improves ...
Antifragility in New Product Development: How Enhancing Optionality Improves ...
 
DOES16 San Francisco - Opal Perry - Technology Transformation: How Team Value...
DOES16 San Francisco - Opal Perry - Technology Transformation: How Team Value...DOES16 San Francisco - Opal Perry - Technology Transformation: How Team Value...
DOES16 San Francisco - Opal Perry - Technology Transformation: How Team Value...
 
DOES SFO 2016 - Avan Mathur - Planning for Huge Scale
DOES SFO 2016 - Avan Mathur - Planning for Huge ScaleDOES SFO 2016 - Avan Mathur - Planning for Huge Scale
DOES SFO 2016 - Avan Mathur - Planning for Huge Scale
 
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at ScaleDOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
DOES SFO 2016 - Greg Maxey and Laurent Rochette - DSL at Scale
 
Continuous delivery made possible
Continuous delivery made possibleContinuous delivery made possible
Continuous delivery made possible
 
Tui Travel - Overcoming the Challenges of Agile Methods
Tui Travel - Overcoming the Challenges of Agile MethodsTui Travel - Overcoming the Challenges of Agile Methods
Tui Travel - Overcoming the Challenges of Agile Methods
 
Software Configuration Management Problemas e Soluções
Software Configuration Management Problemas e SoluçõesSoftware Configuration Management Problemas e Soluções
Software Configuration Management Problemas e Soluções
 
P4 Branching Overview
P4 Branching OverviewP4 Branching Overview
P4 Branching Overview
 
Faking Hell
Faking HellFaking Hell
Faking Hell
 
Delphix and DBmaestro
Delphix and DBmaestroDelphix and DBmaestro
Delphix and DBmaestro
 
In (database) automation we trust
In (database) automation we trustIn (database) automation we trust
In (database) automation we trust
 
WANTED: Seeking Single Agile Knowledge Development Tool-set
WANTED: Seeking Single Agile Knowledge Development Tool-setWANTED: Seeking Single Agile Knowledge Development Tool-set
WANTED: Seeking Single Agile Knowledge Development Tool-set
 
Delphix modernization whitepaper
Delphix  modernization whitepaperDelphix  modernization whitepaper
Delphix modernization whitepaper
 
Go2Group_secrets of high-performing software teams_EAD event_san jose_Doug Bass
Go2Group_secrets of high-performing software teams_EAD event_san jose_Doug BassGo2Group_secrets of high-performing software teams_EAD event_san jose_Doug Bass
Go2Group_secrets of high-performing software teams_EAD event_san jose_Doug Bass
 
Kscope 2013 delphix
Kscope 2013 delphixKscope 2013 delphix
Kscope 2013 delphix
 
How do you deliver your applications to the cloud?
How do you deliver your applications to the cloud?How do you deliver your applications to the cloud?
How do you deliver your applications to the cloud?
 
DBTA Data Summit : Eliminating the data constraint in Application Development
DBTA Data Summit : Eliminating the data constraint in Application DevelopmentDBTA Data Summit : Eliminating the data constraint in Application Development
DBTA Data Summit : Eliminating the data constraint in Application Development
 
Is agile adoption losing steam?
Is agile adoption losing steam?Is agile adoption losing steam?
Is agile adoption losing steam?
 

Semelhante a DOES 2016 Sciencing the Crap Out of DevOps

School customer service presentation
School customer service presentationSchool customer service presentation
School customer service presentation
steve muzzy
 

Semelhante a DOES 2016 Sciencing the Crap Out of DevOps (20)

The Secrets of High Performance: Science Edition - Nicole Forsgren - Codemoti...
The Secrets of High Performance: Science Edition - Nicole Forsgren - Codemoti...The Secrets of High Performance: Science Edition - Nicole Forsgren - Codemoti...
The Secrets of High Performance: Science Edition - Nicole Forsgren - Codemoti...
 
What We Learned from Three Years of Sciencing the Crap Out of DevOps
What We Learned from Three Years of Sciencing the Crap Out of DevOpsWhat We Learned from Three Years of Sciencing the Crap Out of DevOps
What We Learned from Three Years of Sciencing the Crap Out of DevOps
 
What we learned from three years sciencing the crap out of devops
What we learned from three years sciencing the crap out of devopsWhat we learned from three years sciencing the crap out of devops
What we learned from three years sciencing the crap out of devops
 
2016 velocity santa clara state of dev ops report deck final
2016 velocity santa clara state of dev ops report deck final2016 velocity santa clara state of dev ops report deck final
2016 velocity santa clara state of dev ops report deck final
 
The caseforawesome
The caseforawesomeThe caseforawesome
The caseforawesome
 
Big Data LDN 2017: Preserving The Key Principles Of Academic Research In A Bu...
Big Data LDN 2017: Preserving The Key Principles Of Academic Research In A Bu...Big Data LDN 2017: Preserving The Key Principles Of Academic Research In A Bu...
Big Data LDN 2017: Preserving The Key Principles Of Academic Research In A Bu...
 
Modeling and Measuring DevOps Culture
Modeling and Measuring DevOps CultureModeling and Measuring DevOps Culture
Modeling and Measuring DevOps Culture
 
How do we fix testing
How do we fix testingHow do we fix testing
How do we fix testing
 
Tools Won't Fix Your Broken DevOps
Tools Won't Fix Your Broken DevOpsTools Won't Fix Your Broken DevOps
Tools Won't Fix Your Broken DevOps
 
Sciencing the Crap Out of DevOps
Sciencing the Crap Out of DevOpsSciencing the Crap Out of DevOps
Sciencing the Crap Out of DevOps
 
School customer service presentation
School customer service presentationSchool customer service presentation
School customer service presentation
 
UX London Collaborative Research Workshop
UX London Collaborative Research WorkshopUX London Collaborative Research Workshop
UX London Collaborative Research Workshop
 
1.11 Data and Performance Simplified
1.11 Data and Performance Simplified1.11 Data and Performance Simplified
1.11 Data and Performance Simplified
 
In-Depth Interviews: Techniques and Best Practices
In-Depth Interviews: Techniques and Best PracticesIn-Depth Interviews: Techniques and Best Practices
In-Depth Interviews: Techniques and Best Practices
 
Collaborative Research | uxlx 2014
Collaborative Research | uxlx 2014Collaborative Research | uxlx 2014
Collaborative Research | uxlx 2014
 
Max Shron, Thinking with Data at the NYC Data Science Meetup
Max Shron, Thinking with Data at the NYC Data Science MeetupMax Shron, Thinking with Data at the NYC Data Science Meetup
Max Shron, Thinking with Data at the NYC Data Science Meetup
 
Unit4 for st.pdf
Unit4 for st.pdfUnit4 for st.pdf
Unit4 for st.pdf
 
Exploring Users' Values, Motivations and Emotions
Exploring Users' Values, Motivations and EmotionsExploring Users' Values, Motivations and Emotions
Exploring Users' Values, Motivations and Emotions
 
Are We There Yet? Signposts On Your Journey to Awesome
Are We There Yet? Signposts On Your Journey to AwesomeAre We There Yet? Signposts On Your Journey to Awesome
Are We There Yet? Signposts On Your Journey to Awesome
 
2015 state-of-devops-report
2015 state-of-devops-report2015 state-of-devops-report
2015 state-of-devops-report
 

Mais de Nicole Forsgren

How DevOps is Transforming IT, and What it Can Do for Academia
How DevOps is Transforming IT, and What it Can Do for AcademiaHow DevOps is Transforming IT, and What it Can Do for Academia
How DevOps is Transforming IT, and What it Can Do for Academia
Nicole Forsgren
 

Mais de Nicole Forsgren (18)

DevEx Essentials
DevEx EssentialsDevEx Essentials
DevEx Essentials
 
Vmware2021 why even devop nicolefv
Vmware2021 why even devop nicolefvVmware2021 why even devop nicolefv
Vmware2021 why even devop nicolefv
 
The Data Behind DevOps: What Does it Take to be a High Performer? Jenkins Wor...
The Data Behind DevOps: What Does it Take to be a High Performer? Jenkins Wor...The Data Behind DevOps: What Does it Take to be a High Performer? Jenkins Wor...
The Data Behind DevOps: What Does it Take to be a High Performer? Jenkins Wor...
 
Software as Craft
Software as CraftSoftware as Craft
Software as Craft
 
Secrets and surprises of high performance: What the data says
Secrets and surprises of high performance: What the data saysSecrets and surprises of high performance: What the data says
Secrets and surprises of high performance: What the data says
 
If you don't know where you're going it doesn't matter how fast you get there
If you don't know where you're going it doesn't matter how fast you get thereIf you don't know where you're going it doesn't matter how fast you get there
If you don't know where you're going it doesn't matter how fast you get there
 
The Key to High Performance - What the Data Says
The Key to High Performance - What the Data SaysThe Key to High Performance - What the Data Says
The Key to High Performance - What the Data Says
 
The Data Behind DevOps: Becoming a High Performer
The Data Behind DevOps: Becoming a High PerformerThe Data Behind DevOps: Becoming a High Performer
The Data Behind DevOps: Becoming a High Performer
 
How DevOps is Transforming IT, and What it Can Do for Academia
How DevOps is Transforming IT, and What it Can Do for AcademiaHow DevOps is Transforming IT, and What it Can Do for Academia
How DevOps is Transforming IT, and What it Can Do for Academia
 
Continuous Delivery + DevOps = Awesome
Continuous Delivery + DevOps = AwesomeContinuous Delivery + DevOps = Awesome
Continuous Delivery + DevOps = Awesome
 
DevOps: The Key to IT Performance
DevOps: The Key to IT PerformanceDevOps: The Key to IT Performance
DevOps: The Key to IT Performance
 
Nf final chef-lisa-metrics-2015-ss
Nf final chef-lisa-metrics-2015-ssNf final chef-lisa-metrics-2015-ss
Nf final chef-lisa-metrics-2015-ss
 
DevOps: Next (ChefConf 2015 keynote)
DevOps: Next (ChefConf 2015 keynote)DevOps: Next (ChefConf 2015 keynote)
DevOps: Next (ChefConf 2015 keynote)
 
DevOps: A Value Proposition
DevOps: A Value PropositionDevOps: A Value Proposition
DevOps: A Value Proposition
 
Winning the Budget Game: How to Get the Money You Need for IT Every Time
Winning the Budget Game: How to Get the Money You Need for IT Every TimeWinning the Budget Game: How to Get the Money You Need for IT Every Time
Winning the Budget Game: How to Get the Money You Need for IT Every Time
 
How Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps AmazeballsHow Continuous Delivery and Lean Management Make your DevOps Amazeballs
How Continuous Delivery and Lean Management Make your DevOps Amazeballs
 
Using Learning Analytics to Illuminate Student Learning Pathways in an Online...
Using Learning Analytics to Illuminate Student Learning Pathways in an Online...Using Learning Analytics to Illuminate Student Learning Pathways in an Online...
Using Learning Analytics to Illuminate Student Learning Pathways in an Online...
 
DevOps and the Bottom Line
DevOps and the Bottom LineDevOps and the Bottom Line
DevOps and the Bottom Line
 

Último

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Último (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 

DOES 2016 Sciencing the Crap Out of DevOps

  • 1. @nicolefv @jezhumble What We Learned from Four Years of Sciencing the Crap Out of DevOps Nicole Forsgren, PhD Jez Humble
  • 2. @nicolefv @jezhumble Outline How to make your data suck less • Writing good survey questions • Making sure the survey questions are good - with SCIENCE • (These methods apply to your system and log data) What we found… that we did (AND didn’t) expect Things about Continuous Delivery Things about Management
  • 3. @nicolefv @jezhumble Not all data is created equal Who here thinks surveys are sh*t?
  • 4. @nicolefv @jezhumble Not all data is created equal Who here thinks surveys are sh*t? Who here LOVES the data from their log files?
  • 5. @nicolefv @jezhumble What is a Latent Construct?
  • 6. @nicolefv @jezhumble We use PSYCHOMETRICS to make our survey data good* *or give us a reasonable assurance that it’s telling us what we think it’s telling us (& some of this can also apply to your log data)
  • 7. @nicolefv @jezhumble Psychometrics includes: Construct creation (manual) • When possible: use previously validated constructs • Based on definitions and theory, carefully and precisely worded, card sorting task, pilot tested Construct evaluation (statistics) • Establishing Validity: discriminant and convergent • Establishing Reliability
  • 8. @nicolefv @jezhumble Psychometrics Writing Example: Culture • Does it matter to our study? • More than just intuition? • What KIND of culture? • National identity and norms • Adaptive culture • Value learning (2014 study) • Value information flow and trust (2014 and 2015 studies -- Westrum culture)
  • 9. @nicolefv @jezhumble Psychometrics Writing Example: Culture • Does it matter to our study? • More than just intuition? • What KIND of culture? • National identity and norms • Adaptive culture • Value learning (2014 study) • Value information flow and trust (2014 and 2015 studies -- Westrum culture)
  • 10. @nicolefv @jezhumble Westrum typology Pathological Power-oriented Bureaucratic Rule-oriented Generative Performance-oriented Low cooperation Modest cooperation High cooperation Messengers shot Messengers neglected Messengers trained Responsibilities shirked Narrow responsibilities Risks are shared Bridging discouraged Bridging tolerated Bridging encouraged Failure leads to scapegoating Failure leads to justice Failure leads to inquiry Novelty crushed Novelty leads to problems Novelty implemented Try writing items yourself! Use strong statements with clear language. Westrum, R. (2004). A typology of organisational cultures. Quality and safety in health care, 13(suppl 2), ii22-ii27.
  • 11. @nicolefv @jezhumble Westrum Culture Items • On my team, information is actively sought. • On my team, failures are learning opportunities, and messengers of them are not punished. • On my team, responsibilities are shared. • On my team, cross-functional collaboration is encouraged and rewarded. • On my team, failure causes inquiry. • On my team, new ideas are welcomed. Found to be valid & reliable Predictive of IT Performance & Organizational Performance
  • 12. @nicolefv @jezhumble Psychometrics Analysis Example: Notification of Failure Original in 2014, but there was a surprise. Can you spot it? At my organization… • We are primarily notified of failures by reports from customers. • We are primarily notified of failures by the NOC. • We get failure alerts from logging and monitoring systems. • We monitor system health based on threshold warnings (ex. CPU exceeds 100%). • We monitor system health based on rate-of-change warnings (ex. CPU usage has increased by 25% over the last 10 minutes).
  • 13. @nicolefv @jezhumble At my organization… • We are primarily notified of failures by reports from customers. • We are primarily notified of failures by the NOC. • We get failure alerts from logging and monitoring systems. • We monitor system health based on threshold warnings (ex. CPU exceeds 100%). • We monitor system health based on rate-of-change warnings (ex. CPU usage has increased by 25% over the last 10 minutes). Notification from NEAR Notification from FAR Psychometrics Analysis Example: Notification of Failure
  • 14. @nicolefv @jezhumble More data tests! Plus, we test to make sure the survey doesn’t have other problems. • Common method variance (CMV) (aka CMB for Bias) • Early vs. late responders • Survey drop-off rates and bias
  • 15. @nicolefv @jezhumble Okay NOW we can look at the data and how it relates to each other
  • 16. @nicolefv @jezhumble A note about analysis methods One of three conditions must be met: 1. Longitudinal (no, this is cross-sectional) 2. Randomized, experimental design (no, this is a non-experimental) 3. Theory-based design When this condition was not met, only correlations were tested and reported
  • 17. @nicolefv @jezhumble KEY FINDING: IT Performance and its behavior A combination of throughput and stability • lead time for changes • release frequency • time to restore service • change fail rate Forsgren, N., J. Humble (2016). "DevOps: Profiles in ITSM Performance and Contributing Factors." In the Proceedings of the Western Decision Sciences Institute (WDSI) 2016, Las Vegas, NV.
  • 18. @nicolefv @jezhumble KEY FINDING: IT performance matters! “Firms with high-performing IT organizations were twice as likely to exceed their profitability, market share and productivity goals.” IT Performance is predictive of organizational performance. http://bit.ly/2014-devops-report/ http://bit.ly/2015-devops-report/ Forsgren, N., J. Humble (2016). “The Role of Continuous Delivery in IT and Organizational Performance.” In the Proceedings of the Western Decision Sciences Institute (WDSI) 2016, Las Vegas, NV.
  • 22. @nicolefv @jezhumble Which of these measure effective test practices? Developers primarily create & maintain acceptance tests QA primarily create & maintain acceptance tests Primarily created & maintained by outsourced party When automated tests pass, I’m confident the software is releasable Test failures are likely to indicate a real defect It’s easy for developers to fix acceptance tests Developers share a common pool of test servers to reproduce failures Developers create on demand test environments Developers use their own dev environments to reproduce failures
  • 23. @nicolefv @jezhumble Which of these measure effective test practices? Developers primarily create & maintain acceptance tests QA primarily create & maintain acceptance tests Primarily created & maintained by outsourced party When automated tests pass, I’m confident the software is releasable Test failures are likely to indicate a real defect It’s easy for developers to fix acceptance tests Developers share a common pool of test servers to reproduce failures Developers create on demand test environments Developers use their own dev environments to reproduce failures
  • 24. @nicolefv @jezhumble Key Finding: Unplanned work High performers spend 20% more time on new work than low performers, and 22% less time on unplanned work and rework.
  • 25. @nicolefv @jezhumble Surprises with Culture • We wanted to add additional measures of culture • Google study • Identity • Retain Westrum culture
  • 26. @nicolefv @jezhumble Identity & Google items • I am glad I chose to work for this organization rather than another company. • I talk of this organization to my friends as a great company to work for. • I am willing to put in a great deal of effort beyond what is normally expected to help my organization to be successful. • I find that my values and my organization's values are very similar. • In general, the people employed by my organization are working toward the same goal. • I feel that my organization cares about me. Adapted from adapted from Atreyi Kankanhalli, Bernard C.Y. Tan, and Kwok-Kee Wei (2005), “Contributing Knowledge to Electronic Knowledge Repositories: An Empirical Investigation,“ MIS Quarterly, 29, 113-143.
  • 27. @nicolefv @jezhumble Identity & Google items • I am glad I chose to work for this organization rather than another company. • I talk of this organization to my friends as a great company to work for. • I am willing to put in a great deal of effort beyond what is normally expected to help my organization to be successful. • I find that my values and my organization's values are very similar. • In general, the people employed by my organization are workingtoward the same goal. • I feel that my organization caresabout me. Adapted from adapted from Atreyi Kankanhalli, Bernard C.Y. Tan, and Kwok-Kee Wei (2005), “Contributing Knowledge to Electronic Knowledge Repositories: An Empirical Investigation,“ MIS Quarterly, 29, 113-143. Westrum items
  • 28. @nicolefv @jezhumble Now for management stuff We all know managing WIP is important, right?
  • 29. @nicolefv @jezhumble Now for management stuff We all know managing WIP is important, right? Correlation between WIP and ITPerf is negligible
  • 30. @nicolefv @jezhumble Now for management stuff We all know managing WIP is important, right? Correlation between WIP and ITPerf is negligible What’s going on?
  • 33. @nicolefv @jezhumble Conclusions • Even if you think it’s obvious, TEST WITH DATA. • (if the results don’t surprise you, you’re doing it wrong) • (if you don’t also confirm some things you expected, you’re doing it wrong) • We CAN have it all, or at least throughput AND stability. • IT matters (but you have to do it right) • DevOps culture & practices have a measurable impact on IT & org perf