diff options
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. |