Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rrdtool には、特定の解像度で値の範囲を照会する機能が付属しているようです。しかし、特定の時点の値を単純に照会することはできますか? どのように?
はい
rrdtool fetch -s $x -e $x+1 demo.rrd AVERAGE
ある時点の値が表示されます。