Skip to content

Instantly share code, notes, and snippets.

@b13n1u
Created March 29, 2015 17:01
Show Gist options
  • Save b13n1u/b62703ac0a3c021bce20 to your computer and use it in GitHub Desktop.
Save b13n1u/b62703ac0a3c021bce20 to your computer and use it in GitHub Desktop.
Resize all wsp data files in whisper dir.
find /var/lib/graphite/whisper -type f -name "*.wsp" -exec whisper-resize {} 10s:1d 1m:7d 5m:30d 15m:3y \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment