Linux/Benchmarks: Difference between revisions
< Linux
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* bonnie++ (disk benchmark) | * bonnie++ (disk benchmark) | ||
<pre> | |||
sudo bonnie -d /mnt/hdd -s 4000 -u root | |||
</pre> | |||
* [[Linux/Benchmarks/fio|fio]] | * [[Linux/Benchmarks/fio|fio]] | ||
* sysbench (generals systembenchmark) [http://www.howtoforge.de/anleitung/benchmark-ihres-systems-cpu-daten-io-mysql-durchfuhren-mit-sysbench/] | * sysbench (generals systembenchmark) [http://www.howtoforge.de/anleitung/benchmark-ihres-systems-cpu-daten-io-mysql-durchfuhren-mit-sysbench/] |
Revision as of 22:00, 21 June 2021
- bonnie++ (disk benchmark)
sudo bonnie -d /mnt/hdd -s 4000 -u root
- sysbench
sudo apt install sysbench sysbench cpu run sysbench --cpu-max-prime=20000 --threads=6 cpu run
- stress-ng
sudo apt install stress-ng stress-ng --cpu 1 --cpu-method matrixprod --metrics-brief --perf -t 60