pix_run_pixtool
Run arbitrary command pipelines to access any PIX feature without a dedicated tool, including opening a capture and setting timeouts.
Instructions
Run an arbitrary pixtool command pipeline.
This is the escape hatch for pixtool features without a dedicated tool. Pass
commands as a list of objects: {"name": "save-event-list", "positionals": ["out.csv"], "options": {"counters": "gpu__*"}}. Options with a
null value become bare flags. If capture_id is given, open-capture is prepended.
pixtool aborts the remaining commands once one fails. Values containing spaces are quoted automatically; a value containing a double quote cannot be expressed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | ||
| capture_id | No | ||
| output_level | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||