Stresstest für [[Linux]] apt install stress // params -c CPU (num of cpus) -i IO (percentage of IO) -m Memory (use memory, append --vm-bytes) --vm-bytes Memory to use stress -c 1 -i 1 -m 1 --vm-bytes 90M -t 10s
apt install stress // params -c CPU (num of cpus) -i IO (percentage of IO) -m Memory (use memory, append --vm-bytes) --vm-bytes Memory to use
stress -c 1 -i 1 -m 1 --vm-bytes 90M -t 10s