sebb 2003/10/16 17:04:06
Modified: xdocs index.xml
Log:
Added Functions and Scripting bullet points
Collected document references at the end - so the printable docs also have pointers
to Javadoc and extending
Revision Changes Path
1.5 +8 -1 jakarta-jmeter/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 9 Mar 2002 23:47:57 -0000 1.4
+++ index.xml 17 Oct 2003 00:04:06 -0000 1.5
@@ -23,7 +23,6 @@
graphical analysis of performance or to test your server/script/object
behavior under heavy concurrent load.
</p>
-<p><a HREF="usermanual/index.html">Using JMeter</a></p>
<h2>What does it do?</h2>
<p>Apache JMeter features include:</p>
<ul>
@@ -42,8 +41,16 @@
<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>
+ <li>Functions (which include JavaScript) can be used to provide
dynamic input to a test</li>
+ <li>Scriptable Samplers (BeanShell is supported in version 1.9.2 and
above)</li>
</ul>
</li>
+</ul>
+<h2>How do I do it?</h2>
+<ul>
+<li><a href="usermanual/index.html">Using JMeter</a></li>
+<li><a href="extending/index.html">Extending JMeter (Developer Manual)</a></li>
+<li><a href="api/index.html">Javadoc API documentation</a></li>
</ul>
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]