We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo su cd ~ cat>stress.sh<<'EOF' for i in $(seq 1 50000); do nohup sleep 6000 & done EOF for k in $(seq 1 5); do nohup bash stress.sh & done