summaryrefslogtreecommitdiffstats
path: root/network/wrk/README
diff options
context:
space:
mode:
author Alex Diaconu2014-11-02 02:31:46 +0100
committer Willy Sudiarto Raharjo2014-11-02 02:31:46 +0100
commitb05c86ede0197ecd4101857fc8811d6dec9b5f05 (patch)
tree498e7da3c1629089e7515a53bbc86c5b5f5d302d /network/wrk/README
parent472f7b373eaa985709f7802d8bc1f9a8ebbe3d87 (diff)
downloadslackbuilds-b05c86ede0197ecd4101857fc8811d6dec9b5f05.tar.gz
network/wrk: Added (HTTP benchmarking tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wrk/README')
-rw-r--r--network/wrk/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/wrk/README b/network/wrk/README
new file mode 100644
index 0000000000..3194c9b6ce
--- /dev/null
+++ b/network/wrk/README
@@ -0,0 +1,11 @@
+wrk (HTTP benchmarking tool)
+
+A modern HTTP benchmarking tool capable of generating significant load when run
+on a single multi-core CPU. It combines a multithreaded design with scalable
+event notification systems such as epoll and kqueue.
+
+An optional LuaJIT script can perform HTTP request generation, response
+processing, and custom reporting.
+
+Note: Lua and LuaJIT are not required here; wrk is statically-linked against
+the LuaJIT version bundled in the upstream tarball.