package
72.0.1+incompatible
Repository: https://github.com/cloudfoundry/loggregator-release.git
Documentation: pkg.go.dev

# README

Doppler Benchmarking

Measure the performance of Doppler

Will measure messages per second, per minute, and per hour.

How it Works

This is a command line tool that will emit X amount of messages over Y units of time.

  • run etcd etcd (assuming it is installed)
  • run doppler bin/doppler (from loggregator root, make sure it's the latest binary')
  • run dopplerbenchmark go run main.go in loggregator/src/tools/dopplerbenchmark

Command line options

FlagDefaultDescription
-interval1sInterval for reported results
-writeRate15000Number of writes per second to send to doppler
-stopAfter5mHow long to run the experiment for
`-sharedSecret""Shared secret used by Doppler to verify message validity

# Packages

No description provided by the author