Since a few hours the fw_conntrack plugin in munin gives always timeout error.

enter image description here

It looks like the timeout is just because it took too much time to process, as it had happened a few times before in the graph. Is it normal that this plugin take more than 10 seconds to finish? There is a Varnish which proxies http request to a nginx.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

In a test:

jcisio@cecile:~$ time sudo cat /proc/net/nf_conntrack | wc -l
64218

real    0m13.165s
user    0m0.008s
sys 0m13.129s

It takes 13 seconds just to count the number of lines in this file. So munin could not do better. I have to increase the timeout limit.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.