Asis Patra

@asispatra

Bengaluru, India

Tag: PPC64

How to install wrk on IBM Power Systems

by on August 2, 2022 at 10:27 am

wrk is a HTTP Benchmarking tool. It can generate significant amount of load on a HTTP server. Here is an example how it works. This runs a benchmark for 30 seconds, using 12 threads, and keeping 400 HTTP connections open. Output: wrk requires LuaJIT and OpenSSL as dependencies. You may face the following issues while […]  Read More »

Category: PPC64LE

It’s very easy and straight forward to install LuaJIT on Intel(x86_64) or AMD system. We can install it by following the below steps: The same steps won’t work on IBM Power Systems because the code is not ported for PPC64 architecture. As a result you will hit upon the following error: As a fix, there […]  Read More »

Category: PPC64LE