Sign inSign up

wagopfc/stress

By wagopfc

Updated almost 6 years ago

Image
0

157

wagopfc/stress repository overview

Test your Device with debian stress.

Note:

  • Tag 2.0.0 works on arm32 devices.
  • Tag 3.0.0 works on x86 devices

Documentation:

-?--helpshow this help statement
 --versionshow version statement
-v--verbosebe verbose
-q--quitbe quiet
-t--timeout Ntimeout after N seconds
 --backoff Nwait factor of N microseconds before work starts
-c--cpuspawn N workers spinning sqrt()
-i--io Nspawn N workers spinning on sync()
-m--vm Bspawn N workers spinning on malloc()/free()
 --vm-bytes Bmalloc B bytes per vm worker (default is 256MB)
 --vm-stride Btouch a byte every B bytes (default is 4096)
 --vm-hang Nsleep N secs before free (default is none, 0 is inf)
 --vm-keepredirty memory instead of freeing and reallocating
-d--hdd Nspawn N workers spinning on write()/unlink()
 --hdd-bytes Bwrite B bytes per hdd worker (default is 1GB)
 --hdd-nocleando not unlink files created by hdd workers


Example in a Docker comand:

AMDdocker run -ti --rm wagopfc/stress:3.0.0 stress -c 1 -m 1 -t 5 --verbose
ARMdocker run -ti --rm wagopfc/stress:2.0.0 stress -c 1 -m 1 -t 5 --verbose

10 Worker running to CPU: -c 10
5 Worker running to RAM: -m 5
5 Worker running I/O’s: -i 5
10 Worker srunning to HDD: -d 10
100 Sec. are working, then end the test: -t 100

Use HTOP to monitore the CPU Load.

Tag summary

Content type

Image

Digest

Size

44 MB

Last updated

almost 6 years ago

docker pull wagopfc/stress:2.0.0