Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machulav/sqs-load-generator
A tool that allows adding the required amount of a specified message into SQS queue.
https://github.com/machulav/sqs-load-generator
Last synced: about 1 month ago
JSON representation
A tool that allows adding the required amount of a specified message into SQS queue.
- Host: GitHub
- URL: https://github.com/machulav/sqs-load-generator
- Owner: machulav
- Created: 2019-08-09T19:20:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T14:46:07.000Z (over 5 years ago)
- Last Synced: 2023-02-26T18:11:41.256Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqs-load-generator
A tool that allows adding the required amount of a specified message into SQS queue.
It was created for SQS consumer load testing.
## Build
```
go build -o main ./src
```## Run
```
usage: main []Flags:
--help Show context-sensitive help
-p, --parallelism=1 Number of parallel SQS message senders
-m, --messages-amount=1 Amount of messages that should be sent to the SQS queue by one senderArgs:
SQS queue URL
SQS message payload
```