> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/benchmark-system.md).

# Benchmark System

`sysbench` can be used to benchmark CPU, command is given below.

```bash
sysbench cpu --threads=$(nproc --all) run
```

### More Scripts: -

* [bench.sh](https://raw.githubusercontent.com/teddysun/across/master/bench.sh) [(Across)](https://github.com/teddysun/across)
* [nench.sh](http://wget.racing/nench.sh) [(Nench)](https://github.com/n-st/nench)
* [yabs.sh](https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh) [(Yet Another Bench Script)](https://yabs.sh)

***Source:*** [***AskUbuntu***](https://askubuntu.com/questions/634513/cpu-benchmarking-utility-for-linux)
