Changes between Initial Version and Version 1 of rrdtool
- Timestamp:
- 08/18/21 15:38:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rrdtool
v1 v1 1 = RRDtool = 2 3 You want to fetch the 15 minute average data for the last hour. You might try 4 5 {{{ 6 rrdtool fetch data.rrd AVERAGE -r 900 -s -1h 7 }}} 8 9 Then convert time epoch time to human readable 10 {{{ 11 #!sh 12 [krit@mini tmp]$ date -d @1629298800 13 Wed 18 Aug 2021 10:00:00 PM +07 14 }}]