sysbench

Modular, cross-platform system performance benchmark tool

brewmacoslinux
Try with needOr install directly
Source

About

System performance benchmark tool

Commands

sysbench

Examples

Run CPU benchmark with 4 threads for 10 seconds$ sysbench cpu --threads=4 --time=10 run
Benchmark memory performance with sequential reads$ sysbench memory --memory-total-size=1G run
Test disk I/O performance with file operations$ sysbench fileio --file-total-size=1G --file-test-mode=rndrw run