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.
我必须使用rrd的任何java实现。
我一直在使用 rrd4j 和 jrobin,但不确定使用哪一个。
那么谁能告诉我rrd4j和jrobin之间的区别?
- 小型的
它们都非常接近并且共享一个共同的代码库。rrd4j 几年前分叉了。主要区别在于许可证:用于 rrd4j 的 Apache 与用于 jrobin 的 LGPL。
rrd4j 有一些性能改进:更可扩展的池,更有效的 rrd 文件格式。