getpagespeed/wrk
Project ID: 18113
Description
wrk is 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. Details are available in /usr/share/doc/wrk-<version>/SCRIPTING
and several examples are located in /usr/share/doc/wrk-<version>/scripts/
Installation Instructions
Install in CentOS / RHEL 6+
sudo yum install https://extras.getpagespeed.com/release-el$(rpm -E %{rhel})-latest.rpm
sudo yum install wrk
Install in Fedora 28+
dnf copr enable getpagespeed/wrk
dnf install wrk
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | i386 (228)*, x86_64 (232)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (389)* | EPEL 7 (264 downloads) |
EPEL 8 | x86_64 (3266)* | EPEL 8 (275 downloads) |
EPEL 9 | aarch64 (52)*, x86_64 (46)* | EPEL 9 (67 downloads) |
Fedora 38 | x86_64 (82)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (285)* | Fedora 39 (194 downloads) |
Fedora 40 | x86_64 (445)* | Fedora 40 (253 downloads) |
Fedora 41 | x86_64 (93)* | Fedora 41 (25 downloads) |
Fedora rawhide | x86_64 (69)* | Fedora rawhide (220 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable getpagespeed/wrk
More info about enabling Copr repositories