diff --git a/notebook/Linux/Tools/sysbench.md b/notebook/Linux/Tools/sysbench.md new file mode 100644 index 0000000..24afd34 --- /dev/null +++ b/notebook/Linux/Tools/sysbench.md @@ -0,0 +1,9 @@ +--- +tags: benchmark terminal +--- + +## Run CPU benchmark + +```sh +sysbench --test=cpu --threads=$(nproc) rungg +``` \ No newline at end of file