Debugging and Profiling .NET Core Apps on Linux
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore debugging and profiling techniques for .NET Core applications on Linux in this comprehensive conference talk. Learn about performance investigations using `perf`, the Linux performance multi-tool, for collecting stack traces and CPU samples. Discover how to utilize LTTNG as a replacement for Windows ETW events, efficiently collect LTTNG traces, and extract valuable insights. Dive into core dump generation and analysis on Linux, using lldb and SOS to obtain .NET-specific information. Navigate through the current landscape of tools and command-line techniques for troubleshooting memory leaks, crashes, and performance issues in production environments. Gain practical knowledge on overcoming the challenges of debugging .NET Core apps on Linux, where familiar Windows tools are unavailable.
Syllabus
Intro
Overview
Equivalent tools
Overhead
Sampling Tools
Event Sources
Perf
PERF Architecture
Symbolic Information
Visualization
Flame Graph Example
Screenshots
DCC
DCC Tools
Examples of tracing
Event tracing
Events
Live Demo
Generate Core Dump
Core Dump Analysis
Debugging with SOS
Taught by
NDC Conferences
Related Courses
Health Informatics: Data and Interoperability StandardsGeorgia Institute of Technology via edX Fractal Architecture
NDC Conferences via YouTube Strangling the Monolith - Applied Patterns & Practices from the Trenches
NDC Conferences via YouTube Refactoring Is Not Just Clickbait
NDC Conferences via YouTube Amazing Algorithms for Solving Problems in Software
NDC Conferences via YouTube