Go to file
Michael Stover 0050662c29 Last mods before 1.8.1 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@323062 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: e17b7ee4c9
2003-02-01 15:07:25 +00:00
bin Added commented out properties showing how to customize the results file. 2003-01-29 19:47:04 +00:00
lib Show icons in testplan tree. 2002-12-31 18:05:54 +00:00
src Fixing argument table editing regression issue 2003-01-31 19:05:50 +00:00
xdocs Last mods before 1.8.1 release 2003-02-01 14:41:11 +00:00
.cvsignore I want the docs folder back 2003-01-28 21:30:32 +00:00
LICENSE new build.xml changes to reflect new release and move to Jakarta-JMeter 2001-03-29 03:01:48 +00:00
README Updating installation instructions and some brief release notes 2002-05-04 01:02:01 +00:00
build.bat Remote testing working 2002-05-28 17:30:18 +00:00
build.sh fixing mouse bug 2001-09-24 13:17:01 +00:00
build.xml Last mods before 1.8.1 release 2003-02-01 15:07:25 +00:00
lcp.bat Fixing bugs in windows, new assertion docs 2001-09-24 12:02:28 +00:00

README

                         A P A C H E   J M E T E R


  What is it?
  -----------

  Apache JMeter is a 100% pure Java application designed to test
  and measure performance.  It may be used
  as a highly portable server benchmark as well as multiclient
  load generator.

  The Latest Version
  ------------------

  Details of the latest version can be found on the Java Apache 
  Project web site (http://jakarta.apache.org).

  Requirements
  ------------

  The following requirements exist for installing Apache JMeter:

   o  Java Interpreter:
   ***Currently in this Beta release a 1.2 runtime is required,

      A fully compliant Java 1.1 Runtime Environment is required for 
      Apache JMeter to execute. Since Apache JMeter uses _only_ standard
      Java APIs (java.*), please, do not file in a bug report if your 
      JRE fails to execute Apache JMeter because a class implementation
      is missing, or not fully compliant.

   o  Java JFC (Swing components):

      These GUI extentions are required for proper functioning. 
      
      Due to incompatibility in the package names, the precompiled version 
      works only with Swing placed under the packages "javax.swing.*" while
      other placing are not supported because considered non-standard.
      
   o  SAX 1.0 Compliant Parser [OPTIONAL]:
      
      A Java SAX 1.0 Parser is required to restore HTTPSamples  You can save 
      samples without the parser but you will not be able to restore them.  
      you can specify the parser class in the xml.parser property in 
      jmeter.properties

   o  Java Compiler [OPTIONAL]:

      A Java compiler is not needed since the distribution includes a 
      precompiled java binary archive. Note that a compiler is required
      if you plan to build plugin classes for Apache JMeter.

  Installation Instructions and Documentation
  -------------------------------------------

  The documentation available as of the date of this release is
  also included, in HTML format, in the docs/ directory, and it may
  be browsed starting from the file called index.html.

  If you have downloaded a nightly build, please cd to the jakarta-jmeter
  directory and type "./build.sh" (Unix/Linux) or "build" (Windows). This
  should compile the application and enable you to run jmeter from the /bin
  directory.

  NOTES for 1.7.1
  ---------------

  JDBC testing is working correctly in this version.

  Recording HTTP sampes via the proxy server has been improved.  It is more robust.
  The HTML Link Parser has been improved to be more forgiving.



  Licensing and legal issues
  --------------------------

  For legal and licensing issues, please look in the legal section of
  the documentation.


  Thanks for using Apache JMeter.