Sign inSign up

johnstarich/noisy

By johnstarich

Updated about 8 years ago

Noisy prints out a lot

Image
0

10K+

johnstarich/noisy repository overview

noisy

Noisy just prints log messages.

Useful for testing log throughput or general connectivity for log-related services.

Print stuff

docker run -it johnstarich/noisy
# or
docker run -it johnstarich/noisy 3.14
# or
docker run -it johnstarich/noisy 42 '{{time}} Hello world!'
# where {{time}} is replaced with the current time stamp
# or mount the log file for use in another app
docker run -it -v /path/to/local.log:/var/log/noisy.log johnstarich/noisy

Usage: noisy SLEEP_TIME [LOG_MESSAGE]

  • SLEEP_TIME - Number of seconds to wait between logs. Default is 5 seconds.
  • LOG_MESSAGE - Optional. The message to print every SLEEP_TIME seconds. Use {{time}} in the string for current time. Default is a JSON log.

Tag summary

Content type

Image

Digest

Size

41.2 MB

Last updated

about 8 years ago

docker pull johnstarich/noisy