Created
March 29, 2015 17:01
-
-
Save b13n1u/b62703ac0a3c021bce20 to your computer and use it in GitHub Desktop.
Resize all wsp data files in whisper dir.
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
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