Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:bench [2018/04/04 14:41] – created jslinux:bench [2018/04/04 14:43] (current) js
Line 24: Line 24:
  
 ==== sysbench ==== ==== sysbench ====
 +Install:
 +<code bash>curl -s https://packagecloud.io/install/repositories/akopytov/sysbench/script.rpm.sh | sudo bash</code>
 +
 +Example:
 <code bash>sysbench --test=cpu --cpu-max-prime=10000 run</code> <code bash>sysbench --test=cpu --cpu-max-prime=10000 run</code>