k6
Grafana k6 is an open-source load testing tool that makes performance testing easy
Subcommands
Name | Description |
---|---|
archive | Create an archive |
cloud | Run a test on the cloud |
completion | Generate the autocompletion script for the specified shell |
convert | Convert a HAR file to a k6 script |
help | Help about any command |
inspect | Inspect a script or archive |
login | Inspect a script or archive |
pause | Pause a running test |
resume | Resume a running test |
run | Start a load test |
scale | Scale a running test |
stats | Show test metrics |
status | Show test status |
version | Show the application version and exit |
Options
Name | Description |
---|---|
-v, --verbose | Enable verbose logging |
-q, --quiet | Disable progress updates |
-h, --help | Help for k6 |
-a, --address <address> | Address for the REST API server (default "localhost:6565") |
--config, -c <config> | JSON config file |
--log-format <log-format> | Log output format |
--log-output <log-output> | Change the output for k6 logs |
--no-color <no-color> | Disable colored output |