Commit | Line | Data |
---|---|---|
caf75ed8 SK |
1 | -record(beam_stats, |
2 | { timestamp :: erlang:timestamp() | |
3 | , node_id :: atom() | |
e7b39f07 | 4 | , memory :: [{atom(), non_neg_integer()}] |
caf75ed8 SK |
5 | %, statistics :: [{atom() , term()}] |
6 | %, system :: [{atom() , term()}] | |
7 | %, process :: [{atom() , term()}] | |
8 | %, port :: [{atom() , term()}] | |
9 | %, ets :: [{atom() , term()}] | |
10 | %, dets :: [{atom() , term()}] | |
11 | }). |