简体   繁体   中英

How can I query a single value, at a certain time, from rrdtool?

It seems that rrdtool comes with functionality to query a range of values at a certain resolution. But can I simply query the value for a certain point in time? How?

yes

rrdtool fetch -s $x -e $x+1 demo.rrd AVERAGE

will give you the values for a point in time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM