[ ソース: 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.