An open API service indexing awesome lists of open source software.

https://github.com/mrtazz/statsd-traffic-loader

simple CLI script to send traffic to StatsD
https://github.com/mrtazz/statsd-traffic-loader

Last synced: about 1 year ago
JSON representation

simple CLI script to send traffic to StatsD

Awesome Lists containing this project

README

          

# statsd traffic loader

## This project is unmaintained. YMMV

## Overview
CLI script to generate traffic for a statsd instance with configurable rates.
It also has the ability to load metrics key names from a file.

## Usage
```
% go get
% go run main.go -s 20000
usage: statsd-traffic-loader [-cpst] hostname
-c="stats_counter_keys.txt": file with example counter keys
-d=false: double the amount of metrics sent
-p=8125: port to send to
-s=30000: packets per second to send
-t="stats_timer_keys.txt": file with example timer keys
```