'None' values show up in whisper file

Asked by Ajay

echo "dev.couchdb.requests 4123 `date +%s`" | nc 127.0.0.1 2003

whisper-fetch.py ../storage/whisper/dev/couchdb/requests.wsp

1403967660 None
1403967720 None
1403967780 4123.000000

Please let me know the cause for the None values showing up.

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Jason Dixon
Solved:
Last query:
Last reply:
Revision history for this message
Best Jason Dixon (jason-dixongroup) said :
#1

New whisper files are sparse, pre-populated with all of the
possible timestamps and "None" values. As metrics arrive those
timestamps are updated with the new value.

Jason

On Sat, Jun 28, 2014 at 03:07:40PM -0000, Ajay wrote:
> New question #250904 on Graphite:
> https://answers.launchpad.net/graphite/+question/250904
>
> echo "dev.couchdb.requests 4123 `date +%s`" | nc 127.0.0.1 2003
>
> whisper-fetch.py ../storage/whisper/dev/couchdb/requests.wsp
>
> 1403967660 None
> 1403967720 None
> 1403967780 4123.000000
>
>
> Please let me know the cause for the None values showing up.
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help : https://help.launchpad.net/ListHelp

--
Jason Dixon
http://obfuscurity.com/
https://twitter.com/obfuscurity

Revision history for this message
Ajay (ajay-886) said :
#2

Thanks Jason Dixon, that solved my question.