A StatsD Traffic Generator
In order to run this container you'll need docker installed.
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 ...
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 "influxTAGS - list of K:V comma separated tags. Example: key1:tag1,key2:tag2TIMERS - number of timers for each agent to hold (default 20)VERSION - show version informationDistroless Linux based x86_64 image.
circonus/gen-statsd:latestcirconus/gen-statsd:1.0circonus/gen-statsd:1.0.0Alpine ARM64v8 based image.
circonus/gen-statsd:latest-arm64circonus/gen-statsd:1.0-arm64circonus/gen-statsd:1.0.0-arm64Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the BSD-3 License - see the LICENSE file for details.
Content type
Image
Digest
Size
2.9 MB
Last updated
almost 6 years ago
docker pull circonus/gen-statsd