start_ramp_test
Initiate RAMP performance tests on Grafana servers to validate system behavior under load. Configure test parameters and use dry run mode to preview execution before confirming actual test start.
Instructions
Start a RAMP performance test on the RAMP server. Set confirm=true to actually start; default is a dry run that shows what would run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appliance | Yes | Appliance ID | |
| replayer | Yes | Replayer ID | |
| tests | Yes | Comma-separated test profiles (e.g., "base,ns2,ew2,all") | |
| duration | Yes | Test duration in seconds | |
| controlSelector | Yes | Control selector (e.g., "ap3000-ramp") | |
| jsonServer | Yes | JSON server address (e.g., "192.168.22.159:5146") | |
| confirm | No | Must be true to actually start. False = dry run. |