Files
oam/knowledge base/stress.md
2024-05-15 19:03:37 +02:00

42 lines
510 B
Markdown

# Stress
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Installation and configuration</summary>
```sh
dnf install 'stress'
yum install 'stress'
```
</details>
<details>
<summary>Usage</summary>
```sh
stress --cpu '2' --timeout '10m'
```
</details>
## Further readings
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
<!-- Others -->