Changes between Initial Version and Version 1 of rrdtool


Ignore:
Timestamp:
08/18/21 15:38:34 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rrdtool

    v1 v1  
     1= RRDtool =
     2
     3You want to fetch the 15 minute average data for the last hour.  You might try
     4
     5{{{
     6rrdtool fetch data.rrd  AVERAGE -r 900 -s -1h
     7}}}
     8
     9Then convert time epoch time to human readable
     10{{{
     11#!sh
     12[krit@mini tmp]$ date -d @1629298800
     13Wed 18 Aug 2021 10:00:00 PM +07
     14}}]