Move full dependency info from test to main rebar.config
[beam_stats.git] / README.md
CommitLineData
caf75ed8
SK
1beam_stats
2==========
3
4Periodically collects and pushes VM metrics to arbitrary consumers (Graphite
5and CSV by default).
6
7Essentially 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.019268 seconds and 4 git commands to generate.