rampa inspect¶
Inspect a test script without running it. Use this when you want to see resolved scenarios, thresholds, lifecycle hooks, and executor values before starting load generation.
$ rampa inspect load_test.py
Command¶
Usage¶
usage: rampa inspect [-h] [--format {text,json}] script
Positional Arguments¶
- script¶
path to the test script
Options¶
- --format¶
output format (default: text)
Examples¶
Show resolved configuration as text:
$ rampa inspect load_test.py
Emit JSON for scripts and agents:
$ rampa inspect load_test.py --format json