我可以使用 rrdtool 和 Perl 从 CSV 文件制作图表吗?

发布于 2024-08-14 08:17:28 字数 165 浏览 3 评论 0原文

以下是我的 CSV 文件中的示例数据格式。

date,<options>
YYYY-MM-DD,<values>

每天早上,此 CSV 文件都会更新为下一个日期值。我可以使用 rrdtool 创建图表吗?如果可以,如何创建?

Below is the sample data format in my CSV file.

date,<options>
YYYY-MM-DD,<values>

Every next morning this CSV file has been updated with next date values. Can I use rrdtool to create graphs, and if so how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

一抹淡然 2024-08-21 08:17:28

查看 RRD::Simple - 在 RRD 文件中创建和存储数据的简单界面并查看 RRD::Simple::Examples - 使用 RRD 的示例::简单的

Look at RRD::Simple - simple interface to create and store data in RRD files and look at RRD::Simple::Examples - Examples using RRD::Simple

清旖 2024-08-21 08:17:28

RRDTool::OO 是一个优秀的模块,有很多的文档。

RRDTool::OO is an excellent module with lots of documentation.

满栀 2024-08-21 08:17:28

rrdtool 教程实际上首先让您将文本文件中的数据点读取到 rrdtool 的数据库中。这应该是找出问题解决方案的一个很好的起点。

http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en。 html

The rrdtool tutorial actually starts you out by having you read data points from a text file into rrdtool's database. This should be a good jumping off point for figuring out a solution to your problem.

http://oss.oetiker.ch/rrdtool/tut/rrdtutorial.en.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文