mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sleep 30
|
|
|
|
stress-ng --cpu 8 --io 4 --vm 2 --vm-bytes 128M --fork 4 -t 0
|