get_event_counters
Retrieve all EventCounter metrics from a .NET process for a broad health overview, covering CPU, memory, GC, threading, exceptions, and JIT stats.
Instructions
Returns all available EventCounter metrics from a .NET process including CPU usage, memory, GC, threading, exceptions, and JIT stats in a single call. Use this for a broad health overview when you don't know which specific area to investigate. For deeper analysis, follow up with get_memory_stats or get_thread_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The process ID (PID) of the target .NET application | |
| sampleSeconds | No | How long to sample in seconds (default: 3) |