ae0b48ab0f00ba24b96c04d76f4fba964e5eb070
[beam_stats.git] / include / beam_stats.hrl
1 -record(beam_stats,
2 { timestamp :: erlang:timestamp()
3 , node_id :: atom()
4 , memory :: [{atom(), non_neg_integer()}]
5 , io_bytes_in :: non_neg_integer()
6 , io_bytes_out :: non_neg_integer()
7 , context_switches :: non_neg_integer()
8 %, statistics :: [{atom() , term()}]
9 %, system :: [{atom() , term()}]
10 %, process :: [{atom() , term()}]
11 %, port :: [{atom() , term()}]
12 %, ets :: [{atom() , term()}]
13 %, dets :: [{atom() , term()}]
14 }).
This page took 0.067816 seconds and 3 git commands to generate.