Sign inSign up

egaillardon/haggar

By egaillardon

•Updated over 8 years ago

Docker image for haggar, an experimental carbon load testing tool (no more updates since 07/24/2020)

Image
2

3.4K

egaillardon/haggar repository overview

⁠Docker image for haggar (no more updates since 07/24/2020)

Docker Stars Docker Pulls Docker Automated build Docker Build Status MicroBadger Size MicroBadger Layers

haggar : an experimental carbon load testing tool - https://github.com/gorsuch/haggar⁠

docker run -it --rm egaillardon/haggar

Usage of haggar:
  -agents int
    	max number of agents to run concurrently (default 100)
  -cache_connections
    	if set, keep connections open between flushes (default: false)
  -carbon string
    	address of carbon host (default "localhost:2003")
  -flush-interval duration
    	how often to flush metrics (default 10s)
  -jitter duration
    	max amount of jitter to introduce in between agent launches (default 10s)
  -metrics int
    	number of metrics for each agent to hold (default 10000)
  -prefix string
    	prefix for metrics (default "haggar")
  -spawn-interval duration
    	how often to gen new agents (default 10s)

Example adding the graphite host to the container's /etc/hosts file :

docker run -it --rm --add-host=graphite:192.168.1.24 egaillardon/haggar -carbon "graphite:2003"

Tag summary

Content type

Image

Digest

Size

262.2 MB

Last updated

over 8 years ago

docker pull egaillardon/haggar