A simple docker container which provides the linux stress tool. Stress you system!
100K+
A simple docker container which provides the linux stress tool. Stress you system!
Please see stress tool documentation: http://linux.die.net/man/1/stress
General usage:
docker run -d stress STRESS_ARGUMENTS
Example to stress 3 cpus:
docker run -d stress -c 3
More complex example:
docker run -d stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
Content type
Image
Digest
sha256:de9e427c6…
Size
112.5 MB
Last updated
almost 11 years ago
docker pull dkuffner/docker-stress