docs-simoncor-net/docs/benchmarking/phoronix-test-suite.md
2025-11-13 21:32:55 +01:00

1,023 B

Phoronix Test Suite

The Phoronix benchmark suite does not require an introduction.
More information here: https://www.phoronix-test-suite.com/

Install on Linux(Debian/Ubuntu)

wget -O- https://phoronix-test-suite.com/releases/phoronix-test-suite-10.8.4.tar.gz | tar xz
cd phoronix-test-suite && sudo ./install-sh

Install dependancies:

sudo apt install -y php-cli php-xml pkg-config

Basic benchmark

For some quick basic system benchark you can use the following. Check [the docs] (https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md) for more information.

phoronix-test-suite install fio sysbench

Setup the batch.

phoronix-test-suite batch-setup

Run the benchmark.

phoronix-test-suite batch-benchmark fio sysbench

Results

The results can be uploaded to the openbenchmark.org website for easy sharing.

Example