dotnetcore 性能分析一些文章
dotnetcore是越来越好了, 以下是几篇关于性能分析的文档,以及一些工具
文章
https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md
https://devblogs.microsoft.com/dotnet/collecting-net-core-linux-container-cpu-traces-from-a-sidecar-container/
https://github.com/dotnet/diagnostics/tree/master/documentation
工具
实际上以上文章已经包含了好多工具了
- Perfcollect
一个集成了perf,lttng的工具集 - perfview
一个windows 的可视化工具,很强大 - dotnet-trace
这个是.netcore 3.0 preivew5 以及后边提供的工具,全家桶了,跨平台很不错基于eventpipe,安装以及使用简单了好多