GetPageSpeed Extras

wrk

How to install wrk (aarch64)

HTTP benchmarking tool

License: Modified Apache 2.0 License https://github.com/wg/wrk

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo amazon-linux-extras install epel
sudo yum -y install wrk

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 SCRIPTING and several examples are located in /usr/share/doc/wrk-4.2.0/scripts/

Architecture

Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.

RPMs

Package Size Changelog
wrk-4.2.0-1.amzn2.aarch64 51 KiB Danila Vershinin (2021-12-14)
- release 4.2.0

Subscribe