sysbench is a scriptable multi-threaded benchmark tool. 1
sysbench can be installed with the Pakfire web interface or via the console:
pakfire install sysbench
There is no web interface for this Addon. To run this Addon open the client console or terminal and access the IPFire box via SSH.
To obtain a list of possible options:
sysbench --help
-or-
sysbench cpu help
Benchmark CPU performance as follows:
sysbench cpu --cpu-max-prime=20000 run
Read memory performance:
sysbench --test=memory --memory-block-size=1K --memory-scope=global --memory-total-size=100G --memory-oper=read run
Write memory performance:
sysbench --test=memory --memory-block-size=1K --memory-scope=global --memory-total-size=100G --memory-oper=write run
Older Revisions • February 2, 2022 at 3:51 am • Jon