Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有Azure SDK 2.5。我需要检测运行任务的工作角色中的内存泄漏。你能给我建议什么类型的分析器?
Azure SDK 2.5
另外,我如何下载内存转储以从生产环境中分析?
我建议您应该将您的 Azure SDK 升级到最新的 2.9 版本。
要在本地调试您的工作角色,您只需按 F5 以在调试模式下启动 VS,如果您有 VS 2015,它已经有您可以使用的内存和 CPU 分析器。还有许多其他分析器,例如 DebugDiag 和 Ants Profiler
如果要调试 Azure Worker 或 Web 角色,请在 Azure 订阅下展开 VS 中的资源列表,然后右键单击辅助角色并选择调试,但请确保在辅助角色设置中启用远程调试。
有关详细信息,请参阅此链接
https://azure.microsoft.com/en-us/documentation/articles/vs-azure-tools-debug-cloud-services-virtual-machines/