SlideShare a Scribd company logo
Debugging Effectively in the Cloud
eZ Systems Conference, 8th
June 2017
Felipe Fidelix, UK Business Development Manager, Platform.sh
● Code - the quick, dirty way;
● Code - step-by-step with an IDE and xdebug;
● Code - Profiling
● Process - real-time with strace;
● SQL - real-time;
● HTTP traffic - monitor and manipulate in real time;
● Debug remotely!
Debug all the things!
The quick dirty way - dump()
dump($mystuff)
XDEBUG
PHPStorm config - bit.ly/2s9DAT7
(Jetbrains website)
Step-by-step with XDebug
1(or 2) - Set a Breakpoint
2(or 1) - Set your IDE to start listening
3 - Execute the code
Step-by-step with XDebug
IT WORKS!
Also - path mappings
Step-by-step with XDebug
Call stack = frames
Step over
Step into
Step out
Watchlist
More cool stuff
Step-by-step with XDebug
Step-by-step with XDebug
A neat real-time console!
Optionally setup to only debug when a
querystring "XDEBUG_SESSION_START=MYKEY" is
present.
Or cookie.
Xdebug Helper - chrome/firefox extension
Step-by-step with XDebug
Profiling in Platform.sh
[xdebug]
xdebug.profiler_enable=0
xdebug.profiler_output_dir="/tmp"
xdebug.profiler_output_name="cachegrind.ou
t.%R-%t-%s"
xdebug.profiler_append=On
xdebug.profiler_enable_trigger=On
xdebug.trace_options=1
xdebug.collect_params=4
xdebug.collect_return=1
xdebug.collect_vars=0
?XDEBUG_PROFILE
Profiling
Xdebug does the profiling
Analysis: KcacheGrind
Analysis: WinCacheGrind
Analysis: Webgrind (php, composer-based)
Analysis: PHPStorm
Profiling
Strace
-e to filter syscalls
-o to output to file
-C for summary
-f follows forks
Real-time process-tracing
Wireshark
Network
Charles
Fiddler also
works.
HTTP
Continuous Deployment Cloud Hosting
Great developer automation/ workflow for PHP
Amazing performance and reliability for live service
Flexible platform for PHP
What does
Platform.sh do ?
Clone a byte-for-byte copy of
your production site in less
than a minute
Every git branch has a url
Eliminates QA bottlenecks
14x faster human testing and validation
Fail proof, predictable deployments
Quick bug fixes and security release
resolution
Git-driven infrastructure
With a single git push you can
deploy an arbitrarily complex
cluster (with micro-services,
messages queues and the lot.)
Multi-app, multi-stack, multi-cloud
Batteries Included
20-40% better developer
productivity
90% Less Ops/DevOps
effort
40% faster User Acceptance
Testing
Measured impact
A second generation Platform-as-a-Service specifically designed for modern applications
* Based on customer feedback collected in 2015-2016
… debugging in Platform.sh
strace
$ strace -p $(pgrep php-fpm) -F -e file -C
… debugging in Platform.sh
PHPDBG
… debugging in Platform.sh
runtime:
extensions:
- xdebug
.platform.app.yaml
… debugging in Platform.sh
ssh -R 9000:localhost:9000 bud3vicgjrrsi-master-7rqtwti@ssh.eu.platform.sh
… debugging in Platform.sh
$ rsync -a {ssh-url}:/tmp/cache* /tmp/
?XDEBUG_SESSION_START=MYKEY
?XDEBUG_PROFILE
Alternatives:
Cookie
Xdebug helper
Profiling in Platform.sh
runtime:
extensions:
- name: 'blackfire'
configuration:
server_id: 'MY_SERVER_ID'
server_token: 'MY_SERVER_TOKEN'
Profiling in Platform.sh
Profiling in Platform.sh
platform project:variable:set --no-visible-build
php:newrelic.license
<your-new-relic-license-key>
Huge developer productivity gains & general savings
Gives them fast time to market for changes
Trust the live service to perform well
What will it do for
your customers ?
Questions?

More Related Content

