摘要: 原文: https://www.toptal.com/dot-net/hunting-high-cpu-usage-in-dot-net Software development can be a very complicated process. We as developers need to 阅读全文
posted @ 2021-01-15 19:39 PanPan003 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.cnblogs.com/blurhkh/p/14225222.html 目录 说明 准备一个方便的学习环境 2.x 配置内容 3.x 配置内容 工具介绍 lldb sos plugin 1. attach 到进程上进行调试 2. 分析core dump文件 SOS 案 阅读全文
posted @ 2021-01-15 19:21 PanPan003 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://channel9.msdn.com/ Channel 9 is a community. We bring forward the people behind our products and connect them with those who use them. W 阅读全文
posted @ 2021-01-15 19:12 PanPan003 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 性能诊断工具: https://www.bookstack.cn/read/asp/0f968f62ba5a6357.md 负载测试和压力测试: https://www.books 阅读全文
posted @ 2021-01-15 19:09 PanPan003 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: 教学视频:good: https://channel9.msdn.com/Series/PerfView-Tutorial/PerfView-Tutorial-2-A-Simple-CPU-Performance-Investigation https://channel9.msdn.com/Ser 阅读全文
posted @ 2021-01-15 18:42 PanPan003 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://github.com/dotnet/diagnostics/blob/master/documentation/dotnet-dump-instructions.md …… Here's a table showing how dotnet-dump fits into 阅读全文
posted @ 2021-01-15 18:18 PanPan003 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://github.com/dotnet/diagnostics/blob/master/documentation/dotnet-trace-instructions.md …… Viewing the trace captured from dotnet-trace On 阅读全文
posted @ 2021-01-15 18:15 PanPan003 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 原文: https://devblogs.microsoft.com/dotnet/introducing-diagnostics-improvements-in-net-core-3-0/ In .NET Core 3.0, we are introducing a suite of tools 阅读全文
posted @ 2021-01-15 18:13 PanPan003 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 原文: https://michaelscodingspot.com/dotnet-trace/ Performance issues never seem to disappear from the world, no matter how fast new computers become. T 阅读全文
posted @ 2021-01-15 17:53 PanPan003 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 原文: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/linux-performance-tracing.md#resolving-framework-symbols Performance Trac 阅读全文
posted @ 2021-01-15 16:48 PanPan003 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 原文: https://devblogs.microsoft.com/dotnet/collecting-net-core-linux-container-cpu-traces-from-a-sidecar-container/ Introduction In recent years, conta 阅读全文
posted @ 2021-01-15 16:40 PanPan003 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.microsoft.com/zh-cn/archive/blogs/vancem/perfview-hard-core-cpu-investigations-using-cpu-counters-on-windows-10 One of the bread-and- 阅读全文
posted @ 2021-01-15 16:08 PanPan003 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.microsoft.com/en-us/archive/blogs/vancem/diagnosing-net-core-threadpool-starvation-with-perfview-why-my-service-is-not-saturating-all 阅读全文
posted @ 2021-01-15 16:01 PanPan003 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.microsoft.com/en-us/archive/blogs/vancem/analyzing-cpu-traces-from-linux-with-perfview Executive Summary If you want to use PerfView 阅读全文
posted @ 2021-01-15 15:37 PanPan003 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 原文: 使用PerfView监测.NET程序性能(一):Event Trace for Windows 前言: 在日常项目开发中,我们时不时会遇到程序【占用了很高CPU的】情况,可能是程序里某些未经优化的代码或者Bug,或者是程序运行压力太大。无论是什么原因,我们总希望能看到到底是【哪个方法占用了如 阅读全文
posted @ 2021-01-15 12:09 PanPan003 阅读(477) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-15 12:07 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.microsoft.com/zh-cn/dotnet/core/diagnostics/ 软件并非始终按预计方式运行,但 .NET Core 具有可帮助用户快速有效地诊断这些问题的工具和 API。 本文可帮助用户查找各种所需的工具。 托管调试器 借助托管调试器,用户 阅读全文
posted @ 2021-01-15 11:32 PanPan003 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.microsoft.com/zh-cn/dotnet/core/diagnostics/dotnet-counters 摘要 控制台复制 dotnet-counters [-h|--help] [--version] <command> 描述 dotnet-coun 阅读全文
posted @ 2021-01-15 11:04 PanPan003 阅读(300) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-15 11:00 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:https://docs.microsoft.com/zh-cn/dotnet/core/diagnostics/trace-perfcollect-lttng 在 Linux 上遇到性能问题时,可使用 perfcollect 收集跟踪,以便收集有关出现性能问题时计算机上发生的状况的详细信息。 阅读全文
posted @ 2021-01-15 10:56 PanPan003 阅读(384) 评论(1) 推荐(0) 编辑