graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05649
Re: [Question #268157]: Graphite Disk Write Block Size
Question #268157 on Graphite changed:
https://answers.launchpad.net/graphite/+question/268157
Jason Stangroome posted a new comment:
Hi Sumeet,
To enable Whisper Autoflush for when Carbon writes metrics to disk, enable the `WHISPER_AUTOFLUSH` setting in the `carbon.conf` file:
https://github.com/graphite-project/carbon/blob/0.9.12/conf/carbon.conf.example#L135
The `whisper.py` file comes from the Whisper package
(https://pypi.python.org/pypi/whisper/0.9.12) which depending on how
you've installed Graphite/Carbon, you may find at
`/usr/local/lib/python2.7/dist-packages/whisper.py`.
The source `whisper.py` is available here:
https://github.com/graphite-project/whisper/blob/0.9.12/whisper.py
Regards,
Jason
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.