[collectd] Generic JMX plugin and JVM restart

Bryan Varner bryan at varnernet.com
Wed Sep 24 02:43:20 CEST 2014


> Nice, I can try it out. Does it re-connect on JVM restart?

Short answer: Yes.


Long answer:

JMX over RMI (at least the Oracle/Sun/OpenJDK implementation) has a heartbeat timer (default I think is like 60 seconds or 5 minutes, I don’t recall which) that pings the remote server.
If that times out (or the socket is explicitly closed) it marks the connection failed. The FastJMX plugin will detect that (it takes a while — several minutes is common — by the time the heartbeat fires and any timeout threshold is hit) and then initiates a reconnect attempt.

Reconnects occur with a multiplied back off, so you don’t just keep hammering a ‘dead’ server. I believe the upper limit on the back off is 5 minutes, but I could be mistaken. Eventually I’ll get around to making that configurable.

Best of luck! Let me know if you have any issues!

Regards,
-Bryan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20140923/7188daf3/attachment.html>


More information about the collectd mailing list