Skip to content

Instantly share code, notes, and snippets.

@datherra
Created February 18, 2014 16:36
Show Gist options
  • Save datherra/9074476 to your computer and use it in GitHub Desktop.
Save datherra/9074476 to your computer and use it in GitHub Desktop.
Script that generates CPU and disk activity to troubleshooting with Unix utilities
#!/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