github.com/argoproj/argo-events@v1.9.1/test/stress/generator/README.md (about) 1 # Events Generator 2 3 A simple tool to generate messages for different event resources. 4 5 ## Usage 6 7 ```shell 8 go run test/stress/generator/main.go --help 9 Events generator for stress testing. 10 11 Usage: 12 go run ./test/stress/generator/main.go [flags] 13 go [command] 14 15 Available Commands: 16 help Help about any command 17 sqs Generate SQS messages 18 webhook Generate webhook event source messages 19 20 Flags: 21 -d, --duration duration How long it will run, e.g. 5m, 60s (default 5m0s) 22 -h, --help help for go 23 --rps int Requests per second 24 --total int Total requests 25 26 Use "go [command] --help" for more information about a command. 27 28 ``` 29 30 ### Supported EventSources 31 32 Currently only the most common event sources are supported, you are welcome to 33 contribute the implementation.