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,安裝以及使用簡單了好多