Skip to content

Instantly share code, notes, and snippets.

@stalluri
Created April 3, 2014 04:41
Show Gist options
  • Save stalluri/9948376 to your computer and use it in GitHub Desktop.
Save stalluri/9948376 to your computer and use it in GitHub Desktop.
Runbook for disk space alert
## Runbook for Disk space alert ##
# Step 1 : Get disk utilization
df -H
# Step 2 : Get biggest files on disk
du -am | gawk 1024 MB | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment