mesheryctl perf

Performance Management

Synopsis

Performance Management & Benchmarking.

mesheryctl perf [flags]

Examples

Run performance test:

mesheryctl perf apply test-3 --name "a quick stress test" --url http://192.168.1.15/productpage --qps 300 --concurrent-requests 2 --duration 30s

List performance profiles:

mesheryctl perf profile sam-test

List performance results:

mesheryctl perf result sam-test

Display Perf profile in JSON or YAML:

mesheryctl perf result -o json
mesheryctl perf result -o yaml

Options

-h, --help help for perf -o, --output-format string (optional) format to display in [json|yaml] -t, --token string (required) Path to meshery auth config -y, --yes (optional) assume yes for user interactive prompts.

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.