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 从 RRD DB 中获取数据,但是在获取一段时间内(例如 12 小时)的平均/最大数时遇到问题。我只想要一个数字来表示周期的平均值/最大值,就像 GPRINT 在图形函数中所做的那样。
诀窍是使用图形函数,但使用 PRINT 而不是 GPRINT ...您甚至可以省略任何实际绘制到图形的函数并使用图形函数仅计算数字...
托比