How to create a rrd file with a specific time?
问题 I had created a rrd file with a specific time. But when i convert it into xml, i find the start time is inconsitent with the specified time. The version of rrdtool is 1.5.5. And the code is > rrdtool create abc.rrd \ > step 15 --start 1554122342 \ DS:sum:GAUGE:120:U:U \ RRA:AVERAGE:0.5:1:5856 \ RRA:AVERAGE:0.5:4:20160 \ > RRA:AVERAGE:0.5:40:52704 The first few lines is like > <!-- 2019-03-31 20:15:15 CST / 1554034515 --> <row><v>NaN</v></row> > <!-- 2019-03-31 20:15:30 CST / 1554034530 -->