Go to file
Sebastian Bazley 28f382f474 Spelling!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@324655 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 8f821d7b33
2004-06-10 10:10:10 +00:00
bin Lightning struck, and this is a week's worth of offline effort. Visualizers have been refactored. The AccessLogSampler and supporting classes have been refactored, with an additional Filter implementation, and made into a TestBean, fixed a bug that causes tests not to stop in certain cases. 2004-05-28 21:09:14 +00:00
extras Sample eclipse jmeter lauch file 2004-01-16 12:38:07 +00:00
lib added batik entry 2004-06-10 00:01:12 +00:00
src updated the visualizer to use the updated SaveGraphicsService 2004-06-09 23:56:12 +00:00
test/src/org/apache/jorphan/math New Percent Point calculation in StatCalculator - ie, to get the 90% line, or any other percent line 2004-05-13 13:58:53 +00:00
xdocs Make Access Log name agree with sampler 2004-05-29 09:33:51 +00:00
.cvsignore Don't want JUnit reports in CVS 2003-12-16 03:02:33 +00:00
INSTALLING Reverting to version without extension, as it is used elsewhere... 2004-03-14 09:47:50 +00:00
LICENSE ASF License V2.0 + 3rd party pointers 2004-02-10 00:08:46 +00:00
NOTICE Spelling! 2004-06-10 10:10:10 +00:00
README doc and build file tweaks 2003-06-15 15:46:05 +00:00
build.bat ASF L2; build.xml sets up the required classpath; check ANT_HOME set 2004-02-14 02:04:16 +00:00
build.sh ASF L2; build.xml sets up the required classpath; check ANT_HOME set 2004-02-14 02:04:16 +00:00
build.xml added batik jar related stuff. 2004-06-09 23:59:52 +00:00
eclipse.classpath Add the new libraries (and reformat to match 3.0M9) 2004-05-22 12:19:24 +00:00
eclipse.readme Added disclaimer 2004-01-16 12:55:35 +00:00
fb-csv.xsl Temporary home for Findbugs CSV formatting stylesheet 2004-03-07 23:46:09 +00:00
fb-excludes.xml Add comments; exclude some warnings 2004-06-06 22:28:40 +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:

      A fully compliant Java 1.3 Runtime Environment is required (a Java 1.4
      Runtime Environment is recomendend) 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.

  Changes since 1.8
  -----------------

  - Bug Fix Release. Many bugs were fixed.
  - Removed redundant "Root" node from test tree.
  - Re-introduced Icons in test tree.
  - Some re-organization of code to improve build process.
  - View Results Tree has added option to view results as web document
    (still buggy at this point).
  - New Total line in Aggregate Listener (still buggy at this point).
  - Improvements to ability to change JMeter's Locale settings.
  - Improvements to SSL Manager.



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

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


  Thanks for using Apache JMeter.