GitXplorerGitXplorer
c

emitter

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b5799f6e6a55528a0d28cf8fe35697c3b41666ac

Update README.md

ccacoco committed 10 years ago
Unverified
25189e28b72129406a28b42c7ec9db8ff88f7d3a

Updated README.

ccacoco committed 13 years ago
Unverified
aa4e25aac597d241fd25f13f0d5847cd577a24aa

Updated README.

ccacoco committed 13 years ago
Unverified
8eb3717c4a6157cab384b9a49cf64f7d15198dcf

Updated output formatting, added a couple of random string helpers.

ccacoco committed 13 years ago
Unverified
082ecac7c95c9afe24fb2324b210b1018050eb31

Made lines confirm to commonf log format.

ccacoco committed 13 years ago
Unverified
2850ff036277e605856d03f9b3319e5c10cfb00c

Updated README

ccacoco committed 13 years ago

README

The README file for this repository.

emitter

EMIT

Writes random strings to multiple files opening up one thread per file to be appended to and continuously writing data until exited. If the files do not exist, they will be created. Passing a delay is optional. If not passed the default of 500 millis will be used.

Output will be in Common Log Format, i.e.:

127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif HTTP/1.0" 200 2326

Usage

You will first need Leiningen installed.

Run via start script with required comma-separated list of files at which to emit and optional delay parameter:

./bin/start /tmp/log-1.txt,/tmp/log-2.txt 200