Created
February 18, 2014 16:36
-
-
Save datherra/9074476 to your computer and use it in GitHub Desktop.
Script that generates CPU and disk activity to troubleshooting with Unix utilities
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
stress -c 28 -q & | |
dd if=/dev/zero of=/var/log/$$ bs=4M > /dev/null 2>&1 & | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment