5624270f8e6734fd49d4cf5b4c9b0b8eeb826bf7
[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 , reductions :: non_neg_integer()
9 , run_queue :: non_neg_integer()
10 , ets :: beam_stats_ets:t()
11
12 %, statistics :: [{atom() , term()}]
13 %, system :: [{atom() , term()}]
14 %, process :: [{atom() , term()}]
15 %, port :: [{atom() , term()}]
16 %, dets :: [{atom() , term()}]
17 }).
This page took 0.047406 seconds and 3 git commands to generate.