Overview of .NET Core production diagnostics scenarios
mainThe .NET Core diagnostics suite provides tools for collecting and analyzing data to identify root causes of production issues. The following diagnostic scenarios are covered in the tutorial series:
- Memory Leaks: Investigating apps that eventually crash due to memory exhaustion.
- High CPU/Slow Performance: Analyzing apps that are running slowly or consuming excessive CPU.
- Intermittent Memory Spikes: Identifying causes of sudden, temporary increases in memory usage.
- Hung Apps: Diagnosing applications that are not responding to requests.
- Intermittent Exceptions: Investigating applications experiencing sporadic errors or exceptions.