You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2014/02/09 12:41:00 UTC

svn commit: r1566278 - /jmeter/trunk/README

Author: pmouawad
Date: Sun Feb  9 11:40:59 2014
New Revision: 1566278

URL: http://svn.apache.org/r1566278
Log:
Added more infos in README for GitHub project.
Also Artificial commit to close deprecated PRs already fixed
Closes #1
Closes #2

Modified:
    jmeter/trunk/README

Modified: jmeter/trunk/README
URL: http://svn.apache.org/viewvc/jmeter/trunk/README?rev=1566278&r1=1566277&r2=1566278&view=diff
==============================================================================
--- jmeter/trunk/README (original)
+++ jmeter/trunk/README Sun Feb  9 11:40:59 2014
@@ -8,6 +8,31 @@
   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.
+  
+  Apache JMeter features include:
+
+ Ability to load and performance test many different server/protocol types:
+   o  Web - HTTP, HTTPS
+   o  SOAP
+   o  FTP
+   o  Database via JDBC
+   o  LDAP
+   o  Message-oriented middleware (MOM) via JMS
+   o  Mail - SMTP(S), POP3(S) and IMAP(S)
+   o  MongoDB (NoSQL)
+   o  Native commands or shell scripts
+   o  TCP
+
+ Full multithreading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups.
+ Careful GUI design allows faster Test Plan building and debugging.
+ Caching and offline analysis/replaying of test results.
+ Highly Extensible core:
+   o  Pluggable Samplers allow unlimited testing capabilities.
+   o  Several load statistics may be choosen with pluggable timers .
+   o  Data analysis and visualization plugins allow great extensibility as well as personalization.
+   o  Functions can be used to provide dynamic input to a test or provide data manipulation.
+   o  Scriptable Samplers (BeanShell, BSF-compatible languages and JSR223-compatible languages)
+  
 
   The Latest Version
   ------------------