Hi folks, I have to get the timestamp from every sample which is in the data array:
info , ds_rrd , data = rrdtool.fetch( rrd_file, "AVERAGE", "--start", str(start), "--end", str(end) ) How can I extract the timestamp? I'm using the Python API. Regards, Fritjof
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
