alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

JMeter example source code file (monitorStatus.xml)

This example JMeter source code file (monitorStatus.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - JMeter tags/keywords

get, get, r, r, s, s, xml=true, xml=true

The JMeter monitorStatus.xml source code

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="xform.xsl" ?>
<status>
  <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="?" virtualHost="?" method="?"
      currentUri="?" currentQueryString="?" protocol="?" />
    <worker  stage=
      "R" requestProcessingTime="0" requestBytesSent="0" requestBytesRecieved="0"
      remoteAddr="?" virtualHost="?" method="?" currentUri="?"
      currentQueryString="?" protocol="?" />
  </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>

Other JMeter examples (source code examples)

Here is a short list of links related to this JMeter monitorStatus.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.