feat: aggregate anonymous process data by origin
[beam_stats.git] / src / beam_stats.app.src
1 {application, beam_stats,
2 [
3 {description, "Periodic VM stats production and consumption."},
4 {vsn, "0.11.0"},
5 {registered, []},
6 {applications,
7 [ kernel
8 , stdlib
9 , hope
10 ]},
11
12 {mod, { beam_stats_app, []}},
13
14 {env,
15 [ {production_interval , 30000}
16 , {consumers, []}
17 ]}
18
19 ]}.
This page took 0.041892 seconds and 4 git commands to generate.