diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2012-12-14 22:09:14 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-15 15:13:39 +0100 |
commit | 71ce863a6565d1fdc42bb11a075a86ff18404914 (patch) | |
tree | 8005899e8abaa7a821c13fef3e9343435f04bd23 /development/apache-jmeter/README | |
parent | cc319011499697c80b8f0819ee3e57838f80dbbf (diff) | |
download | slackbuilds-71ce863a6565d1fdc42bb11a075a86ff18404914.tar.gz |
development/apache-jmeter: Added (Java-based testing tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/apache-jmeter/README')
-rw-r--r-- | development/apache-jmeter/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/apache-jmeter/README b/development/apache-jmeter/README new file mode 100644 index 0000000000..6317b03271 --- /dev/null +++ b/development/apache-jmeter/README @@ -0,0 +1,12 @@ +Apache JMeter is a Java-based load testing tool. + +JMeter is pure Java 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. + +The directory /usr/share/jmeter/bin contains additional scripts for +managing JMeter. + +Set API_DOCS=yes to include the full documentation. This will make the +package much larger, and the standard package already includes user +documentation. |