snapshot
Capture a memory snapshot of a running .NET process by providing its PID, and get a snapshot ID to analyze memory usage.
Instructions
Takes a memory snapshot of a running .NET process. Provide a pid. Returns a snapshot id to pass to analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to snapshot | |
| command | No | Not implemented; a process id is required | |
| processName | No | Process name, used only to apply the profiling exclusion list | |
| durationSeconds | No | Seconds to wait before taking snapshot |