list-processes
List running processes with optional filtering by search term or tags. Identify active processes on hosts, find specific processes like Java, or monitor process activity.
Instructions
List running processes with optional filtering by search term or tags. Use for 'what processes are running', 'find java processes', 'process list for host'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to filter processes | |
| tags | No | Comma-separated tags to filter | |
| from | No | Start timestamp (Unix seconds) | |
| to | No | End timestamp (Unix seconds) | |
| pageLimit | No | Max results per page | |
| pageCursor | No | Pagination cursor |