pslist
List running processes with PID, CPU time, thread count, and handle count; optionally show process tree or kernel processes for system diagnostics.
Instructions
List processes with PID, CPU time, thread count, and handle count.
Wraps Sysinternals Pslist.
Return Format
{"success": bool, "processes": list[dict], "count": int, "error": str | None}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree | No | Show process tree (-t) | |
| include_kernel | No | Also show kernel processes (-k) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||