[collectd] generic JMX plugin

Florian Forster octo at verplant.org
Wed Aug 12 16:55:41 CEST 2009


On Wed, Aug 12, 2009 at 09:59:42AM -0400, matthew sporleder wrote:
> This is kind of a naive suggestion as I haven't tried to trace the
> code paths, but could collectd fork() the java plugin into its own
> proc before instantiation and then, hopefully, just work until the
> parent collect was killed and cleaned up its children?

Unfortunately: No. It might work under Linux because we have the
`clone(2)' system call there, but for a portable solution we would have
implement communication (for example: Adding to / reading from the
cache) via pipes or similar which is *a lot* of work.

-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20090812/b9ee14d9/attachment.pgp 


More information about the collectd mailing list