bburns 01/03/20 15:32:41 Modified: xdocs index.xml Log: tightened up language fixed a few typos Revision Changes Path 1.3 +50 -44 jakarta-jmeter/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 2001/03/15 13:18:38 1.2 +++ index.xml 2001/03/20 23:32:40 1.3 @@ -1,44 +1,50 @@ -<?xml version="1.0"?> -<document> - <properties> - <author email="[EMAIL PROTECTED]">Brendan Burns, et al.</author> - <title>Apache JMeter</title> - </properties> - -<body> -<section name="Apache JMeter"> -<p> -<b>Apache JMeter</b> is 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?</h2> -<p> -Apache JMeter may be used to test performance both on static and dynamic - resources (files or CGI, Servlets, Perl scripts, Java Objects). It may well be used to simulate a heavy - load on a server, network or object to test its strength or to analyse 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> -<p> -<a HREF="how_to_use_jmeter.html">Using JMeter</a> -</p> - -<h2>What does it do?</h2> - <p>Apache JMeter features include:</p> -<ul> - <li>Complete portability and <b>100% Java purity</b>.</li> - <li>Full <b>Swing</b> and lightweight component support (precompiled JAR uses packages <code>javax.swing.*</code>).</li> - <li>Pluggable Samplers allow unlimited testing capabilities.</li> - <li>Full <b>multithreading</b> framework allows concurrent sampling by many threads and simultaneous sampling of different functions by seperate thread groups.</li> - <li>Several load statistics may be choosen with <b>pluggable timers</b>.</li> - <li>Data analisys and <b>visualisation plugins</b> allow great extendibility as well as - personalization.</li> - <li>Careful <b>GUI</b> design allows faster operation and more precise timings.</li> - </ul> - - -</section> -</body> -</document> +<?xml version="1.0"?> + +<document> + <properties> + <author email="[EMAIL PROTECTED]">Brendan Burns, et al.</author> + <title>Apache JMeter</title> + </properties> + <body> + <section name="Apache JMeter"> + <p> + <b>Apache JMeter</b> is 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?</h2> + <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> +<p><a HREF="user_manual/index.html">Using JMeter</a></p> +<h2>What does it do?</h2> +<p>Apache JMeter features include:</p> +<ul> + <li>Can load and performance test HTTP and FTP servers as well as + arbitrary database queries (via JDBC)</li> + <li>Complete portability and <b>100% Java purity</b>.</li> + <li>Full <b>Swing</b> and lightweight component support (precompiled JAR uses packages + <code>javax.swing.*</code>).</li> + <li>Full <b>multithreading</b> framework allows concurrent sampling by many threads and + simultaneous sampling of different functions by seperate thread groups.</li> + <li>Careful <b>GUI</b> design allows faster operation and more precise timings.</li> + <li>Caching and offline analysis/replaying of test results.</li> + <li> Highly Extensible: + <ul> + <li>Pluggable Samplers allow unlimited testing capabilities.</li> + <li>Several load statistics may be choosen with <b>pluggable timers</b>.</li> + <li>Data analysis and <b>visualization plugins</b> allow great extendibility + as well as personalization.</li> + </ul> + </li> +</ul> +</section> +</body> +</document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
