currently, JMeter has monitor for Tomcat 5.0.19 and newer. The schema used by the monitor plugin is in Tomcat's CVS. If you return the performance results in the same format, the monitor sampler will be able to display the results.
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/manager/status.xsd?rev=1.2&view=log there's a how-to in jmeter's user manual on how to use the monitor. one thing I should mention is the sampler needs to set the sampleResult so it is monitor result. extending the JavaSampler to do that would be straight forward. peter lin On 6/17/05, Anurodh Jain <[EMAIL PROTECTED]> wrote: > > Hi, > I would like to know, how to do a selective Monitoring of a Java > Application. To be precise, I want that JMeter > should run only on some selected parts of my Java Application to check the > performance. Also, I need to pass > certain parameters to the JMeter according to which it should run and test > the selected modules of the Application. > Could someone explain me how to go about doing this ? > > Thankx n Regards > Anurodh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

