document the keyFlush options properly

This commit is contained in:
Erik Kastner 2012-02-10 14:31:03 -05:00
Родитель b70a972d7c
Коммит 5060bf4b1f
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -21,10 +21,10 @@ Optional Variables:
flushInterval: interval (in ms) to flush to Graphite
percentThreshold: for time information, calculate the Nth percentile
[%, default: 90]
keyFlush: log the most frequently sent keys [default: false]
keyFlushPercent: log the top N% of frequent keys [%, default: 100]
keyFlushInterval: how often to log frequent keys (in ms)
keyFlushLog: location of log file for frequeent keys [default: STDOUT]
keyFlush: log the most frequently sent keys [object, default: undefined]
interval: how often to log frequent keys [ms, default: 0]
percent: percentage of frequent keys to log [%, default: 100]
log: location of log file for frequent keys [default: STDOUT]
*/
{