PDA

View Full Version : Possible for java-monitor agent to write probe information to log?


tcrandd
15-02-2011, 22:50
Hi,

I wonder if it is possible to configure the probe to write it's information to a log file in tomcat as well as send it to the java-monitor server. The online graphs are great but I think having the info optionally written to a log could help to correlate the data points to what is happening in the server at a given time.

Hoping I'll get lucky and this is just a matter of a logging config change. :)

Thanks.

/Glenn

kjkoster
16-02-2011, 09:39
Dear Glenn,

I think you underestimate the log file size you get from this. :) You'd be essentially dumping all JMX data into your log once per minute. As text. To interpret the data you would need a system that makes graphs of it.

The probe's sources are in the WAR you got from us, so you can make this change yourself. If you do, I'd love to hear your experience.

Kees Jan