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

JMeter example source code file (index.xml)

This example JMeter source code file (index.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

apache, apache, as, html, java, jmeter, jmeter, license, license, sampler, see, wiki, you, you

The JMeter index.xml source code

<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
 
       http://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->

<document>
  <properties>
	 <title>Apache JMeter
  </properties>
  <body>
	<section name="Apache JMeter">
	<p>
	  <b>Apache JMeter is open source software, a 100% pure Java desktop application designed
	  to load test functional behavior and measure performance.  It was
	  originally designed for testing Web Applications but has
	  since expanded to other test functions.
	</p>
	<h2>What can I do with it?
	<p>
	  Apache JMeter may be used to test performance both on static and dynamic
	  resources (files, Servlets, Perl scripts, Java Objects, Data Bases and
	  Queries, FTP Servers and more). It can be used to simulate a heavy
load on a server, network or object to test its strength or to analyze
overall performance under different load types. You can use it to make a
graphical analysis of performance or to test your server/script/object
behavior under heavy concurrent load.
</p>
<h2>What does it do?
<p>Apache JMeter features include:

<ul> <li>Can load and performance test many different server types: <ul> <li>Web - HTTP, HTTPS <li>SOAP <li>Database via JDBC <li>LDAP <li>JMS <li>Mail - POP3(S) and IMAP(S) </ul> </li> <li>Complete portability and 100% Java purity. <li>Full multithreading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by seperate thread groups.</li> <li>Careful GUI design allows faster operation and more precise timings. <li>Caching and offline analysis/replaying of test results. <li>Highly Extensible: <ul> <li>Pluggable Samplers allow unlimited testing capabilities. <li>Several load statistics may be choosen with pluggable timers. <li>Data analysis and visualization plugins allow great extendibility as well as personalization.</li> <li>Functions can be used to provide dynamic input to a test or provide data manipulation. <li>Scriptable Samplers (BeanShell is fully supported; and there is a sampler which supports BSF-compatible languages) </ul> </li> </ul> <h2>JMeter is not a browser <p> JMeter is not a browser. As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers); however JMeter does not perform all the actions supported by browsers. In particular, JMeter does not execute the Javascript found in HTML pages. Nor does it render the HTML pages as a browser does (it's possible to view the response as HTML etc, but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time). </p> <h2>How do I do it? <ul> <li>Using JMeter <li>JMeter Wiki <li>JMeter FAQ (Wiki) <li>Javadoc API documentation <li>JMeter Localisation (Translator's Guide) <li>Building JMeter and Add-Ons </ul> <h2>Tutorials (PDF) <ul> <li>Distributed Testing <li>Recording Tests <li>JUnit Sampler <li>Access Log Sampler <li>Extending JMeter </ul> <h2>Further Information About JMeter <ul> <li>Change List <li>Known Bugs <li>License <li>Contributors </ul> </section> </body> </document>

Other JMeter examples (source code examples)

Here is a short list of links related to this JMeter index.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.