fledgling
fledgling

Reputation: 1051

log producer docker container

I am trying to do performance testing with aws firelens. I have a json file with 10 sample log messages. I want to be able to produce docker logs at a set rate. ex: 10,000 log messages/sec from a docker container that will be consumed by aws firelens log collector.

Is there any open source projects that already does this? Can any of you help with creating this container?

Upvotes: 0

Views: 211

Answers (1)

Mihai
Mihai

Reputation: 10757

You can try this: https://github.com/mehiX/log-generator

I made it for this purpose so if there is anything you can't do let me know and I can hopefully fix it.

Upvotes: 1

Related Questions