Friday, 30 March 2018

Linux from the command line | Linux tips & tricks -- benchmarking Linux

Linux from the command line | Linux tips & tricks -- benchmarking Linux

At some point you just have to know, how fast is it? Your car, your hamster, and your Linux box. Here you go.

Lately I've been running sysbench after every system update in order to try and track any change in performance due to the ongoing fixes for Meltdown/Spectre using:
sysbench --test=cpu --cpu-max-prime=10000 run --num-threads=
https://www.howtoforge.com/how-to-benchmark-your-system-cpu-file-io-mysql-with-sysbench

No comments:

Post a Comment