handle64
List open handles and file locks on a system to diagnose resource usage or access conflicts. Filter by pattern and enable verbose output for detailed handle counts.
Instructions
List open handles and file locks on the system.
Wraps Sysinternals Handle64.
Return Format
{"success": bool, "handles": list[dict], "count": int, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Filter handles by name/pattern | |
| verbose | No | Verbose output with handle counts (-v) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||