Тип доклада: Доклад

From ETW to EventPipe: dig into .NET monitoring pipelines for healthier applications

  • Доклад на английском языке
Презентация pdf

With .NET Core, performance counters are no more there to help you monitor .NET metrics such as memory, threadpool or contention in your applications. Even with the .NET Framework, some of the performance counters are far from being accurate. The best replacement solution is to rely on CLR Events to monitor the health of your applications.

This session will first show you how to easily build an accurate .NET monitoring of your applications based on CLR Events; including the Linux case for .NET Core.

Beyond the monitoring use with .NET Core counters, Christophe will drive you into the implementation details to show you how these events can become invaluable during real world debugging and performance investigations.

Last but not least, you will see how to leverage the new .NET Core EventPipe architecture to get accurate metrics about your applications.

Комментарий программного комитета:

Все знают про performance counters. К сожалению, их нет на Linux/macOS, а .NET Core — это кроссплатформенная среда. Кристоф — известный любитель ETW и прочих техник профилирования и измерения производительности .NET-приложений. Но ETW это снова только Windows. В докладе посмотрим, что предлагает .NET Core и как с этим работать на всех платформах.

  • #internals
  • #metrics
  • #performance

Спикеры

Доклады