# Stress
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Installation and configuration
```sh
dnf install 'stress'
yum install 'stress'
```
Usage
```sh
stress --cpu '2' --timeout '10m'
```
## Further readings
### Sources