mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/wrk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8940764faa
commit
cc3724bcff
1 changed files with 6 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
|||
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.
|
||||
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.
|
||||
Note: Lua and LuaJIT are not required here; wrk is statically-linked
|
||||
against the LuaJIT version bundled in the upstream tarball.
|
||||
|
|
Loading…
Reference in a new issue