Sign inSign up

agross/stress

By agross

Updated over 8 years ago

docker stress testing using stress

Image
0

1.5K

agross/stress repository overview

docker-stress

docker stress testing using stress.

Usage

docker run -it --rm [docker run args] agross/stress [stress args]

# e.g. allow container to allocate no more than 100MB * 2 (memory + swap), but try to allocate 201MB.
SIZE=100 docker run -it --rm --memory ${SIZE}m agross/stress --vm 1 --vm-bytes $((($SIZE * 2 + 1)))M --vm-hang 0

More information.

Tag summary

Content type

Image

Digest

Size

80.9 MB

Last updated

over 8 years ago

docker pull agross/stress