X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=8089595095b8f5ae4600e6abd09607c023372010;hb=142c0796ba129bf10a47dfa447b460bb8fa123a5;hp=6b4df10d0f8deac1c782754b0e81fc66e90f9af5;hpb=caf75ed8160362773766c6bde005cf5f33544392;p=beam_stats.git diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index 6b4df10..8089595 100644 --- a/include/beam_stats.hrl +++ b/include/beam_stats.hrl @@ -1,7 +1,11 @@ -record(beam_stats, { timestamp :: erlang:timestamp() , node_id :: atom() - , memory :: [{erlang:memory_type(), non_neg_integer()}] + , memory :: [{atom(), non_neg_integer()}] + , io_bytes_in :: non_neg_integer() + , io_bytes_out :: non_neg_integer() + , context_switches :: non_neg_integer() + , reductions :: non_neg_integer() %, statistics :: [{atom() , term()}] %, system :: [{atom() , term()}] %, process :: [{atom() , term()}]