PDF
Grunt training deck
PDF
Let's make it flow ... one way
ODP
Continuous integration with git lab
PDF
Automated Serverless Pipelines with #GitOps on Codefresh
PPTX
How go makes us faster (May 2015)
PDF
PDF
Using GitLab CI
PDF
OSDC.no 2015 introduction to node.js workshop
Grunt training deck
Let's make it flow ... one way
Continuous integration with git lab
Automated Serverless Pipelines with #GitOps on Codefresh
How go makes us faster (May 2015)
Using GitLab CI
OSDC.no 2015 introduction to node.js workshop

What's hot (20)

PPTX
Node.js Internals and V8 / Operating System Interaction
PDF
nginx.conf - globo.com's live video platform for fifa world cup 14
PDF
Reactive Programming by UniRx for Asynchronous & Event Processing
PDF
Node & Express as Workflow Tools
PDF
Sandstone HPC: A Domain General Gateway for New Users
PDF
How we do python
PPTX
Creating a continuous delivery pipeline with docker
PPTX
Open-Source Analytics Stack on MongoDB, with Schema, Pierre-Alain Jachiet and...
PDF
Front-end development automation with Grunt
PDF
Functional MCU programming
PDF
Automatic image moderation in classifieds
PDF
Serverless
PDF
Enabling GitOps - Architecture for Implementation
PDF
[Workshop] "Vuetify in practice", Alexander Stepanov
PDF
WebRTC と Native とそれから、それから。
PDF
Java 開発者のための次世代 DevOps: BinOps
PDF
[Quality Meetup #20] Michał Górski - Continuous Deployment w chmurze
PDF
Developer Experience at Zalando - Handelsblatt Strategisches IT-Management 2019
PDF
Es fácil contribuir al open source - Bolivia JUG 2020
Node.js Internals and V8 / Operating System Interaction
nginx.conf - globo.com's live video platform for fifa world cup 14
Reactive Programming by UniRx for Asynchronous & Event Processing
Node & Express as Workflow Tools
Sandstone HPC: A Domain General Gateway for New Users
How we do python
Creating a continuous delivery pipeline with docker
Open-Source Analytics Stack on MongoDB, with Schema, Pierre-Alain Jachiet and...
Front-end development automation with Grunt
Functional MCU programming
Automatic image moderation in classifieds
Serverless
Enabling GitOps - Architecture for Implementation
[Workshop] "Vuetify in practice", Alexander Stepanov
WebRTC と Native とそれから、それから。
Java 開発者のための次世代 DevOps: BinOps
[Quality Meetup #20] Michał Górski - Continuous Deployment w chmurze
Developer Experience at Zalando - Handelsblatt Strategisches IT-Management 2019
Es fácil contribuir al open source - Bolivia JUG 2020
Ad

Similar to Debugging Effectively in the Cloud - Felipe Fidelix - Presentation at eZ Conference 2017 (20)

PPTX
Observability-as-a-Service: When Platform Engineers meet SREs
PDF
The Modern Developer Toolbox
PDF
Openshift Enterprise
PDF
Arquitetando soluções de computação em nuvem com Java
ODP
DevOps @ OpenShift Online
PDF
PaaS Anywhere - Deploying an OpenShift PaaS into your Cloud Provider of Choice
PDF
The New Open Distributed Application Architecture
PPTX
Hitchhiker's guide to Cloud-Native Build Pipelines and Infrastructure as Code
PPTX
InfoSec 2011: Crash Course Open Source Cloud Computing
PPTX
vBACD - Crash Course in Open Source Cloud Computing - 2/28
ODP
OpenShift Enterprise
PPTX
Immutable infrastructure tsap_v2
PDF
Polyglot programming and agile development
PDF
A Day in the Life of a Silicon Valley Startup
PPTX
Shopify - CNCF March 2025 Meetup - Presentation - 26-03-25.pptx
PDF
Micro services may not be the best idea
PDF
Architecting Cloud Computing Solutions with Java [1.1]
PDF
Oracle Cloud - Infrastruktura jako kód
PPTX
Salesforce CI (Continuous Integration) - SFDX + Bitbucket Pipelines
PPTX
OpenStack Introduction
Observability-as-a-Service: When Platform Engineers meet SREs
The Modern Developer Toolbox
Openshift Enterprise
Arquitetando soluções de computação em nuvem com Java
DevOps @ OpenShift Online
PaaS Anywhere - Deploying an OpenShift PaaS into your Cloud Provider of Choice
The New Open Distributed Application Architecture
Hitchhiker's guide to Cloud-Native Build Pipelines and Infrastructure as Code
InfoSec 2011: Crash Course Open Source Cloud Computing
vBACD - Crash Course in Open Source Cloud Computing - 2/28
OpenShift Enterprise
Immutable infrastructure tsap_v2
Polyglot programming and agile development
A Day in the Life of a Silicon Valley Startup
Shopify - CNCF March 2025 Meetup - Presentation - 26-03-25.pptx
Micro services may not be the best idea
Architecting Cloud Computing Solutions with Java [1.1]
Oracle Cloud - Infrastruktura jako kód
Salesforce CI (Continuous Integration) - SFDX + Bitbucket Pipelines
OpenStack Introduction
Ad

More from eZ Systems (20)

PDF
A unified platform to build Digital Experience from Content to Commerce to Pe...
PDF
"Reconociendo al cliente personalizando su experiencia" - Andorra Turisme - e...
PDF
"How Crédit Agricole and IT-CE managed their digital transformation thanks to...
PDF
The rise of Digital Experience Platforms
PDF
"How to deliver remarkable digital experiences to customers?"
PDF
Keynote eZ Roadshow & Diginight 2019 - oslo
PDF
Symfony 4.0 + - Track Technique eZ Roadshow 2019 - PARIS
PDF
Brochure eZ Platform DXP
PPTX
[Webinar] Discover eZ platform v2.4
PPTX
Community webinar discover e z platform v2.3 (9.10.2018)
PDF
Symfony Under the Hood
PDF
eZ in the Year Ahead
PDF
Personalization on eZ Platform v2
PDF
Choose the eZ Universe for Your Web Galaxy
PDF
Using eZ Platform in an API Era
PPTX
Extending eZ Platform v2 with Symfony and React
PDF
A Roadmap to Becoming Your Customer’s Information Hub
PDF
eZ Platform Cloud and eZ Launchpad: Don’t Host, Don’t Deploy, Don’t Install—J...
PPTX
GDPR in the Digital World
PPTX
When content transforms your customer experience
A unified platform to build Digital Experience from Content to Commerce to Pe...
"Reconociendo al cliente personalizando su experiencia" - Andorra Turisme - e...
"How Crédit Agricole and IT-CE managed their digital transformation thanks to...
The rise of Digital Experience Platforms
"How to deliver remarkable digital experiences to customers?"
Keynote eZ Roadshow & Diginight 2019 - oslo
Symfony 4.0 + - Track Technique eZ Roadshow 2019 - PARIS
Brochure eZ Platform DXP
[Webinar] Discover eZ platform v2.4
Community webinar discover e z platform v2.3 (9.10.2018)
Symfony Under the Hood
eZ in the Year Ahead
Personalization on eZ Platform v2
Choose the eZ Universe for Your Web Galaxy
Using eZ Platform in an API Era
Extending eZ Platform v2 with Symfony and React
A Roadmap to Becoming Your Customer’s Information Hub
eZ Platform Cloud and eZ Launchpad: Don’t Host, Don’t Deploy, Don’t Install—J...
GDPR in the Digital World
When content transforms your customer experience

Recently uploaded (20)

PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Approach and Philosophy of On baking technology
PDF
project resource management chapter-09.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Mushroom cultivation and it's methods.pdf
PDF
WOOl fibre morphology and structure.pdf for textiles
PDF
1 - Historical Antecedents, Social Consideration.pdf
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
A Presentation on Touch Screen Technology
PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
A comparative study of natural language inference in Swahili using monolingua...
Approach and Philosophy of On baking technology
project resource management chapter-09.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Heart disease approach using modified random forest and particle swarm optimi...
cloud_computing_Infrastucture_as_cloud_p
Mushroom cultivation and it's methods.pdf
WOOl fibre morphology and structure.pdf for textiles
1 - Historical Antecedents, Social Consideration.pdf
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Unlocking AI with Model Context Protocol (MCP)
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Getting Started with Data Integration: FME Form 101
Digital-Transformation-Roadmap-for-Companies.pptx
A Presentation on Touch Screen Technology
Zenith AI: Advanced Artificial Intelligence
SOPHOS-XG Firewall Administrator PPT.pptx
NewMind AI Weekly Chronicles - August'25-Week II

Debugging Effectively in the Cloud - Felipe Fidelix - Presentation at eZ Conference 2017