You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by ja...@apache.org on 2004/05/21 15:22:44 UTC

[Apache JMeter Wiki] Updated: JMeterFAQ

   Date: 2004-05-21T06:22:43
   Editor: 202.144.33.235 <>
   Wiki: Apache JMeter Wiki
   Page: JMeterFAQ
   URL: http://wiki.apache.org/jakarta-jmeter/JMeterFAQ

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -235,3 +235,24 @@
 Note: unlike Perl, there is no need to (i.e. do not) enclose the regular expression in //.
 So how does one use the Perl modifiers ismx etc if there is no trailing /?
 The solution is to use Perl5 extended regular expressions, i.e. /abc/i becomes (?i)abc
+
+
+
+I want to use “Monitor Results” of JMeter. Currently I am using WAS 5.0 Application Server . 
+For “Monitor Results” , JMeter shows the example for TOMCAT 5.0 WebServer. 
+
+“”””( Followings from JMeter doc )
+
+Add the HTTP Request to the Thread Group element (Add --> Sampler --> HTTP Request). Then, select the HTTP Request element in the tree and edit the following properties): 
+
+Change the Name field to "Server Status". 
+Enter the IP address or Hostname 
+Enter the port number 
+Set the Path field to "/manager/status" if you're using Tomcat. 
+Add a request parameter named "XML" in uppercase. Give it a value of "true" in lowercase. 
+Check "Use as Monitor" at the bottom of the sampler 
+“””””
+Please let me know how I can set “Monitor Results” of JMeter in WAS5.0.
+
+ 
+

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org