<div dir="ltr">Hi Marc, <div><br></div><div>We are collecting data every 10 seconds, and its being sent every 2-3 minutes (that must be how long it takes to fill the buffer).</div><div><br></div><div>We are not losing metrics as in influx we can see the correct timestamp of each event with a 10 second gap between them. We only wanted to report the metrics faster, so per your answer the way would be to decrease the buffer so the metrcis are sent every more often.</div><div><br></div><div>I'm going to update the github issue with this info.</div><div><br></div><div>Thanks for your help!</div><div><br></div><div>Now everything is clear.</div><div><br></div><div>Best regards, </div><div>Joel.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 16, 2016 at 8:39 AM, Marc Fournier <span dir="ltr"><<a href="mailto:marc.fournier@camptocamp.com" target="_blank">marc.fournier@camptocamp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Joel Serrano's message of 2016-02-15 20:41:58 -0800:<br>
<span class="">><br>
> Has anyone successfully configured the network plugin in collectd to send<br>
> metrics every X seconds? (like 10 seconds).<br>
<br>
</span>You can't control how frequently collected data is flushed to the write<br>
target(s). Only how frequently read targets are probed.<br>
<br>
In the case of the network plugin, the data gets flushed once its buffer<br>
is full, which size defaults to 1.5kB. Are you collecting very little<br>
data with a relatively high read interval ? If not you might want to<br>
fire tcpdump to check you aren't loosing packets (remember the protocol<br>
is UDP-based).<br>
<br>
Note that the values dispatched include the collection time timestamp.<br>
So even if there is some delay before they reach their final<br>
destination, they should be stored with the correct time reference.<br>
<br>
Cheers,<br>
Marc<br>
</blockquote></div><br></div>