You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/04/24 18:57:07 UTC

svn commit: r937642 - /jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml

Author: sebb
Date: Sat Apr 24 16:57:07 2010
New Revision: 937642

URL: http://svn.apache.org/viewvc?rev=937642&view=rev
Log:
Sample Tomcat monitor status file for testing parser

Added:
    jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml   (with props)

Added: jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml?rev=937642&view=auto
==============================================================================
--- jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml (added)
+++ jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml Sat Apr 24 16:57:07 2010
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xsl" href="xform.xsl" ?>
+<status>
+  <jvm><memory free='10807352' total='16318464' max='259522560'/></jvm>
+  <connector name='http-8080'><threadInfo  maxThreads="200" currentThreadCount="3"
+    currentThreadsBusy="1" /><requestInfo  maxTime="140" processingTime="846"
+    requestCount="29" errorCount="3" bytesReceived="0" bytesSent="96856" />
+  <workers>
+    <worker  stage="S" requestProcessingTime="0" requestBytesSent="0"
+      requestBytesReceived="0" remoteAddr="192.168.0.2" virtualHost="localhost" method="
+      GET" currentUri="/manager/status" currentQueryString="XML=true" protocol="HTTP/1.1" />
+    <worker  stage="R" requestProcessingTime="0" requestBytesSent="0"
+      requestBytesRecieved="0" remoteAddr="&#63;" virtualHost="&#63;" method="&#63;"
+      currentUri="&#63;" currentQueryString="&#63;" protocol="&#63;" /><worker  stage=
+      "R" requestProcessingTime="0" requestBytesSent="0" requestBytesRecieved="0"
+      remoteAddr="&#63;" virtualHost="&#63;" method="&#63;" currentUri="&#63;"
+      currentQueryString="&#63;" protocol="&#63;" />
+  </workers>
+  </connector>
+  <connector name='ajp-8009'><threadInfo  maxThreads="200" currentThreadCount="0"
+    currentThreadsBusy="0" /><requestInfo  maxTime="0" processingTime="0"
+    requestCount="0" errorCount="0" bytesReceived="0" bytesSent="0" />
+    <workers>
+    </workers>
+  </connector>
+</status>
\ No newline at end of file

Propchange: jakarta/jmeter/trunk/bin/testfiles/monitorStatus.xml
------------------------------------------------------------------------------
    svn:eol-style = native