michaelsevilla / mantle-popper

The experiments and deployment scripts for Mantle benchmarking.
0 stars 2 forks source link

graphite: change granularity of time series #9

Closed michaelsevilla closed 8 years ago

michaelsevilla commented 8 years ago

Right now, the granularity is 60 seconds. We need it to be finer grained:

root@piha:/# whisper-dump.py /opt/graphite/storage/whisper/issdm-10/mds_server/dispatch_server_request.wsp 
Meta data:
  aggregation method: average
  max retention: 86400
  xFilesFactor: 0.5

Archive 0 info:
  offset: 28
  seconds per point: 60
  points: 1440
  retention: 86400
  size: 17280

Archive 0 data:
0: 1466379960,          0
michaelsevilla commented 8 years ago

Addressed by #12.