Skip to content

agross/docker-stress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

About

docker stress testing using stress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published