summaryrefslogtreecommitdiffstats
path: root/system/FunkLoad/README
diff options
context:
space:
mode:
author wigums2018-04-06 02:26:30 +0200
committer Willy Sudiarto Raharjo2018-04-07 03:13:16 +0200
commitdd65b9ebb7acbf8a22132a5150766c74a96ccd3d (patch)
treecf88e57e5e76008a6a9a6ae58687d75bf0308c6f /system/FunkLoad/README
parentd666e14f7fa880637e76d36fadd108d78100ba54 (diff)
downloadslackbuilds-dd65b9ebb7acbf8a22132a5150766c74a96ccd3d.tar.gz
system/FunkLoad: Added (load web tester).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/FunkLoad/README')
-rw-r--r--system/FunkLoad/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/FunkLoad/README b/system/FunkLoad/README
new file mode 100644
index 0000000000..4e29999201
--- /dev/null
+++ b/system/FunkLoad/README
@@ -0,0 +1,16 @@
+FunkLoad is a functional and load web tester, written in Python, whose
+main use cases are:
+
+Functional testing of web projects, and thus regression testing as well.
+
+Performance testing: by loading the web application and monitoring your
+servers it helps you to pinpoint bottlenecks, giving a detailed report
+of performance measurement.
+
+Load testing tool to expose bugs that do not surface in cursory testing,
+like volume testing or longevity testing.
+
+Stress testing tool to overwhelm the web application resources and test
+the application recoverability.
+
+Writing web agents by scripting any web repetitive task.