Sign inSign up

circonus/gen-statsd

By circonus

Updated almost 6 years ago

StatsD Traffic Generator

Image
0

602

circonus/gen-statsd repository overview

gen-statsd

A StatsD Traffic Generator

Getting Started

Prerequisities

In order to run this container you'll need docker installed.

Usage
Container Parameters

Running with command-line parameters:

docker run circonus/gen-statsd:latest -agents 1 -statsd-host <statsd server IP>:8125 -prefix test -counters 1 -gauges 1 -timers 1 -protocol udp -spawn-drift 10 -tag-format datadog -tags key1:value1,key2:value2 

Printing the version:

docker run circonus/gen-statsd:latest -version

Running in detached mode:

docker run -d circonus/gen-statsd:latest -agents 1 ...
Environment Variables
  • AGENTS - max number of agents to run concurrently (default 10)
  • COUNTERS - number of counters for each agent to hold (default 50)
  • FLUSH_INTERVAL - how often to flush metrics (default 10s)
  • GAUGES - number of gauges for each agent to hold (default 30)
  • PREFIX - prefix for metrics (default "gen-statsd")
  • PROTOCOL - network protocol to use, tcp or udp (default "udp")
  • SPAWN_DRIFT - spread new agent generation by 0-n seconds (default 10)
  • STATSD_HOST - address of statsD host (default "localhost:8125")
  • TAG_FORMAT - format of the tags to send. accepted values "datadog" or "influx
  • TAGS - list of K:V comma separated tags. Example: key1:tag1,key2:tag2
  • TIMERS - number of timers for each agent to hold (default 20)
  • VERSION - show version information
Image Variants
x86_64

Distroless Linux based x86_64 image.

  • circonus/gen-statsd:latest
  • circonus/gen-statsd:1.0
  • circonus/gen-statsd:1.0.0
ARM64

Alpine ARM64v8 based image.

  • circonus/gen-statsd:latest-arm64
  • circonus/gen-statsd:1.0-arm64
  • circonus/gen-statsd:1.0.0-arm64

Find Us

Contributing

Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the BSD-3 License - see the LICENSE file for details.

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

almost 6 years ago

docker pull circonus/gen-statsd