X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fbeam_stats.hrl;h=25f92819a635e0e2b1773fa43d8196402f750dfe;hb=5e118538797724b6021e0dbb1aff29a04c1938b8;hp=db26c6da8c10212ab6eadeff6d175cd2d0c2ae96;hpb=b4e2333fc5fd9f32c8a0a39db4c6faacdbb15a91;p=beam_stats.git diff --git a/include/beam_stats.hrl b/include/beam_stats.hrl index db26c6d..25f9281 100644 --- a/include/beam_stats.hrl +++ b/include/beam_stats.hrl @@ -1,13 +1,17 @@ -record(beam_stats, - { timestamp :: erlang:timestamp() - , node_id :: atom() - , memory :: [{atom(), non_neg_integer()}] - , io_bytes_in :: non_neg_integer() - , io_bytes_out :: non_neg_integer() + { timestamp :: erlang:timestamp() + , node_id :: atom() + , 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()}] }).