[ 原始碼: 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.