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
- Host: GitHub
- URL: https://github.com/mrtazz/statsd-traffic-loader
- Owner: mrtazz
- License: mit
- Created: 2014-06-03T20:21:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T20:51:48.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T15:11:54.312Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 11
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```