Skip to content

alexei-led/stress-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stress-ng

Docker Pulls Docker Stars

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.

# 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