[collectd] Tail plugin "missing" events

Gregory Giguashvili Gregory.Giguashvili at PDGM.com
Tue May 4 10:26:55 CEST 2010


Hi,

 

I'm using the following configuration for my tail plugin:

Interval     10

ReadThreads  5

 

LoadPlugin load

LoadPlugin rrdtool

LoadPlugin syslog

LoadPlugin tail

 

<Plugin rrdtool>

  DataDir      "..."

  CacheTimeout  30

  CacheFlush    60

</Plugin>

 

    ...

    <Match>

      RegEx    "listStudies userid:"

      DSType   "CounterInc"

      Type       "counter"

      Instance "listStudies"

    </Match>

...

 

After that, I'm issuing 1000 requests that should match the regular
expression, but RRD results only show at most up to 20 hits per sample.
It looks like the plugin is "missing" entries from the log file when
they come too quickly. Is there a workaround/solution for this problem
or I'm doing something wrong?

 

Thank you,

Giga

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.verplant.org/pipermail/collectd/attachments/20100504/052d9a4a/attachment.htm 


More information about the collectd mailing list