本文介绍了Java RRD库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我在互联网上搜索时遇到两种选择:I came across two options when googling my way over the internet: JRobin RRD4J JRobin似乎真的过时了。最新版本的JRobin是1.5.9(2008年9月5日发布),因为RRD4J是JRobin的一个端口,它们有点相同。我尝试使用RRD4J,但不知怎的RRDTool无法识别生成的文件,所以我没有费心去尝试JRobin。JRobin seems to be really outdated. The latest release of JRobin is 1.5.9 (released on 05/09/2008), since RRD4J is a port of JRobin they are kind of the same. I tried using RRD4J but somehow RRDTool does not recognise the files produced, so I did not bother trying JRobin.我的问题是,这些库是否还有其他选择?我不想使用JNI或手动调用rrdtool二进制文件。My question is, whether there are any alternatives to these libraries? I don't want to use JNI or calling the rrdtool binaries manually.推荐答案似乎还有另一个: java-rrd 。我对进步状态一无所知。There seems to be even an other one : java-rrd. i don't have the slightest idea of its advancement state. 这篇关于Java RRD库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-09 07:42