https://github.com/machinezone/mzmetrics
High performance Erlang metrics library
https://github.com/machinezone/mzmetrics
Last synced: 6 months ago
JSON representation
High performance Erlang metrics library
- Host: GitHub
- URL: https://github.com/machinezone/mzmetrics
- Owner: machinezone
- License: bsd-3-clause
- Created: 2016-03-11T03:51:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T18:10:14.000Z (almost 10 years ago)
- Last Synced: 2025-06-23T09:48:46.293Z (8 months ago)
- Language: Erlang
- Size: 13.7 KB
- Stars: 40
- Watchers: 13
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MZ Erlang Metrics
Efficient per-CPU metrics (counters) for Erlang.
## Compile
rebar get
rebar compile
## Test
rebar eunit
## Benchmark
erl -pa deps/*/ebin ebin -noshell -eval "mzmetrics_benchmarks:bench(1000, 1)." -eval "init:stop()."
# TODO
Verify unit tests
Current library supports only creating new counters