edit_jmx
Apply structured edits to an existing JMeter JMX plan using operations like set_workload, change_method, or add_jsr223, then write a new file. Returns the path, summary, and next action.
Instructions
Apply structured edits to an existing JMX plan and write a new file.
Use after generate_jmx (or with a hand-written single-ThreadGroup plan). The LLM translates natural-language asks into operations such as set_workload (fixed/ramp/stress/burst), change_method, wrap_loop, wrap_while, and add_jsr223. Writes a new plan by default; set overwrite=true only to replace plan_path. Returns path, summary, ops_applied, and next_action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | ||
| plan_path | Yes | ||
| operations | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||