List Processes
fc_list_processesList all running system processes with PID, name, and memory usage. Optionally filter by process name to find specific processes.
Instructions
Lists running system processes.
Args:
filter (string, optional): Filter by process name
Returns:
List of processes with PID, name, memory
Note: Uses 'tasklist' (Windows) or 'ps' (Unix)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter by process name |