← Back to team overview

graphite-dev team mailing list archive

Re: [Question #147716]: Graphite isn't displaying the last 24 hrs though it claims

 

Question #147716 on Graphite changed:
https://answers.launchpad.net/graphite/+question/147716

    Status: Answered => Open

shawn kim is still having a problem:
Hi, Chris.
I tried whisper-resize, but I don't think it's working. It's hard for me to delete files as that'll mean I'll be losing all my previous graphing data?
whisper-info is still showing the same retention.. 

Before I tried whisper-resize - 
root:/opt/graphite# python /root/whisper-0.9.7/bin/whisper-info.py /mnt/graphite_ebs_vol/whisper/dev/pogoflash_dev_120/jetty/gauge-PogoAvailability.wsp 
maxRetention: 1440
xFilesFactor: 0.5
fileSize: 316

Archive 0
retention: 1440
secondsPerPoint: 60
points: 24
size: 288
offset: 28


AFTER - 
root:/opt/graphite# python /root/whisper-0.9.7/bin/whisper-resize.py /mnt/graphite_ebs_vol/whisper/dev/pogoflash_dev_120/jetty/gauge-Availability.wsp 60:1440
Traceback (most recent call last):
  File "/root/whisper-0.9.7/bin/whisper-resize.py", line 68, in <module>
    new_archives = [ parseRetentionDef(retentionDef) for retentionDef in args[1:] ]
NameError: name 'parseRetentionDef' is not defined
root:/opt/graphite# python /root/whisper-0.9.7/bin/whisper-info.py /mnt/graphite_ebs_vol/whisper/dev/pogoflash_dev_120/jetty/gauge-PogoAvailability.wsp                                                                                                                              
maxRetention: 1440
xFilesFactor: 0.5
fileSize: 316

Archive 0
retention: 1440
secondsPerPoint: 60
points: 24
size: 288
offset: 28

It doesn't look like the values have been changed?
Appreciate your help!!

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.