[ 源代码: ruby-aggregate ]
软件包:ruby-aggregate(0.2.4-1)
ruby-aggregate 的相关链接
Debian 的资源:
下载源码包 ruby-aggregate:
- [ruby-aggregate_0.2.4-1.dsc]
- [ruby-aggregate_0.2.4.orig.tar.gz]
- [ruby-aggregate_0.2.4-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Ruby class for accumulating aggregate statistics
Aggregate is an intuitive ruby implementation of a statistics aggregator including both default and configurable histogram support. It does this without recording/storing any of the actual sample values, making it suitable for tracking statistics across millions/billions of samples without any impact on performance or memory footprint. Originally inspired by the Aggregate support in SystemTap.