June
23
Linux: Command line performance testing application
Install sysbench
Run:
sysbench –test=cpu –cpu-max-prime=20000 –num-threads=8 run
- Note: The thread count should match the number of cores you would like to test.