https://github.com/alexei-led/stress-ng
Scratch image with statically linked stress-ng tool
https://github.com/alexei-led/stress-ng
docker scrartch stress-ng stress-testing
Last synced: about 1 year ago
JSON representation
Scratch image with statically linked stress-ng tool
- Host: GitHub
- URL: https://github.com/alexei-led/stress-ng
- Owner: alexei-led
- License: apache-2.0
- Created: 2017-10-17T10:48:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T02:48:01.000Z (about 4 years ago)
- Last Synced: 2025-03-27T01:22:12.485Z (over 1 year ago)
- Topics: docker, scrartch, stress-ng, stress-testing
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 22
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stress-ng
[](https://github.com/alexei-led/stress-ng/actions?query=workflow%3A"Docker+Image+CI") [](https://github.com/alexei-led/stress-ng/actions?query=workflow%3A"Check+stress-ng+Release")
[](https://hub.docker.com/r/alexeiled/stress-ng/) [](https://hub.docker.com/r/alexeiled/stress-ng/)
## Info
`stress-ng` Docker image is a `scratch` image that contains statically linked `stress-ng` tool only.
## Auto update
This image is automatically rebuilt, using GitHub actions, once a new version of `stress-ng` tool is released.
## Usage
Read the official `stress-ng` [documentation](http://kernel.ubuntu.com/~cking/stress-ng/).
```sh
# run for 60 seconds with 4 cpu stressors, 2 io stressors and 1 vm stressor using 1GB of virtual memory
docker run -it --rm alexeiled/stress-ng --cpu 4 --io 2 --vm 1 --vm-bytes 1G --timeout 60s --metrics-brief
```