10 Years
Call now 888.LINUX.OS
888.546.8967
Multimedia solutions for the future & beyond...

terrd

    Tomcat Extracted Round Robin Data is a small program written in C using libxml to parse Tomcat's xml status information into rrdtool format. Used in conjunction with cron, wget, and rrdtool, to store status information on Tomcat for graphing or other purposes. Distributed under the GPL for anyone to use or expand upon. Please report any bugs, feature requests, enhancements, etc. to support at obsidian-studios.com

instructions

Use is basically create a round robin database based on the amount of connectors being used in tomcat. From there you use a script via cron to invoke wget and fetch the xml status file for tomcat-rrddata. Which will output the data to rrd via rrdtool as part of the script. From there what you do with the data or customization is up to you. Examples are provided including a command to create the rrd, and a script for cron to run.