Skip to content

stvp/statsd-firehose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

statsd-firehose

statsd-firehose is a simple load-testing tool intended for stressing statsd and, more importantly, whatever you have behind statsd. In my case, that's carbon-cache, whisper, and network-attached SSDs.

Usage of ./statsd-firehose:
  -statsd="statsd://127.0.0.1:8125/firehose.": Statsd URL including a prefix for all metrics
  -packetsize=512: UDP packet size for metrics sent to statsd
  -countcount=50000: Number of individual counters to run
  -countinterval=60: Gauge update interval, in seconds
  -gaugecount=50000: Number of individual gauges to run
  -gaugeinterval=60: Gauge update interval, in seconds

About

Simple load testing tool for StatsD, Carbon, Whisper, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages