X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=aaaf107583443ccfd9f0a8dc29aef3ea313deba4;hb=fa175c943c5d08ca2fdf2156abc3023ccf8b9baa;hp=6b4df10d0f8deac1c782754b0e81fc66e90f9af5;hpb=caf75ed8160362773766c6bde005cf5f33544392;p=beam_stats.git diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index 6b4df10..aaaf107 100644 --- a/include/beam_stats.hrl +++ b/include/beam_stats.hrl @@ -1,11 +1,17 @@ -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() + , run_queue :: non_neg_integer() + , ets :: beam_stats_ets:t() + , processes :: beam_stats_processes:t() + %, statistics :: [{atom() , term()}] %, system :: [{atom() , term()}] - %, process :: [{atom() , term()}] %, port :: [{atom() , term()}] - %, ets :: [{atom() , term()}] %, dets :: [{atom() , term()}] }).