一个rrd中有多少个rra?
我有一些rrd文件。我找到了一个为这个rdd绘制图表的cgi脚本。您可以选择(从绘制图表的网页)是否查看过去一小时、一天、一周或一年的图表。 我知道一个rrd 中可能有更多的rra。我在想这个 rrd 有 4 个 rra,一个用于最后一小时,一个用于上周等)
你知道我如何验证这一点吗?有什么命令吗?
I have some rrd files. I have found a cgi script that draws a graph for this rdd. You can choose (from the webpage where the graph is drawn) if see the graph for the last hour, day, week or year.
I know that there could be more rra in a single rrd. I was thinking that for this rrd there are 4 rra, one for the last hour, one for the last week etc)
Do you know how can I verify this? is there any command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请注意,图表并不立即与可用的 rras 相关联...您可以选择所需的任何分辨率...根据可用的 rras,图表中的步骤将更宽或更小。
note that the charts are not immediately tied to the available rras ... you can choose any resolution you want ... depending on the rras available the steps in the chart will be wider or smaller.
查看“rrdtool info”,看看是否能满足您的需求。
Check out 'rrdtool info' and see if that gets you what you need.