graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03273
[Question #212202]: Problem getting data for 5second interval
New question #212202 on Graphite:
https://answers.launchpad.net/graphite/+question/212202
Hi,
I've been collecting server metrics (cpuload,cpuavg,etc) using collectl and graphite on a 5 second interval for a maximum of 3 days:
[hosts]
pattern = ^server
retentions = 5s:3d
Every thing looks OK on the whisper file and dump:
[root@dev-graphite cpuload]# whisper-info.py avg1.wsp
maxRetention: 259200
xFilesFactor: 0.5
aggregationMethod: average
fileSize: 622108
Archive 0
retention: 259200
secondsPerPoint: 5
points: 51840
size: 622080
offset: 28
Dump:
Meta data:
aggregation method: average
max retention: 259200
xFilesFactor: 0.5
Archive 0 info:
offset: 28
seconds per point: 5
points: 51840
retention: 259200
size: 622080
Archive 0 data:
0: 1350579235, 0
1: 1350579240, 0
2: 1350579245, 0
3: 1350579250, 0
4: 1350579255, 0
5: 1350579260, 0
6: 1350579265, 0
7: 1350579270, 0
8: 1350579275, 0
9: 1350579280, 0
10: 1350579285, 0
11: 1350579290, 0
12: 1350579295, 0
13: 1350579300, 0
.....
But when i try to get a graph out of that date, i get an invalid time error.
When i try to get the raw data i get:
server1.cpuload.avg1,1351010885,1351097285,5|None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,.....
What am i doing wrong?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.