Move full dependency info from test to main rebar.config
[beam_stats.git] / README.md
1 beam_stats
2 ==========
3
4 Periodically collects and pushes VM metrics to arbitrary consumers (Graphite
5 and CSV by default).
6
7 Essentially like `folsomite`, but better. Better in the following ways:
8
9 - More-general: consumers other than graphite can be defined
10 - More-focused: only concerned with VM metrics, while `folsomite` ships off
11 _everything_ from `folsom` (in addition to VM metrics)
12 - Easier-to-reason-about implementation: well-defined metrics-to-binary
13 conversions, as opposed to the nearly-arbitrary term-to-string conversions
14 used in `folsomite`
15 - Spec'd, tested and Dialyzed
This page took 0.067828 seconds and 4 git commands to generate.