Add note about sysbench
This commit is contained in:
parent
524974665e
commit
43b0d64371
1 changed files with 9 additions and 0 deletions
9
notebook/Linux/Tools/sysbench.md
Normal file
9
notebook/Linux/Tools/sysbench.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
tags: benchmark terminal
|
||||
---
|
||||
|
||||
## Run CPU benchmark
|
||||
|
||||
```sh
|
||||
sysbench --test=cpu --threads=$(nproc) rungg
|
||||
```
|
Loading…
Reference in a new issue