for a given file "sample.rrd", try (probably as the zenoss user)
Code: rrdtool dump sample.rrd | more On the first screenful of the XML output, you should see "lastupdate", the last time that RRD thinks you got a datapoint, and also "last_ds" which should be what RRD read as the input for your stored value. After that, you need to scroll down about 50 screens (depending on your terminal setup) to get to the "current" end of the first time-series data. --Jay -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=36637#36637 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
