Dump files might contains personal and sensitive information and since this is a public forum, we recommend not share them here.
You may use Windbg to analyze them, have a look at:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Our IIS 10 of Azure Server got hight CPU usage about w3wp.exe.
Windows OS is 2016.
We got dump file when the high CPU usage, if anyone can help to analyze dump file.
Or any suggestion about iis server setting we can revised?
Thanks for your help.
Dump files might contains personal and sensitive information and since this is a public forum, we recommend not share them here.
You may use Windbg to analyze them, have a look at:
I would suggest starting with DebugDiag.
https://www.microsoft.com/en-US/download/details.aspx?id=58210
Run the analysis tool and add in your dump file. Run the first few options.
Look at the client connections to see what requests are running. Look for long running requests (time alive). You will need to work with your developers to figure out what their pages are doing.
On a running system. monitor currently executing requests.