问题描述
我会调查蔚蓝的内存泄漏不PowerShell的?
我知道这是discribed下载使用与PowerShell的命令memorydumps在几个地方在网络上,但我只是恨与容易出错handtyped命令工作。
Can I investigate memory-leaks in azure without powershell?I know it is discribed to download memorydumps with use of powershell-commands on several places on the web but I just hate to work with error-prone handtyped commands.
推荐答案
是的,实际上它是很容易的。
Yes, actually it is very easy.
导航到使用内部URL的相关网站。例如。然后添加字母.scm。后您的websitename。你会再拿到:
Navigate to the website in question with use of the internal url. For example http://yourwebsitename.azurewebsites.net/. Then add the letters .scm. after your websitename. you 'll then get :http://yourwebsitename.scm.azurewebsites.net/
然后你可以选择PROCES资源管理器 - > propertys - >下载gcdump。
结果文件可以在Visual Studio 2013中打开您可以排序字节大小,试图找出哪些类型的泄漏。
Then you can choose for proces explorer -> propertys -> download gcdump.The resulting file can be opened in visual studio 2013. You can sort on Size in bytes to try to identify which types are leaking.
这篇关于调查内存泄漏湛蓝无PowerShell中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!