- add perf configs used in recent perf tests.

This commit is contained in:
Jordan Sissel 2013-05-02 23:19:52 -07:00
parent 69f2cc8747
commit 4d26820cce
2 changed files with 31 additions and 0 deletions

19
etc/perf.conf Normal file
View file

@ -0,0 +1,19 @@
input {
generator {
type => gen
}
}
filter {
metrics {
meter => "events"
add_tag => "metric"
}
}
output {
stdout {
tags => metric
debug => true
}
}

12
etc/perfdots.conf Normal file
View file

@ -0,0 +1,12 @@
input {
generator {
type => gen
}
}
output {
stdout {
debug => true
debug_format => dots
}
}