graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #04637
Re: [Question #243096]: Graphs drawn over retention periods
Question #243096 on Graphite changed:
https://answers.launchpad.net/graphite/+question/243096
Status: Open => Needs information
Wawrzyniec Niewodniczański requested more information:
That looks good. You can use another whisper tool (whisper-dump.py) to
check content of a file. For example following command should shows you
the first datapoint in the file:
date -d @$(whisper-dump.py YOUR.WSP.FILE | awk 'BEGIN
{min=10000000000000} {if (NF > 2 && $1 ~ /[0-9]:/ && $2 > 1) {a=$2;
sub(",", "", a); if (a < min) {min = a}}} END {print min}')
(There might be easier methods I'm not exactly the graphite master).
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.