log producer docker container

138 Views Asked by At

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?

1

There are 1 best solutions below

3
On

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.