Sign inSign up

dkuffner/docker-stress

By dkuffner

Updated almost 11 years ago

A simple docker container which provides the linux stress tool. Stress you system!

Image
7

100K+

dkuffner/docker-stress repository overview

docker-stress

A simple docker container which provides the linux stress tool. Stress you system!

Usage

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

Tag summary

Content type

Image

Digest

sha256:de9e427c6

Size

112.5 MB

Last updated

almost 11 years ago

docker pull dkuffner/docker-stress