RRDTool - 基于多个 RRD 获取数据
是否可以通过 RRDTool 基于多个 RRD DB 获取数据,例如获取从每个 RRD 影响的所有值的总和?
Is it possible to fetch data by RRDTool based on several RRD DBs, for example getting values which are sum of all values fecthed from each RRD?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
fetch 函数一次仅处理一个 rrd,但在 graph 和 xport 中,您可以从多个 rrd 文件中提取数据。然后,您可以使用 CDEF 和 VDEF 将它们混合并匹配到您喜欢的内容。如果您只想要数据而不需要 grpah,只需使用 PRINT 即可获取数据。
哈
托比
the fetch function deals only with one rrd at a time, but in graph and xport you can pull in data from multiple rrd files. You can then mix and match them to your hearts content using CDEF and VDEF. I you just want the data and no grpah, simply use PRINT to get the data out.
hth
tobi