list_counters
Discover available EventCounter metrics from a .NET process by listing names and current values.
Instructions
Lists all available EventCounter names and current values from a .NET process. Use this to discover what metrics are available before calling get_memory_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The process ID (PID) of the target .NET application | |
| sampleSeconds | No | Sample duration in seconds (default: 3) |