GitXplorerGitXplorer
o

fluent-benchmark-client

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
af620e62799b37be3be63bd934d7a269b8a4b247

Merge pull request #2 from okkez/fix-build-error

ookkez committed 6 years ago
Unverified
f52fa3274f7306d3d13e2f3feabce7d18630ed46

test: Fix assertion

ookkez committed 6 years ago
Unverified
314ec2179cae996d745cb08c521aab83096d7a62

Run client in global scope while running TestServer

ookkez committed 6 years ago
Unverified
f14808cb395f7591dfc2a50e5dff45d7de18796d

test: Stop client properly

ookkez committed 6 years ago
Unverified
4e0b29a5c61dbb11489903dbf6b7b93ea07ddbff

Use new coroutine context

ookkez committed 6 years ago
Unverified
9576614d1cef6b28fc94c283f3fb15b358908c8a

Run PeriodicalReporter in separated context

ookkez committed 6 years ago

README

The README file for this repository.

fluent-benchmark-client

Benchmark tool for Fluentd.

Build and install

$ ./gradlew installDist

Run

$ cd /path/to/fluent-benchmark-client
$ ./build/install/fluent-benchmark-client/bin/fluent-benchmark-client \
  --max-buffer-size=4g --period=60s --n-events=6000000

Emit 6000000 events in 60 seconds.

How to release

Build and install:

$ ./gradlew installDist

Create artifacts:

$ ./gradlew

Create tag:

$ ./gradlew createTag

Push tags:

$ ./gradlew pushTag

And then upload archives to GitHub releases.